> For the complete documentation index, see [llms.txt](https://help.chatterfy.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.chatterfy.ai/konstruktor-skriptov/nastroiki-skripta/bot-settings/notifikacii.md).

# Нотификации

## Подробная инструкция добавления Нотификаций:

1. Создайте Телеграмм группу Нотификаций&#x20;
2. Добавьте вашего бота в группу (НЕ АДМИНОМ!)
3. Получите ID созданной вами группы через стороннего бота
4. Перейдите в Bot settings (Настройки бота Chatterfy)&#x20;
5. Нажмите Notifications и вставьте ID группы \
   (Для ботов ID вставляется с -, например -2894347. Для личек ID вставляется без минуса, например 2894347)

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

{% hint style="info" %}
Если вы настроите [Bot Pit Stop settings](/konstruktor-skriptov/nastroiki-skripta/bot-settings/bot-pit-stop.md), то у вас будет возможность получать уведомления о новых диалогах, переведенных в режим "Manual" (которые требуют проверки обработчика)
{% endhint %}

1\. Cоздайте Телеграмм группу&#x20;

![](https://ajeuwbhvhr.cloudimg.io/colony-recorder.s3.amazonaws.com/files/2024-11-21/286d97f4-7f20-4626-9f38-0af4896997ce/user_cropped_screenshot.jpeg?tl_px=0,0\&br_px=1241,961\&force_format=jpeg\&q=100\&width=1120.0\&wat=1\&wat_opacity=1\&wat_gravity=northwest\&wat_url=https://colony-recorder.s3.amazonaws.com/images/watermarks/EAB308_standard.png\&wat_pad=334,80)

2\. Нажмите добавить участника

![](https://ajeuwbhvhr.cloudimg.io/colony-recorder.s3.amazonaws.com/files/2024-11-21/14ff3a7b-b1e0-43ef-9f9d-fef96ce51602/user_cropped_screenshot.jpeg?tl_px=0,185\&br_px=1221,1146\&force_format=jpeg\&q=100\&width=1120.0\&wat=1\&wat_opacity=1\&wat_gravity=northwest\&wat_url=https://colony-recorder.s3.amazonaws.com/images/watermarks/EAB308_standard.png\&wat_pad=790,404)

3\. Нажмите на поиск&#x20;

![](https://ajeuwbhvhr.cloudimg.io/colony-recorder.s3.amazonaws.com/files/2024-11-21/c024525c-b6c7-46cd-bdd6-ee2d1d998b77/user_cropped_screenshot.jpeg?tl_px=0,0\&br_px=1203,961\&force_format=jpeg\&q=100\&width=1120.0\&wat=1\&wat_opacity=1\&wat_gravity=northwest\&wat_url=https://colony-recorder.s3.amazonaws.com/images/watermarks/EAB308_standard.png\&wat_pad=406,254)

4. В поиске введите IDBot и выберите первого из списка&#x20;

![](https://ajeuwbhvhr.cloudimg.io/colony-recorder.s3.amazonaws.com/files/2024-11-21/ea70191e-f60e-4392-9106-ba1560e8ffc7/user_cropped_screenshot.jpeg?tl_px=0,0\&br_px=1213,961\&force_format=jpeg\&q=100\&width=1120.0\&wat=1\&wat_opacity=1\&wat_gravity=northwest\&wat_url=https://colony-recorder.s3.amazonaws.com/images/watermarks/EAB308_standard.png\&wat_pad=361,342)

6\. Нажмите Добавить

![](https://ajeuwbhvhr.cloudimg.io/colony-recorder.s3.amazonaws.com/files/2024-11-21/e03ffd1e-5875-4381-9bf6-990a23684b7c/user_cropped_screenshot.jpeg?tl_px=0,545\&br_px=1221,1507\&force_format=jpeg\&q=100\&width=1120.0\&wat=1\&wat_opacity=1\&wat_gravity=northwest\&wat_url=https://colony-recorder.s3.amazonaws.com/images/watermarks/EAB308_standard.png\&wat_pad=733,710)

7. После добавления в вашу группу, IDBot автоматически пришлет вам ID созданной группы. Скопируйте его&#x20;

![](https://ajeuwbhvhr.cloudimg.io/colony-recorder.s3.amazonaws.com/files/2024-11-21/ef7421fa-e011-45c5-ba48-177f43566f84/user_cropped_screenshot.jpeg?tl_px=0,568\&br_px=1231,1530\&force_format=jpeg\&q=100\&width=1120.0\&wat=1\&wat_opacity=1\&wat_gravity=northwest\&wat_url=https://colony-recorder.s3.amazonaws.com/images/watermarks/EAB308_standard.png\&wat_pad=782,498)

8. Затем откройте вашего бота и перейдите в Bot Settings
9. Выберите Notifications и вставьте скопированный вами ID <br>

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

{% hint style="danger" %}
Для ботов ID вставляется с -, например -2894347. \
Для личек ID вставляется без минуса, например 2894347
{% endhint %}


---

# 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://help.chatterfy.ai/konstruktor-skriptov/nastroiki-skripta/bot-settings/notifikacii.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.
