# Telegram

### # Prerequesites

To receive alerts from our platform on telegram you need to create a [new bot on telegram](https://core.telegram.org/bots#6-botfather) (or use an existing one).

### # Setup

You are now invited to enter the bot\_key (token) and chat ID given during the bot creation.

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

⚠️Warning: The ID required to connect to [bolt.observer](http://bolt.observer/) is the chat ID, and it shouldn't be confused with the participants' ID.

⚠️Warning: The chat id format is a string of numbers. Example: -1001674000166

⚠️Warning: Make sure you include all characters after “:”. In the example above, “-” must be included

Once your workflow is saved, it appears with other workflows that had previously been configured.


---

# 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.bolt.observer/readme/integrations/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.
