# Як...

- [створити простий чатбот](https://docs.mavibot.ai/doc/uk/faq/questions/chatbot.md): Покроковий туторіал для простого чатбота з простою послідовністю текстів.
- [...Передати UTM-мітки](https://docs.mavibot.ai/doc/uk/faq/questions/...peredati-utm-mitki.md): Як зробити, щоб чатбот і мітки добре працювали одне з одним
- [...Створити реферальну програму](https://docs.mavibot.ai/doc/uk/faq/questions/refferal.md)
- [...Створити тимчасово доступний вміст](https://docs.mavibot.ai/doc/uk/faq/questions/content.md): Часто виникає завдання обмежити доступ до вмісту на певний час. У цій статті ми розповімо, як це зробити.
- [...Підключити лічильники аналітики та налаштувати конверсії через GTM](https://docs.mavibot.ai/doc/uk/faq/questions/gtm.md)
- [...Перемістити клієнтів в інший блок](https://docs.mavibot.ai/doc/uk/faq/questions/customers.md): Можливо, вам потрібно запустити бота для кількох клієнтів одночасно
- [...Створити персоналізовані зображення](https://docs.mavibot.ai/doc/uk/faq/questions/images.md): Ви можете розмістити власний текст на зображеннях
- [...Створити меню в Telegram](https://docs.mavibot.ai/doc/uk/faq/questions/menu.md)
- [...Підключити Telegram-pay](https://docs.mavibot.ai/doc/uk/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/uk/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.
