# Information For Winners

When creating a new raffle, there are three fields that can be used to help keep users informed about the status of the raffle, and any additional steps they may need to take in order to claim their prize.

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

The `Private info for Winners` field is used to give information to the winners that the creator would not like to post publicly, for example a link to a private or closed Discord server that the winners must join. It can also just be used for any general information the user may need in order to claim their prize.

`Public info for Winners` behaves similarly, but is visible publicly on the website, and when the bot announces winners in Discord.

Another field is available below, called `Direct to Contract`. Checking this indicates for winners that there is no additional action to be taken for them to claim their prize.


---

# 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/information-for-winners.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.
