# Using Winner History

The Winner history is our replacement for [Instant Prize History](/competition-docs/instant-prizes/using-instant-prize-history.md). While the original feature works fine, it can lead to confusion as the instant wins are clustered by each order, so you will sometimes get multiple instants in one row which can be confusing.

The winner history is built to be a more simple interface that lists all the winners 1 by 1 instead of clustering them by orders.

At the top of the Instant Prize History you can switch to the new version by clicking the button at the top

<figure><img src="/files/3JA8i7xODCgIFgZ177cr" alt=""><figcaption></figcaption></figure>

Once done you'll be redirected to the backend interface which will look similar to other areas of the site.

{% hint style="info" %}
If you want to revert back to the old instant prize history you'll find the link at the top of the new winner history
{% endhint %}

You can change the status of an instant when you have paid them and this is fully compatible with Payouts meaning you'll see when someone has requested their manual payout or left it unclaimed.

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

You'll also be able to see Main Prize winners easily aswell from the dropdown and use the same status dropdowns to mark them as paid.

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

### Tag system

With the tag system you can add short notes to each instant win that can provide quick information to your team, these are synced instantly

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

### Collaborating with Team Members

There is also live syncing on the Winner History page to show real-time status updates made by team members, helping prevent duplicate rewards and allow you to work more collaboratively

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

### Extra Details

Click on "More Details" to see a Popup with additional information about the specific instant

Additional fields depend on the functionality on your website, such as if you have Payouts or Sales Reports

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


---

# 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://competitions.gitbook.io/competition-docs/instant-prizes/using-winner-history.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.
