# Основы

- [Создание сценария](https://docs.smartbotpro.ru/scenarii/osnovy/sozdanie-scenariya.md): В этом разделе рассмотрим процесс создания и запуска своих сценариев
- [Шаблоны сценариев](https://docs.smartbotpro.ru/scenarii/osnovy/shablony-scenariev.md): Вы узнаете, как использовать готовые сценарии
- [Личные шаблоны](https://docs.smartbotpro.ru/scenarii/osnovy/shablony-scenariev/lichnye-shablony.md): Вы узнаете, как использовать свои сценарии в качестве шаблонов
- [Шаблон Тайного Санты](https://docs.smartbotpro.ru/scenarii/osnovy/shablony-scenariev/shablon-tainogo-santy.md)
- [Интерфейс редактора](https://docs.smartbotpro.ru/scenarii/osnovy/interfeis-redaktora.md): В этом разделе рассмотрим основной функционал интерфейса редактора сценариев
- [Публикация сценария](https://docs.smartbotpro.ru/scenarii/osnovy/publikaciya-scenariya.md): Разбираем, как работать с черновиками сценариев и публиковать их для пользователей
- [Тестирование сценария](https://docs.smartbotpro.ru/scenarii/osnovy/testirovanie-scenariya.md): Здесь мы расскажем как в один клик проверить работу вашей цепочки
- [Как выбирается сценарий](https://docs.smartbotpro.ru/scenarii/osnovy/kak-vybiraetsya-scenarii.md): В этой статье мы расскажем, по какому принципу Smartbot выбирает сценарий для запуска


---

# 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.smartbotpro.ru/scenarii/osnovy.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.
