# Global Jackpot

### How do Jackpots work?

Global Jackpot takes a % of every order total & puts it into a Jackpot. This will be displayed on the frontend and everytime someone places an order for tickets they will enter the jackpot and have a chance at winning everything in it!

{% hint style="success" %}
The design of the Jackpot boxes can be branded to your website
{% endhint %}

Jackpot design can be changed but please see an example below summarising two jackpots.

<figure><img src="/files/6LYmzKSrQCEbGBFQJ4EW" alt=""><figcaption></figcaption></figure>

Pressing the grey i icon will show an explainer about how the Jackpots work:

<figure><img src="/files/6PFiY1ltWAQF8pLZ5e4M" alt=""><figcaption></figcaption></figure>

You can setup multiple Jackpots and change the distribution between each one of them on the backend.

### Configuring Global Jackpots

Go to Global Jackpots in the Admin Menu, here you can create various Jackpots with different rules

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

{% hint style="success" %}
A list of winners is shown on the configuration page so you can see when a Jackpot was won
{% endhint %}

Once a Jackpot is won a popup will show on the screen, this can be configured to fit with your website:

<figure><img src="/files/8HTnXpzDRIdnukZ5lyY8" alt=""><figcaption></figcaption></figure>

Jackpots are automatically credited to the winners account, they'll be able to see their winnings under Wallet in My Account.

We make sure there are no double jackpots given by using our Warden security plugin which queues and checks orders 1 by 1. There is a disadvantage to this however,  that the Jackpot will not show immediately after payment and will show up to a minute later if they have won.


---

# 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/games/global-jackpot.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.
