> For the complete documentation index, see [llms.txt](https://docs.mavibot.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mavibot.ai/doc/es/faq/questions.md).

# Cómo...

- [hacer un chatbot sencillo](https://docs.mavibot.ai/doc/es/faq/questions/chatbot.md): Un tutorial paso a paso para un chatbot sencillo con una simple serie 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 dirá exactamente cómo hacerlo.
- [...Conectar contadores de analítica y configurar conversiones a través de 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
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://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.
