> For the complete documentation index, see [llms.txt](https://prodds.gitbook.io/prodds/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://prodds.gitbook.io/prodds/responsible-gaming/tools-to-stay-responsible.md).

# Tools to Stay Responsible

{% tabs %}
{% tab title="Maximum Bet" %}
Prodds sets a Pool-Level Maximum Bet that applies to all users uniformly, ensuring fair and controlled betting across prediction pools. Additionally, users can set their own Individual-Level Maximum Bet to personalize their risk limits.

This tool helps maintain responsible wagering practices, minimizing the potential for excessive betting by setting clear boundaries.
{% endtab %}

{% tab title="Activity Dashboard" %}
Users have access to an interactive dashboard that showcases their betting history and overall performance metrics. The dashboard includes a rolling 30-day limit feature that tracks net $RDM flow. If a user’s net $RDM flow surpasses this limit, a warning and additional confirmation prompt will be shown before proceeding with new predictions.

By providing insight into betting patterns and activity, the dashboard empowers users to make informed decisions and recognize potential problem behaviors early.
{% endtab %}

{% tab title="Self-Exclusion" %}
Prodds offers a self-exclusion tool that enables users to voluntarily freeze their accounts for a specified period, preventing any predictions or withdrawals during that time.

This proactive tool supports users who wish to take a break or mitigate problem gambling tendencies, ensuring they maintain control over their engagement with the platform.
{% endtab %}

{% tab title="Gambling Therapy" %}
Recognizing the symptoms of problem gambling is essential. If you or someone you know experiences the following signs, reaching out for professional help is advised:

**Symptoms to Watch For:**

* Inability to stop or control betting
* Chasing losses or placing larger bets to recover money
* Lying about gambling activities
* Financial stress due to gambling
* Withdrawal from family and social activities

**Global Authorities and Contacts:**

* Gambling Therapy (Global): Offers online support and resources for those affected by problem gambling. [Visit](https://www.gamblingtherapy.org/) for more details.
* National Council on Problem Gambling (U.S.): Helpline: 1-800-522-4700, [Website](https://www.ncpgambling.org/)
* GamCare (U.K.): Helpline: 0808 8020 133, [Website](https://www.gamcare.org.uk/)
* Lifeline (Australia): Helpline: 13 11 14, [Website](https://www.lifeline.org.au/)
* Gamblers Anonymous (Global): Provides local support meetings and resources. [Visit](http://www.gamblersanonymous.org/ga/locations) for more information.

If you notice these signs, consider seeking advice from one of these organizations or speaking to a mental health professional.
{% endtab %}
{% endtabs %}


---

# 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://prodds.gitbook.io/prodds/responsible-gaming/tools-to-stay-responsible.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.
