> For the complete documentation index, see [llms.txt](https://docs.bizmagnets.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bizmagnets.ai/bot-flows/send-card/voice.md).

# Voice

## Send Voice Card

This card typically includes playback controls and contextual details, allowing users to listen to the message seamlessly while interacting with other actionable components in the flow.

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

### **Record Audio**

Users can directly record a voice message using their device’s microphone, providing a seamless way to capture a fresh audio input.

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

Click the "Record" option to start recording your audio.

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

Stop recording once you have finished.

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

You can download the recorded audio and control the playback speed.

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

### **Upload Audio**

Alternatively, users have the option to upload an existing audio file from their device, ensuring flexibility in how they choose to send their message.

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

**File type allowed:** audio/aac, audio/mp4,audio/amr, audio/mpeg, audio/ogg

### **Benefits of a Send Voice Card:**

* **Enhanced Communication:** Voice cards allow users to express themselves more naturally through audio, capturing tone and emotion that text alone may not convey.
* **User Flexibility:** They provide options to either record a new voice message or upload a pre-recorded file, accommodating different user preferences.
* **Rich Multimedia Experience:** Integrating voice with interactive elements, such as playback controls and context information, creates a dynamic and engaging messaging experience.


---

# 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.bizmagnets.ai/bot-flows/send-card/voice.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.
