# How to configure alerts on Telegram

Follow these steps to configure alerts on Telegram:

## Configuring the alert

1. Install the Telegram app on your smartphone.
2. Create a username.
3. In the app's contact list, search for **@RawDataBot**.
4. When redirected to the chat with the bot, please start the conversation by clicking **Start**.&#x20;
5. The bot responds by providing a payload, and the necessary information is the numbers listed in the field below:

```
“Chat”: {
“Id”: xxxxxxxxx, 
```

6. Copy the ID into the field **Telegram ChatID** when creating a new pipeline alert.&#x20;

{% hint style="info" %}
This field appears only when the Telegram toggle is enabled.
{% endhint %}

## Receiving the alerts

1. After configuring the alert, search for **@DigibeeMonitorBot** on the Telegram’s contact list.
2. When redirected to the chat with the bot, please start the conversation by clicking **Start**.
3. The bot responds by providing the alerts configured on the Digibee Integration Platform.

See the images below for more clarity:

<figure><img src="/files/8UGWEdKUEynco1bPrY7t" alt=""><figcaption></figcaption></figure>

## Alerts message example

See below an example of an alert message for all pipelines received via Telegram:

<figure><img src="/files/QKeY4WRyBDjA9EY7RNio" alt="" width="375"><figcaption></figcaption></figure>


---

# 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.digibee.com/documentation/developer-guide/development-cycle/dashboards/alerts/how-to-configure-alerts-on-telegram.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.
