# Raffles

- [What is a Raffle?](https://alphabot-docs.gitbook.io/alphabot/raffles/what-is-a-raffle.md)
- [Raffle](https://alphabot-docs.gitbook.io/alphabot/raffles/what-is-a-raffle/raffle.md)
- [FCFS](https://alphabot-docs.gitbook.io/alphabot/raffles/what-is-a-raffle/fcfs.md)
- [Wallet Collection](https://alphabot-docs.gitbook.io/alphabot/raffles/what-is-a-raffle/wallet-collection.md)
- [Application](https://alphabot-docs.gitbook.io/alphabot/raffles/what-is-a-raffle/application.md)
- [Creating Your First Raffle](https://alphabot-docs.gitbook.io/alphabot/raffles/creating-your-first-raffle.md)
- [Entry Requirements](https://alphabot-docs.gitbook.io/alphabot/raffles/entry-requirements.md)
- [Enable Boosting](https://alphabot-docs.gitbook.io/alphabot/raffles/entry-requirements/enable-boosting.md): Entry Boosting with $BOOST
- [$Boost Prize](https://alphabot-docs.gitbook.io/alphabot/raffles/entry-requirements/usdboost-prize.md): $BOOST Prize for Winners
- [Verified Email](https://alphabot-docs.gitbook.io/alphabot/raffles/entry-requirements/verified-email.md)
- [Connect Wallet](https://alphabot-docs.gitbook.io/alphabot/raffles/entry-requirements/connect-wallet.md)
- [Connect Discord](https://alphabot-docs.gitbook.io/alphabot/raffles/entry-requirements/connect-discord.md): Require users to have joined specific discord servers, and/or have specific roles within those servers.
- [Connect X](https://alphabot-docs.gitbook.io/alphabot/raffles/entry-requirements/connect-x.md): Require users to follow certain X accounts and retweet/like a specific Tweet.
- [Optional X Tasks](https://alphabot-docs.gitbook.io/alphabot/raffles/entry-requirements/optional-x-tasks.md)
- [Connect Telegram](https://alphabot-docs.gitbook.io/alphabot/raffles/entry-requirements/connect-telegram.md): Require users to be member of a specific channel or group
- [Connect Instagram](https://alphabot-docs.gitbook.io/alphabot/raffles/entry-requirements/connect-instagram.md)
- [Invite Codes (Applications)](https://alphabot-docs.gitbook.io/alphabot/raffles/entry-requirements/invite-codes-applications.md)
- [Visit a Web Page](https://alphabot-docs.gitbook.io/alphabot/raffles/entry-requirements/visit-a-web-page.md)
- [Generic Requirement](https://alphabot-docs.gitbook.io/alphabot/raffles/entry-requirements/generic-requirement.md)
- [Password Protection](https://alphabot-docs.gitbook.io/alphabot/raffles/entry-requirements/password-protection.md)
- [Captcha](https://alphabot-docs.gitbook.io/alphabot/raffles/entry-requirements/captcha.md)
- [Post Raffle to Discord](https://alphabot-docs.gitbook.io/alphabot/raffles/post-raffle-to-discord.md)
- [Post Raffle to Telegram](https://alphabot-docs.gitbook.io/alphabot/raffles/post-raffle-to-telegram.md)
- [Using Raffle Templates](https://alphabot-docs.gitbook.io/alphabot/raffles/using-raffle-templates.md)
- [Raffle Visibility](https://alphabot-docs.gitbook.io/alphabot/raffles/raffle-visibility.md)
- [Project Data Source](https://alphabot-docs.gitbook.io/alphabot/raffles/project-data-source.md)
- [Project Data Fields](https://alphabot-docs.gitbook.io/alphabot/raffles/project-data-source/project-data-fields.md)
- [Adding Project To Database](https://alphabot-docs.gitbook.io/alphabot/raffles/project-data-source/adding-project-to-database.md)
- [Changing Project Data](https://alphabot-docs.gitbook.io/alphabot/raffles/project-data-source/changing-project-data.md)
- [Information For Winners](https://alphabot-docs.gitbook.io/alphabot/raffles/information-for-winners.md)
- [Rerolling Winners](https://alphabot-docs.gitbook.io/alphabot/raffles/rerolling-winners.md)
- [Rolling & Finalization](https://alphabot-docs.gitbook.io/alphabot/raffles/rolling-and-finalization.md)
- [Exporting Winners Data](https://alphabot-docs.gitbook.io/alphabot/raffles/exporting-winners-data.md)
- [Reskinning Raffles](https://alphabot-docs.gitbook.io/alphabot/raffles/reskinning-raffles.md): Alphabot offers a basic yet powerful way to reskin your raffle page however you like!
- [Youtube Embed](https://alphabot-docs.gitbook.io/alphabot/raffles/youtube-embed.md)


---

# 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/raffles.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.
