# Risk Controls

Risk Controls allow you to define and manage betting limits across your entire platform. Set global thresholds that apply to all players, then customize limits for specific sports, leagues, or entities.

***

## Overview

<figure><img src="/files/LOE2mIVj5hvG9x0bcggz" alt="Risk Controls"><figcaption><p>Configure limits at platform, sport, or fixture level</p></figcaption></figure>

The Risk Controls section provides two levels of limit configuration:

| Level               | Description                                                              |
| ------------------- | ------------------------------------------------------------------------ |
| **Platform Limits** | Global limits that apply across your entire sportsbook                   |
| **Entity Limits**   | Sport, league, or market-specific limits that override platform defaults |

***

## Available Controls

### Platform Limits

Set the foundation of your risk management strategy:

* Maximum stake per bet
* Maximum payout per bet
* Maximum exposure per fixture
* Maximum daily/weekly/monthly limits

[Configure Platform Limits →](/u/defend/risk-controls/platform-limits.md)

### Entity Limits

Fine-tune limits for specific contexts:

* Sport-level limits (e.g., higher limits for Football)
* League-level limits (e.g., lower limits for lower-tier leagues)
* Market-level limits (e.g., stricter limits for exotic markets)

[Configure Entity Limits →](/u/defend/risk-controls/entity-limits.md)

***

## How Limits Work Together

When a player places a bet, the system evaluates limits in this order:

1. **Player-specific limits** (if configured in Player Intelligence)
2. **Entity limits** (sport/league/market specific)
3. **Platform limits** (global defaults)

The most restrictive applicable limit is always applied.

***

## Related

* [Bet Monitor](/u/defend/bet-monitor.md) — Monitor betting activity in real-time
* [Player Intelligence](/u/defend/step-4-player-management.md) — Set player-specific limits


---

# 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://docs.lsports.eu/u/defend/risk-controls.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.
