> 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/next-level/txt-file-format/format-version.md).

# Format version

Although all songfiles follow the basic txt format specified [here](/karedi/next-level/txt-file-format.md), due to a lack of a central authority, over the years some differences in the way new features were realized started to appear between various communities.

To avoid compatibility issues and enforce a common standard, format specification standarization project was started.

## What is UltraStar format specification?

For each format version, it specifies the set of available features as well as the set of rules that the txt files should follow. Mostly it defines which [tags ](/karedi/next-level/txt-file-format/tags.md)are available and what values can be used.

For more details see the official page:  <https://usdx.eu/format/#specs>

## Do I need to care about it?

Not necessarily, you can just choose the latest version (starting with `1.` e.g. `1.1.0`) to maximize available features and Karedi will make sure your songfile is compliant with it.

All software is supposed to ignore unknown tags, so even if some UltraStar-like game does not yet support the latest version, the song should still work as normal, just without the extra features.


---

# 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/next-level/txt-file-format/format-version.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.
