# Rerolling Winners

Sometimes, winners will be unable to join or have already won a spot for a project and will need to be re-rolled. This can be done by finding those individual users in the winners grid on the Entries page by using the search bar, and then selecting them with the checkbox on the left side. When the winners that need to be rerolled are selected, clicking the `Reroll Selected` button will initiate the process.

The backend will select new winners to replace the reroll users and show the results in a confirmation dialog. This will show the users that are being removed from the winners list, and the ones that will be added. Clicking `Confirm Reroll` will complete the process.

Note: This can be done after finalization has occurred. In this case, you will want to be 100% sure the users are aware that they are being rerolled, because they will have already been notified that they won. If finalization is completed when rerolling occurs, the new winners will be notified immediately that they have been rolled as winners.


---

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