# Сценарии

Чат-бот состоит из одного или нескольких сценариев.

***Сценарий чат-бота*** - это набор блоков сообщений и переходов по связям между ними, по которым может пройти пользователь попав по ссылке.

***Дополнительный сценарий чат-бота*** - это **альтернативный** набор блоков сообщений и переходов по связям между ними, по которым может пройти пользователь попав по другой ссылке.

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

#### Прямые ссылки на дополнительные сценарии Viber, Whatsapp, Telegram:

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

{% hint style="info" %}
Для Viber, Whatsapp, Telegram можно создавать прямые ссылки на дополнительные сценарии. И потом посмотреть [статистику по прямым ссылкам на сценарии](https://help.onebot.tech/onebot-help/analitika/statistika-po-pryamym-ssylkam-na-scenarii).
{% endhint %}


---

# 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://help.onebot.tech/onebot-help/scenarii.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.
