# Enviar información

Estos componentes **envían mensajes o contenido al usuario** sin requerir una entrada inmediata. Suelen ser respuestas del bot.

1. **Mensaje:** Envía un mensaje de texto simple al usuario.
   * Ejemplo: un saludo, una explicación o cualquier texto informativo.
   * Puedes agregar variables personalizadas dentro del mensaje (ver más abajo cómo usar variables).
2. **Imagen/GIF:** Muestra una imagen o GIF animado al usuario.
   * Puedes añadir un texto que acompañe la imagen (ej. “Aquí está la foto que pediste:”).
   * Opciones:
     * Buscar un GIF por nombre (se integra con un servicio de GIFs).
     * Subir una imagen desde tu dispositivo o pegar una URL de imagen.
   * La imagen/GIF aparecerá directamente en el chat.
3. **Video:** Envía un video en el chat.
   * Añade un texto descriptivo si lo deseas (ej. “Video explicativo:”).
   * Proporciona una URL de video o sube un archivo de video (recordando la limitación de tamaño, p. ej. 15 MB).
   * El usuario podrá reproducir el video dentro de la ventana de chat.
4. **Enlace web:** Comparte uno o varios enlaces clicables.
   * Incluye un texto introductorio si se necesita.
   * Indica la plataforma de destino desde un desplegable (generalmente “Website” para enlace web).
   * Para cada enlace: especifica un **título** visible y la **URL** correspondiente.
   * Puedes agregar múltiples enlaces. Cada título aparecerá como un botón o enlace en el chat; al hacer clic, se abrirá la página correspondiente.

###


---

# 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://recursos.demandu.tech/edita-tu-flujo-de-chat/componentes-de-flujo/enviar-informacion.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.
