# Single-player version

## In this lesson you will learn how to

* create a single-player version from duet file,
* clean-up the single-player version.

## Creating a real single-player version of the song

In the previous lesson we have learned how to export a single track (male or female on) as a separate txt file, which will become a separate singable song in Ultrastar game.

However the player will only be able to choose either female or male part. What if they want to sing as much of the song as possible?

Well, we need to create a real single-player version. You will learn how to do that in the next two lessons.


---

# 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://karedi.gitbook.io/karedi/creating-songs-for-beginners/multi-track-songs/single-player-version.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.
