# Referral Program

<details>

<summary>What is the referral program?</summary>

* Every user gets a referral link upon signup. Users can share these links, and those who sign up to Bookiebot using these links are identified as referrals.&#x20;
* 5% of the monthly revenue share is distributed to referrers on Bookiebot based on the combined volume of all their referrers. Meaning referrers on Bookiebot get a share of betting revenue and trading revenue for referring users.
* To find your individual referral link, hit the 'Options' button on the bot's main menu, followed by the 'Information' button.
  * You can also find your referral link at the bottom of each of your bet slips.
* If a new user uses your [Copy Bet](/product-docs/faq/copy-betting-+-bet-sharing.md) link to setup Bookiebot for the first time, this is also counted as a referral

</details>

<details>

<summary>When is referral revenue distributed each month?</summary>

Referral revenue is distributed with the rest of Bookiebot's [Revenue Sharing](/product-docs/faq/revenue-sharing.md), on the 25th of each month. It can be claimed on the [claim page](https://claim.bookiebot.app/).

</details>

<details>

<summary>What must I do to earn revenue from the referral program?</summary>

* It's simple, just have users sign up to Bookiebot using your referral link and generate >$100 in betting volume to be eligible to claim referral rewards.

</details>


---

# 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://bookiebot.gitbook.io/product-docs/faq/referral-program.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.
