> 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/common-questions/file-sending-formats-and-limits.md).

# File Sending Formats and Limits

<figure><img src="/files/9752ee521388f9bfac2e3fcaf3f2cb400207e93b" alt=""><figcaption></figcaption></figure>

***

## <mark style="color:purple;">**WhatsApp Web**</mark>

**Images: 5**MB

**Audios:** 16MB

**Videos: 16MB**

**Documents: 100MB**

**Sticker: 100KB**

***

## <mark style="color:purple;">Official WhatsApp</mark>

**Images:** 5MB in JPEG and PNG

**Audios:** 16MB in AAC, MP4, AMR, MPEG and OGG

**Videos:** 16MB and MP4 and 3GPP

**Documents:** 100MB

**Sticker:** 100KB

***

## <mark style="color:purple;">Instagram</mark>

**Images:** 8MB

**Audios: 16**MB

**Videos: 16**MB

**Documents:** 25MB

**Sticker: 5**MB

**Post:** Image 8MB - 4:5 and 1.91:1 and Video 100MB

* MOV or MP4
* Minimum x Maximum Width: 320 x 1440
* Height: Varies according to width and aspect ratio
* Duration (If video) Minimum x Maximum: 3 seconds x 60 seconds

**Reels:** Image 8MB and Video 100MB

* MOV or MP4
* Duration Minimum x Maximum: 3 seconds x 15 minutes
* Aspect ratio: 9:16

**Stories:** Image 8MB and Video 100MB

* MOV or MP4
* Duration Minimum x Maximum: 3 seconds x 60 seconds
* Aspect ratio: 9:16

**Message:** Less than 2000 Characters<br>

***

## <mark style="color:purple;">Facebook</mark>

**Images:** 8MB

**Audios: 16**MB

**Videos: 16**MB

**Documents: 2**5MB

**Sticker: 100KB**

<br>


---

# 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/common-questions/file-sending-formats-and-limits.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.
