> For the complete documentation index, see [llms.txt](https://competitions.gitbook.io/competition-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://competitions.gitbook.io/competition-docs/basics/adding-interval-winners.md).

# Adding Interval Winners

You can setup multiple winners while the competition is live, perfect for advent calendars or daily winner competitions.

Winners are automatically chosen at random on the date you’ve scheduled and if you are rewarding site credit they will be automatically paid.

### How it looks for customers

{% hint style="success" %}
This can be restructured to look different for advent calendars for example
{% endhint %}

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

### How to setup interval winners

Check the Interval Winners option on the Edit Competition page near where you setup Questions, you will see different modes (Sold %, Daily, Weekly, Multiple Dates).

The boxes below will show you when each scheduled interval winner will take place for clarity.

{% hint style="warning" %}
Please remember you cannot edit an interval winner if someone has won but you can add new ones
{% endhint %}

#### Modes

{% tabs %}
{% tab title="Multiple Dates/Prizes" %}
Specific fixed times that you set, for example 9th November 9am
{% endtab %}

{% tab title="Daily/Weekly Interval" %}
Automatic intervals from the base date you set
{% endtab %}

{% tab title="% Sold Threshold" %}
When the total sales percentage sold equals or surpasses the number you set
{% endtab %}
{% endtabs %}

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

### Restrictions

**You cannot have an interval winner at the same time or beyond the competition ending date.**

**You cannot edit an interval winner if someone has won but you can add new ones.**

Any prizes that are not site credit will not be rewarded automatically are treated like main prizes, you will need to reward them yourself however they're automatically and randomly chosen the same way as an Auto Draw.


---

# 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://competitions.gitbook.io/competition-docs/basics/adding-interval-winners.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.
