> For the complete documentation index, see [llms.txt](https://docs.dex.guru/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dex.guru/features/alerts-and-notifications.md).

# Alerts & Notifications

The Alerts & Notifications🔔 button is located in the top right corner. Currently, we support 3 types of alerts:&#x20;

1. [Favorite Accounts Activity Alerts](#favorite-accounts-activity-alerts)
2. [Token Price Changes for Favorite Tokens ](#token-price-changes-for-favorite-tokens)
3. Single Token Price Alert&#x20;

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

### Favorite Accounts Activity Alerts

Set up notifications for accounts that are inside your Favorites.&#x20;

{% embed url="<https://www.youtube.com/watch?v=mWBhl2N1WqU>" %}

### Token Price Changes for Favorite Tokens&#x20;

Token price alerts are available for you after you connect your wallet.&#x20;

By default, notifications are turned on for your Favorites😍 with a 10% threshold. Anytime one of the tokens from your Favorites😍 changes the price by more than 10% in 30 minutes, you will receive a notification inside Alerts & Notifications section.

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

You can change the 10% threshold by going to My Alerts and looking for the edit icon(which looks like a pencil).&#x20;

<figure><img src="/files/DdAZfPDlq4Pfd51eJMW1" alt=""><figcaption><p>Customize the threshold</p></figcaption></figure>

Besides seeing price notifications for your Favorites😍 inside DexGuru's interface, you can receive them straight to your Telegram account. Read how to set up Telegram notifications [here](/how-to/enable-telegram-price-alerts.md) or watch a video [here](https://www.youtube.com/watch?v=PobSLoS2YRg).&#x20;


---

# 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.dex.guru/features/alerts-and-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.
