# Send attachments (media files)

{% hint style="warning" %}
Not supported on the SMS channel.
{% endhint %}

As an agent, you can send and receive media files (e.g., statements, invoices, screenshots, and other important documents) while chatting with customers.

The following file types are supported:

| File Type               | Supported Formats/File Extensions                 | Can be previewed in browser vs needs to be downloaded |
| ----------------------- | ------------------------------------------------- | ----------------------------------------------------- |
| Documents               | .pdf, .doc or .docx, .ppt or .pptx, .xls or .xlsx | Needs to be downloaded                                |
| Images                  | JPEG, JPG, PNG                                    | Can be viewed in browser and can be downloaded        |
| Audio                   | AAC, AMR, MP3, OPUS,                              | Can be heard in browser and can be downloaded         |
| Video                   | MP4                                               | Can be viewed in browser and can be downloaded        |
| USDZ (AMB channel only) | USDZ                                              | Needs to be downloaded                                |

## **Attach a file**

1. Select the *paper clip* icon below the text box area.

<img src="/files/GcqpeNxP2QlA5P5YQmHZ" alt="" width="563">

2. A pop-up appears on which you can drag and drop the files you want to attach. You can also browse your computer to select the files to attach.

{% hint style="info" %}
The file size limit is **64Mb.** Only one attachment can be sent at a time.
{% endhint %}

<img src="/files/-MCI7RTwBJb3MH6ent-7" alt="" width="563">

3. Once the file is uploaded, click *Send file*.&#x20;

![](/files/-MCI7zbuSYya-dEOMjIm)

4. The customer can download the file on the channel they are using. When a customer sends you a file, you can download it from within the chat window:

![](/files/-MCI8Zl-J8jgZa938Elo)


---

# 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://guides.clickatell.com/chat-desk/agent-desk/chat-capabilities/send-attachments-media-files.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.
