> ## Documentation Index
> Fetch the complete documentation index at: https://docs.jelou.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Messages

> Nodes for sending different types of content to the user

Message nodes allow you to send content to the user during the conversation. Each message type is optimized for a specific format.

## Text

<CardGroup cols={2}>
  <Card title="Text" icon="message" href="/guides/nodos/texto" horizontal>
    Simple text messages
  </Card>

  <Card title="Question" icon="circle-question" href="/guides/nodos/pregunta" horizontal>
    Questions that wait for a user response
  </Card>
</CardGroup>

## Multimedia

<CardGroup cols={2}>
  <Card title="Image" icon="image" href="/guides/nodos/imagen" horizontal>
    Sending images with optional caption
  </Card>

  <Card title="Video" icon="video" href="/guides/nodos/video" horizontal>
    Sending videos with optional caption
  </Card>

  <Card title="Audio" icon="volume-high" href="/guides/nodos/audio" horizontal>
    Sending audio files
  </Card>

  <Card title="Sticker" icon="face-smile" href="/guides/nodos/sticker" horizontal>
    Sending animated or static stickers
  </Card>

  <Card title="Document" icon="file" href="/guides/nodos/documento" horizontal>
    Sending downloadable documents and files
  </Card>
</CardGroup>

## Interactive

<CardGroup cols={2}>
  <Card title="Buttons" icon="hand-pointer" href="/guides/nodos/botones" horizontal>
    Up to 3 interactive buttons
  </Card>

  <Card title="List" icon="list" href="/guides/nodos/lista" horizontal>
    Dropdown list with up to 10 options
  </Card>

  <Card title="Numbered list" icon="list-ol" href="/guides/nodos/lista-numerada" horizontal>
    Numbered list of options, compatible with all channels
  </Card>

  <Card title="Call to Action" icon="arrow-up-right-from-square" href="/guides/nodos/call-to-action" horizontal>
    Button that opens an external URL
  </Card>

  <Card title="WebView" icon="window-maximize" href="/guides/nodos/webview" horizontal>
    Button that opens an embedded web view in the chat
  </Card>

  <Card title="WhatsApp Flows" icon="wpforms" href="/guides/nodos/whatsapp-flows" horizontal>
    Native WhatsApp forms
  </Card>

  <Card title="HSM Template" icon="envelope" href="/guides/nodos/hsm" horizontal>
    Pre-approved WhatsApp templates
  </Card>
</CardGroup>

## Other

<CardGroup cols={2}>
  <Card title="Contact" icon="address-card" href="/guides/nodos/contacto" horizontal>
    Contact cards with structured data
  </Card>

  <Card title="Location" icon="location-dot" href="/guides/nodos/ubicacion" horizontal>
    Sending map points
  </Card>

  <Card title="Location Request" icon="location-crosshairs" href="/guides/nodos/solicitud-ubicacion" horizontal>
    Request the user's location
  </Card>
</CardGroup>
