> For the complete documentation index, see [llms.txt](https://docs.sprinthub.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sprinthub.com/en/topics/convert/chatbot/chatbot-common-questions/chatbot-how-to-send-media.md).

# Chatbot - How to send media

No **Chatbot**, it is possible to send different types of media during the support flow to make the conversation more interactive and informative. However, it is important **to respect WhatsApp's size and format limitations**, to avoid failures when sending messages.

***

#### 📎 Types of media that can be sent

You can use the following types of media in the chatbot:

* 🖼️ **Image** – Ideal for banners, products, or visual instructions.
* 🎥 **Video** – For demonstrations or presentations.
* 🎧 **Audio** – Recorded messages or quick explanations.
* 📄 **Document** – PDFs, catalogs, contracts, or informational materials.
* 😀 **Sticker** – Stickers for more casual interactions.

***

#### ⚙️ How to configure it in the chatbot flow

1️⃣ Access **Menu → Convert → Chatbot** or use the field **Find services** by typing *Chatbot*.

2️⃣ Open the **desired chatbot** or click on **+ New** to create a flow.

3️⃣ In the block where you want to send the content, click **Add action**.

4️⃣ Select the action **Send media**.

5️⃣ Choose the **type of media** you want to send.

6️⃣ Upload the **file** or enter the **media link**.

7️⃣ (Optional) Add a **supporting text** to provide context for the media sent.

8️⃣ **Save the action** and continue the chatbot flow.

***

#### ⚠️ Media limitations on WhatsApp

**💻 WhatsApp Web**

* 🖼️ **Images:** up to 5 MB
* 🎧 **Audio:** up to 16 MB
* 🎥 **Videos:** up to 16 MB
* 📄 **Documents:** up to 100 MB
* 😀 **Sticker:** up to 100 KB

**📱 Official WhatsApp**

* 🖼️ **Images:** up to 5 MB (formats **JPEG** and **PNG**)
* 🎧 **Audio:** up to 16 MB (**AAC, MP4, AMR, MPEG, and OGG**)
* 🎥 **Videos:** up to 16 MB (**MP4 and 3GPP**)
* 📄 **Documents:** up to 100 MB
* 😀 **Sticker:** up to 100 KB

{% content-ref url="/pages/0d9bde1b5ac85d22c6a50fdc105e212a95eb936c" %}
[File Upload Formats and Limits](/en/common-questions/file-upload-formats-and-limits.md)
{% endcontent-ref %}

***

#### 💡 Best practices

* ✅ **Optimize file sizes** before sending to ensure fast loading.
* ✅ Prefer **light images and short videos** to improve the user experience.
* ✅ Always check whether the **format is compatible with WhatsApp**.

***


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.sprinthub.com/en/topics/convert/chatbot/chatbot-common-questions/chatbot-how-to-send-media.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
