# Send Multimedia Attachments

Users can send various multimedia attachments in conversations, just like on WhatsApp, for more effective communication. Sending multimedia attachments during a conversation is essential for adding context or instantly sharing important files.

## Supported File Types:

**Images:** JPG, JPEG, PNG

**Documents:** PDF, DOCX, XLSX, etc.

## Sending Images

Accessing the Attach Media Option: Click on the **"+"** icon and select the **"Attach Media"** option.

<figure><img src="/files/movphFVorv1iJDl77c0Y" alt=""><figcaption></figcaption></figure>

A file manager pop-up will appear. Browse and select your desired image.

<figure><img src="/files/2H5ipWmhBtq9a3UxLY77" alt=""><figcaption></figcaption></figure>

Once selected, a preview of the image will be displayed in your chat.

A file manager pop-up will appear. Browse and select your desired image.

{% hint style="info" %}
**Note:** You can add a caption to the image to provide additional context mimicking WhatsApp. This step is optional but can enhance communication.
{% endhint %}

<figure><img src="/files/MY6RvtcxH1k6vA6Jfgks" alt=""><figcaption></figcaption></figure>

Click on **"Send"** or press **"Enter"** to send the image. The latest update provides a preview of the media being sent, ensuring you know it is on its way.

<figure><img src="/files/7To8XIy76jmGs1pQzEE5" alt=""><figcaption></figcaption></figure>

## Sending Documents

Browse and select the document you wish to send. Supported document types include **PDF, DOCX, XLSX,** and a few more.

<figure><img src="/files/Gwthu5VEtT420MUfB0LR" alt=""><figcaption></figcaption></figure>

Each file type has a dedicated icon for easy identification, making it simple to find the document you want to send.

<figure><img src="/files/mdWQCprmQgHKFYxJ3gNH" alt=""><figcaption></figcaption></figure>

Click on **"Send"** or press **"Enter"** to send the document. The document will appear in the chat, clearly indicating the type of file shared.

<figure><img src="/files/OExVcwxie1bAFydWaPeT" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/HV6bGYHzx9AtWlK2E9Ix" alt=""><figcaption></figcaption></figure>


---

# 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.inogic.com/whatsapp4dynamics/features/send-attachments.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.
