# Как...

- [создать простой чатбот](https://docs.mavibot.ai/doc/ru/faq/questions/chatbot.md): Пошаговый урок по созданию простого чатбота с простой последовательностью текстов.
- [...Передать UTM-метки](https://docs.mavibot.ai/doc/ru/faq/questions/...peredat-utm-metki.md): Как подружить чатбот и метки между собой
- [...Создать реферальную программу](https://docs.mavibot.ai/doc/ru/faq/questions/refferal.md)
- [...Создать временно доступный контент](https://docs.mavibot.ai/doc/ru/faq/questions/content.md): Часто возникает задача ограничить доступ к контенту на определенное время. В этой статье мы расскажем, как это сделать.
- [...Подключить счетчики аналитики и настроить конверсии через GTM](https://docs.mavibot.ai/doc/ru/faq/questions/gtm.md)
- [...Перенести клиентов в другой блок](https://docs.mavibot.ai/doc/ru/faq/questions/customers.md): Вам может понадобиться запустить бота для нескольких клиентов одновременно
- [...Создать персонализированные изображения](https://docs.mavibot.ai/doc/ru/faq/questions/images.md): Вы можете размещать свой текст на изображениях
- [...Создать меню в Telegram](https://docs.mavibot.ai/doc/ru/faq/questions/menu.md)
- [...Подключить Telegram-pay](https://docs.mavibot.ai/doc/ru/faq/questions/payment.md): Пошаговое руководство о том, как создать закрепленное сообщение с кнопкой «Оплатить»


---

# 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.mavibot.ai/doc/ru/faq/questions.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.
