# Прямые ссылки на дополнительные сценарии

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

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

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

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

![](/files/-MfdLuYIKEZGqE5GY9RE)

Для Viber, Whatsapp, Telegram можно создавать прямые ссылки на дополнительные сценарии.

При необходимости возможно генерирование qr-кодов:

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

Как работать со сценариями в боте:

{% embed url="<https://youtu.be/03RK4obnCAY>" %}


---

# 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.watbot.ru/chat-boty/scenarii-bota/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.
