> For the complete documentation index, see [llms.txt](https://docs.makerobos.com/chatman-enterprise-whatsapp-platform/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.makerobos.com/chatman-enterprise-whatsapp-platform/chatman-functions/journeys/display-cards/audio-card.md).

# Audio Card

An audio display card allows you to send an audio file with a caption. The audio file can be up to 16 MB in size, and supported formats are .mp4 and .3gp. You can use an audio card to send voice messages, podcasts, music, or sound effects.

<details>

<summary>Industries That Can Leverage Audio Cards</summary>

* **Music streaming industries** can use audio cards to provide users with music previews and playlists.
* **News outlets** can deliver headlines to keep users updated on current events.
* The **tourism industry** can use audio cards to provide guided tours of historical sites and tourist attractions.
* **Publishing companies** can use audio cards to present audiobook samples.

</details>

## Adding Audio Card

Let's say as a part of journey you want to provide a tutorial on how to use your products or services effectively. An audio card communicates in a personal and engaging way.&#x20;

* Upload audio file from your local storage. You need to click on the button that says ‘click to upload file’ and select an audio file from your device.&#x20;

![](/files/QJWxh6WsbiB0tgO8EzTU)<br>

### Send Audio Card

Suppose you're running a news publishing house; whenever a user asks for top headlines, you can create a journey that sends them an audio card that has headlines.

**Add WhatsApp chat screenshot, insert**

{% hint style="info" %}
**Supported File Formats: .aac,.mp4,.amr,.mpeg**

**The maximum file size allowed is 16MB.**
{% endhint %}


---

# 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.makerobos.com/chatman-enterprise-whatsapp-platform/chatman-functions/journeys/display-cards/audio-card.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.
