# Funciones especiales

- [Programación en Python](https://docs.mavibot.ai/doc/es/funciones-especiales/programacion-en-python.md): El constructor admite ejecutar código fuente de Python, lo que te permite crear bots con cualquier lógica que necesites. Este artículo explica cómo conectar el código fuente a tu bot.
- [Código QR y código de barras: generación y reconocimiento](https://docs.mavibot.ai/doc/es/funciones-especiales/codigo-qr-y-codigo-de-barras-generacion-y-reconocimiento.md)
- [Cómo usar Google Sheets para envíos](https://docs.mavibot.ai/doc/es/funciones-especiales/como-usar-google-sheets-para-envios.md): Aquí puedes encontrar instrucciones detalladas sobre cómo recopilar direcciones de correo electrónico con la ayuda de un chatbot en Mavibot.ai y enviar una oferta comercial con el script de Google Sheets.
- [Envío de solicitudes a mensajeros y correo electrónico](https://docs.mavibot.ai/doc/es/funciones-especiales/envio-de-solicitudes-a-mensajeros-y-correo-electronico.md): Envío de notificaciones/solicitudes por WhatsApp, Telegram, Viber, correo electrónico.
- [Trabajar con códigos promocionales](https://docs.mavibot.ai/doc/es/funciones-especiales/trabajar-con-codigos-promocionales.md): El bot permite no solo dar códigos promocionales a los clientes, sino también comprobar su validez y controlar su uso único


---

# 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/funciones-especiales.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.
