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

# Video

> Sends videos to the user within the conversation

With the **Video** node you send a video file to the user as part of the conversation.

## Configuration

* **File or URL**: Upload a video file or paste a public URL
* **Caption** (optional): Text that appears alongside the video

The caption supports variables: `Tutorial: {{$memory.currentTopic}}`

## Limits

| Supported formats        | Maximum size |
| :----------------------- | :----------- |
| `video/mp4`, `video/3gp` | 16 MB        |

| Channel              | Maximum caption  |
| :------------------- | :--------------- |
| WhatsApp             | 1,024 characters |
| Facebook / Instagram | Not supported    |
| Web                  | 1,024 characters |

<Warning>
  If you use a URL, it must be publicly accessible via HTTPS, must not require authentication, and must point directly to the video file (not to an HTML page).
</Warning>
