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

# Шаблоны диалогов

Это позволяет вам легко адаптировать готовый шаблон под свои нужды, экономя время и усилия. Мы понимаем, как важно упростить вашу работу и ценим ваше время.

{% hint style="info" %}
Мы постарались использовать в примерах максимальное количество вопросов, чтобы показать возможности нашего конструктора. Однако длинные опросы могут утомлять пользователей. Поэтому рекомендуем удалить лишние вопросы и оставить только те, которые действительно важны для вас.

Оптимизируйте опрос под ваши нужды, делая его простым и удобным. Ваши пользователи оценят заботу о их времени, а вы получите точные и полезные данные.
{% endhint %}

**Берите и используйте, чтобы сэкономить время и усилия!** Правьте под себя, добавляйте свои вопросы и адаптируйте шаблоны под ваши нужды:

* [**Опрос «Тайный покупатель»**](/botpad/shablony-dialogov/tainyi-pokupatel.md) —  инструмент для постоянной и независимой оценки бизнеса, качества работы персонала и предоставляемых услуг, а также других ключевых показателей с привлечением сторонних покупателей


---

# 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://core4.gitbook.io/botpad/shablony-dialogov.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.
