> 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/song-directory.md).

# Song directory

In the third step of the new song wizard you can choose the directory in which you want your song to be saved. Preferably it should be the directory in which you store all Ultrastar songs.

![](/files/t53ak5xqJMPi2EOOpMk5)

Karedi will automatically create a new sub-directory with the standard "Artist - Title" filename inside the chosen directory. The sub-directory will contain all files related to the song. For now it will contain only 2 files - the newly created txt file and the copy of the audio file chosen in the first step (if applicable).

You can show the details to learn more:

![](/files/AMC6h5DLyjm5ZVGpeWwR)

You can skip this step but if you do this, you will need to manually create the directory, copy the files, rename them etc.

It's easier to just choose the directory now.

### Remember this directory

If you want this directory to be used for all future new songs, check "Remember this directory" option. As long as the directory exists, Karedi will skip this step for future songs and just used the remembered directory, which can be cleared or changed in the [preferences](/karedi/user-interface/preferences.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://karedi.gitbook.io/karedi/user-interface/new-song-wizard/song-directory.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.
