# Prompt Table

![Figure 1: The Prompt Table.](/files/Ty0HjPT6dZr4UUCbyBqx)

All audio prompts used in your application will be listed in this table. Each prompt containing unique content will have its own separate table entry.&#x20;

{% hint style="warning" %}
**Multiple identical prompts are consolidated into one Prompt Table entry.**

If Fuse recognizes that two or more prompts contain identical content, then the Prompt Table will display only one consolidated entry for all of them.
{% endhint %}

As shown in Figure 1 above, the Prompt Table has four columns: Type, Phrase, Alerts, and Actions.

1. **Type**: Indicates whether the prompt was added by the user ![](/files/y1fibrJVLdKoiJW1wfxE) or built in with Fuse ![](/files/88cNLVBGqhI8d5tOP9TY).
2. **Phrase**: Displays the text for each prompt in the call-flow. Built-in prompts can be edited directly in the Prompt Table. User-added prompts must be edited in the Application Editor.
3. **Alerts**: Displays alerts when users alter prompt text directly in the prompt table. The following alert icons appear here:
   * ![](/files/4GTVkSauukmsTRKLl8dq) **Undo:** When users edit prompt text in the prompt table, a roll-back arrow displays in the Alerts column. Hovering over the icon displays the default prompt text in the pop-up display. Clicking on the icon restores the default text, deleting any changes.
   * ![](/files/ANDVgRJRF8v2ZtMCGkXu) **Mute:** Deleting all of the text from a prompt in the prompt table mutes that prompt in the call-flow.
4. **Actions**:
   * ![](/files/UCF8nO83jnl76ane2tAJ) **Upload:** This option allows users to upload pre-recorded audio for a prompt. Clicking on the icon in the Actions column opens a file navigation window enabling users to select an audio file from a local drive to upload to Fuse.
   * ![](/files/pfr7BpFrLiLp2l1UIC3q) **Download:** Click this button to download a copy of the pre-recorded audio file for that prompt.
   * ![](/files/kBHnvoGtfDxwHhyv1g1X) **Play/Pause:** When a prompt has an associated pre-recorded audio file, clicking this button plays or pauses the that file.
   * ![](/files/CjqfjtdCD27vtJJN1XcC) **Delete:** Deletes the pre-recorded audio file.


---

# 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.plumvoice.com/fuse/application-editor/audio-manager/prompt-table.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.
