# Audio Prompts

Navigate to Configuration | Audio Prompts

Audio prompts can be created by uploading a [specify formatted Audio file](/appendix/audio-prompts/audiofiles.md) or by using text to speech. Once created, these prompts can be used in any queue or IVR.

To create a new audio prompt, click Add.

| Option            | Description                              |
| ----------------- | ---------------------------------------- |
| Name              | Name of audio prompt                     |
| Description       | Description of Audio prompt              |
| Audio Prompt Text | Text of audio prompt                     |
| Audio Prompt Type | Select either Uploaded or Text-To-Speech |

#### Text to Speech Options:

| Option                  | Description                             |
| ----------------------- | --------------------------------------- |
| Text-to-Speech Language | Select language of the text-to-speech   |
| Text-to-Speech Voice    | Select voice of the text-to-speech      |
| Text-To-Speech Text     | Enter text to generate an audio prompt. |

#### Upload Options

| Option              | Description                        |
| ------------------- | ---------------------------------- |
| Upload Audio Prompt | Select local audio file to upload. |

#### In Use By

This option displays the queues and IVRs that are currently utilizing the auto prompt.


---

# 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://cc.docs.landis.cloud/appendix/audio-prompts.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.
