# Ask: Audio

The **Ask: Audio** node variant is used to ask for an audio fragment. On chat channels it will ask to upload an audio file (WAV or MP3). On phone channels it will record the user's speech until the hash (#) key is typed in.

It also offers the ability to transcribe the (uploaded) audio fragment and to store it in a variable.

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

| Property                | Description                                                     | Explanation                                                                                                     |
| ----------------------- | --------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------- |
| Question                | The original question                                           |                                                                                                                 |
| Assign to               | To assign the result to a variable in the conversation          |                                                                                                                 |
| Remember                | To also store the variable in the user object                   | The variable name in the 'Assign to' will be used to store the value in the user object.                        |
| Assign transcription to | To store the transcribed text in a variable in the conversation |                                                                                                                 |
| Remember transcription  | To also store the transcribed variable in the user object       | The variable name in the 'Assign transcription to' property will be used to store the value in the user object. |

{% hint style="info" %}
This node will also set a user tag using the assign to value. Don't forget to manually create this tag in the [Tags](/settings/app-settings/tags.md) page.
{% endhint %}

## Resources

* [Tags](/settings/app-settings/tags.md)


---

# 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://manuals.dialox.ai/studio/flows/nodes/ask-audio.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.
