# Cómo...

- [hacer un chatbot simple](https://docs.mavibot.ai/doc/es/faq/questions/chatbot.md): Un tutorial paso a paso para un chatbot simple con una serie sencilla de textos.
- [...Transferir etiquetas UTM](https://docs.mavibot.ai/doc/es/faq/questions/...transferir-etiquetas-utm.md): Cómo hacer que el chatbot y las etiquetas se lleven bien entre sí
- [...Crear un programa de referidos](https://docs.mavibot.ai/doc/es/faq/questions/refferal.md)
- [...Crear contenido disponible temporalmente](https://docs.mavibot.ai/doc/es/faq/questions/content.md): A menudo existe el objetivo de limitar el acceso al contenido durante un tiempo determinado. Este artículo te explicará exactamente cómo hacerlo.
- [...Conectar contadores de analítica y configurar conversiones mediante GTM](https://docs.mavibot.ai/doc/es/faq/questions/gtm.md)
- [...Mover clientes a otro bloque](https://docs.mavibot.ai/doc/es/faq/questions/customers.md): Puede que necesites lanzar el bot para varios clientes simultáneamente
- [...Crear imágenes personalizadas](https://docs.mavibot.ai/doc/es/faq/questions/images.md): Puedes poner tu propio texto en las imágenes
- [...Crear un menú en Telegram](https://docs.mavibot.ai/doc/es/faq/questions/menu.md)
- [...Conectar Telegram-pay](https://docs.mavibot.ai/doc/es/faq/questions/payment.md): Un tutorial paso a paso sobre cómo crear un mensaje fijado con un botón “Pagar”


---

# 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/es/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.
