> For the complete documentation index, see [llms.txt](https://standard-arb.gitbook.io/standard-arb-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://standard-arb.gitbook.io/standard-arb-docs/telegram-notifications.md).

# Telegram Notifications

1. Для настройки уведомлений в Telegram нам нужно создать своего бота\
   Для этого переходим в <https://t.me/BotFather> и жмём кнопку Start\
   ![](/files/aaR80s9OYe6hNXxTLMlu)
2. Вводим команду `/newbot` и имя для нашего бота.\
   В моём случае это будет "`standard_notifications_bot`"\
   ![](/files/OmVB4Bqvc8VEtIn3bhzX)
3. В ответ мы получим Api ключ от нашего бота\
   ![](/files/RMlsTAGXU9qZvHgUG0Lw)
4. Далее в панели идём в Settings -> TG Bot\
   ![](/files/YXebt6oYudQTqiL3byGo)<br>
5. И сохраняем наш Api Key в поле TG bot Api Key\
   ![](/files/fklPj8wcv6YGo04lonn2)
6. Теперь идём в <https://t.me/standard_arb_bot> -> отправляем команду /start\
   копируем свой ID\
   ![](/files/QZBqOGcF70FpV30X9gGd)<br>
7. Вставляем свой ID в поле Clients Telegram IDs:\
   ![](/files/mcVK4JwtXz2AIfST3Hb4)\
   \
   Если вы хотите получать уведомления в несколько аккаунтов Telegram, то можно ввести ID аккаунтов через запятую.\
   ![](/files/o42yTgfd87sEytsaA0QA)<br>
8. С каждого из аккаунтов нужно открыть своего бота в Telegram и ввести команду /start или нажать кнопку Start.\
   ![](/files/UYOgKqcoLXT2YJgSlmIW)
9. Теперь панель будет присылать вам уведомления подобного содержания.\
   ![](/files/BGPZzLuKp4oYku1b6hNh)


---

# 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:

```
GET https://standard-arb.gitbook.io/standard-arb-docs/telegram-notifications.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.
