> 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-an-instant-prize.md).

# Adding an Instant Prize

{% content-ref url="/pages/tImbHe9lsEtj4j2Nr34z" %}
[Adding a Competition](/competition-docs/basics/adding-a-competition.md)
{% endcontent-ref %}

Once you have added a Prize as instructed in the above guide to add Instant Wins you can follow the below guide:

1. Click Enable Instant Prizes

You'll now see this interface. It gives you many options to add your tickets, most people will use the green button to add instants which is our ticket generator.

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

2. Click Add Prizes and fill in the boxes, Prize Name & how many tickets you want for the instant

<div align="center"><figure><img src="/files/WIwrLfq3BfH3h1LV49Ut" alt="" width="245"><figcaption></figcaption></figure></div>

{% hint style="info" %}
For site credit you can ask us to have a custom keyword or use "Site Credit"
{% endhint %}

For example "£5 Site Credit" would be the Prize Name to automatically reward site credits as an instant win.

Once you have clicked Generate, you'll see the Instant Prize added with random numbers.

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

Save the Competition as a Draft or Publish if you're ready to go live, it will then show up on the frontend.


---

# 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-an-instant-prize.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.
