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