# Entering Raffles on Discord

When the bot has announced a raffle, it will include a button labelled `Enter Raffle` as well as a link button labelled `View in Alphabot` which will take them to the raffle on the website.&#x20;

When the user clicks `Enter Raffle`, the bot will attempt to register the user for the raffle. If any of the requirements are not met, it will inform the user including links to help them fulfill those requirements, as well as a link to the raffle in Alphabot.

If there is a CAPTCHA or password requirement, the bot will allow the user to fulfill these requirements directly within Discord.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://alphabot-docs.gitbook.io/alphabot/the-bot/discord-bot/entering-raffles-on-discord.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
