> For the complete documentation index, see [llms.txt](https://docs.botdistrikt.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.botdistrikt.com/features/responses/audios.md).

# Audios

Audio responses enhance the user experience while interacting with your chatbot. While text-based responses are still predominant, incorporating audio responses offers several advantages that significantly benefit end users.&#x20;

Audio responses provide an accessible alternative for users with visual impairments or who prefer auditory content. Moreover, users can consume audio responses while performing other tasks, allowing them to access information and assistance without needing to focus on a screen. It enables your chatbot to convey information using natural language and tone of voice making the interactions feel more human-like and engaging.&#x20;

Whether it is Virtual Assistants, healthcare, educational, informational, or update-based applications, businesses and organizations can create more engaging and inclusive user experiences.

To set up video responses, navigate to **Responses** and select **Audio.**

<figure><img src="/files/fT0izOIXuJBM4ZQ5IjWM" alt=""><figcaption><p>Navigate to Audio</p></figcaption></figure>

To add new audio, click **New Audio**

<figure><img src="/files/gcmtZ066WJvzCURRwhUM" alt=""><figcaption><p>Add New Audio</p></figcaption></figure>

In the **Audios** tab:

1. Upload the audio from your local drive or drop an audio in the box.
2. Enter a title for your audio.
3. Select tags or add new tags. **New Tag** redirects you to [**Tags**](/features/settings/tags.md)**.**
4. Click **Save.**


---

# 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.botdistrikt.com/features/responses/audios.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.
