> For the complete documentation index, see [llms.txt](https://karedi.gitbook.io/karedi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://karedi.gitbook.io/karedi/user-interface/new-song-wizard/audio-file.md).

# Audio file

When you open the new song wizard you should see a popup in which you can choose the audio file.&#x20;

Although this step is optional, it is recommended to do it right away. Otherwise you will have to load some audio manually in the [audio manager](/karedi/user-interface/upper-components/audio-manager.md) to be able to use playback to position notes correctly.

![](/files/G3XIbpoatXWwbI4djTEc)

You can expand the details to learn more:

![](/files/kBj7ec4N1W4gepEb8mzZ)

Click browse and choose the audio file of your song.

{% hint style="info" %}
The supported audio types are mp3, wav, ogg, m4a, aac, flac & mp4.
{% endhint %}

![](/files/RL34em6gadAGTludXEZl)

Once you are ready, go to the next step.

{% hint style="info" %}
If you name the audio file according to the`Artist - Title`naming convention e.g. *David Amber - Second Time Around.mp3*, the application will automatically fill in the data in the next step of the wizard.
{% endhint %}


---

# 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://karedi.gitbook.io/karedi/user-interface/new-song-wizard/audio-file.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.
