> For the complete documentation index, see [llms.txt](https://help.rafflelink.com.au/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.rafflelink.com.au/managing-your-raffle/closing-and-drawing/unclaimed-prizes-and-redraws.md).

# Unclaimed Prizes and Redraws

RaffleLink has a redraw tool for situations where a prize winner declines a prize, or if a prize is unclaimed. Follow the steps below when you are trying to work out how to handle an unclaimed prize:

1\. Head to the Raffle Winners tab on your Admin Dashboard

2\. Click the "Prize Unclaimed" button underneath the relevant prize

<figure><img src="/files/LPZDSwJqendfkmPOMPVV" alt=""><figcaption><p>The prize unclaimed button</p></figcaption></figure>

3. Follow the prompts to figure out the appropriate action for your circumstance

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

4. Either redraw the prize or follow the state regulation(s) that apply to your raffle

<figure><img src="/files/2iZOm9NZEif6cBuz9BFg" alt=""><figcaption><p>State regulations for unclaimed prizes (for all state regulations, check your admin dashboard)</p></figcaption></figure>

<figure><img src="/files/VicXPpc20LsBIxoBgchw" alt=""><figcaption><p>Redraw confirmation window</p></figcaption></figure>

When a prize is redrawn, RaffleLink sends an automated email to the original prize winner and the redrawn winner notifying them of the redraw occurring. The Raffle Winners tab and the public raffle page will also both update, explaining the prize has been redrawn and showing both winners. The redraw action cannot be undone.


---

# 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, and the optional `goal` query parameter:

```
GET https://help.rafflelink.com.au/managing-your-raffle/closing-and-drawing/unclaimed-prizes-and-redraws.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
