> For the complete documentation index, see [llms.txt](https://docs.lsports.eu/u/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.lsports.eu/u/trade/user-guide/configuration/notifications.md).

# Notifications

{% embed url="<https://youtu.be/9_bGMhlblUo?list=PLXOOWxcfpoYXQbs-HhT5SOPqcyZtxgWm8>" %}

Welcome to the notifications configuration guide. This feature is designed to provide you with important and sensitive real-time updates regarding your account.

To access the notification configuration screen, open the side menu and select "Configuration" under "TRADE" Then, click on "Notifications" to access the notification center.

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

### **You can set notifications as described below:**

#### **System Notifications**

* Distributor:
  * Distributor about to reach 5-8k: RMQ reaches 5000 or 8000
  * Distributor about to reach its limit
  * The distributor has reached its limit, it's closed and disabled: RMQ reaches 10k
  * Distributor is disabled
  * Distributor is enabled
* Quota:
  * A new quota was added

#### **Bell notification**

'Push notifications' which is an in-app notification (the users could still get email notifications as well)

* The notification actions are per user- unread notifications will be indicated based on the actions of the individual user.
* The notifications in the bell will be shown for only 48 hours.
* Notifications time zone appers in UTC.

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


---

# 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://docs.lsports.eu/u/trade/user-guide/configuration/notifications.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.
