> For the complete documentation index, see [llms.txt](https://alphabot-docs.gitbook.io/alphabot/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://alphabot-docs.gitbook.io/alphabot/raffles/using-raffle-templates.md).

# Using Raffle Templates

Once you've set up a raffle template in your team's settings (see [Raffle Templates](/alphabot/for-teams/setting-up-your-team/raffle-templates.md)), you'll see the `Raffle template` dropdown field when you create a new raffle. If you've selected a template to be the default (as indicated by the star icon), it will automatically be selected - with all requirements ready to go.

<figure><img src="/files/eHfEBJS0mjF587fo13ae" alt=""><figcaption></figcaption></figure>

Click on the dropdown field to reveal the other template options (if the team has multiple templates) and simply click on another template to switch between them.

<figure><img src="/files/sussUVSU9MwMs6IZ00Q9" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/using-raffle-templates.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.
