> For the complete documentation index, see [llms.txt](https://manuals.dialox.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manuals.dialox.ai/studio/flows/nodes/ask-audio.md).

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