# WhatsApp message types

### Supported message types

{% hint style="info" %}
Outbound messages fall into two categories: approved templates and replies to open conversations. Not all message types are supported by each category.
{% endhint %}

We currently support the following outbound message types for WhatsApp:

| WhatsApp template type     | Text                 | Image                | File                 |
| -------------------------- | -------------------- | -------------------- | -------------------- |
| Approved template          | :white\_check\_mark: | :white\_check\_mark: | :white\_check\_mark: |
| Reply to open conversation | :white\_check\_mark: | :white\_check\_mark: | :x:                  |

### WhatsApp message examples

Below are examples of how different WhatsApp message types appear on the recipient's device.

#### Text message

<img src="/files/b0mz39nOBf7R7B2NJP2i" alt="" data-size="original">

#### Image message

![](/files/48b9W7tQT6VGLD2p971m)

#### File message

![](/files/T3w4zcEkOlavNy45yAZR)


---

# 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.bird.com/applications/channels/channels/supported-channels/whatsapp/concepts/whatsapp-message-types.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.
