# Video

A **Video node** is used to send a video message to the user on WhatsApp. It looks like this

![](https://3241020264-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LV26ZH2qOAtZoupy1GS%2F-LXNeuYYqTDgzgHOHNLo%2F-LXNfySqKUeDGCy5V71I%2FJquery%20UI%20Slider%20Pips%20%20%20Simey%20me.png?alt=media\&token=0654571d-87ee-4903-b08c-11126b15039e)

{% hint style="info" %}
This node is supported only for **WhatsApp chatbots**.
{% endhint %}

#### Fields

* **Video File** - Upload the video file that needs to be sent to the user.
* **Caption/Text Message** (optional) - A message that can be shown along with the video.

#### Supported Formats

The following video formats are supported:

* mp4 (Recommended for best compatibility)
* webm
* x-flv
* mpeg

#### File Size Limit

* The video file size must be **less than 30 MB**.


---

# 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.quickreply.ai/product-modules/ai-builder/nodes/add-and-send-data/video.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.
