# Next level

- [TXT file format](https://karedi.gitbook.io/karedi/next-level/txt-file-format.md): How the song's data is stored in a file?
- [Tags](https://karedi.gitbook.io/karedi/next-level/txt-file-format/tags.md): Standard TXT tags
- [BPM](https://karedi.gitbook.io/karedi/next-level/txt-file-format/tags/bpm.md): Beats per minute
- [GAP](https://karedi.gitbook.io/karedi/next-level/txt-file-format/tags/gap.md): First note offset
- [MEDLEYENDBEAT](https://karedi.gitbook.io/karedi/next-level/txt-file-format/tags/medleyendbeat.md): Last beat that will be included in the medley part
- [MEDLEYSTARTBEAT](https://karedi.gitbook.io/karedi/next-level/txt-file-format/tags/medleystartbeat.md): First beat that will be included in the medley part
- [VIDEOGAP](https://karedi.gitbook.io/karedi/next-level/txt-file-format/tags/videogap.md): Video offset
- [Format version](https://karedi.gitbook.io/karedi/next-level/txt-file-format/format-version.md): Standarized UltraStar format specification
- [Editing tags](https://karedi.gitbook.io/karedi/next-level/editing-tags.md): How to edit metadata stored in tags?
- [Artist, title & filenames](https://karedi.gitbook.io/karedi/next-level/editing-tags/artist-title-and-filenames.md)
- [Changing BPM](https://karedi.gitbook.io/karedi/next-level/editing-tags/changing-bpm.md): How to change BPM value of the existing song?
- [Setting medley boundaries](https://karedi.gitbook.io/karedi/next-level/editing-tags/setting-medley-boundaries.md)
- [Gap, start & end](https://karedi.gitbook.io/karedi/next-level/editing-tags/gap-start-and-end.md)
- [Changing format version](https://karedi.gitbook.io/karedi/next-level/editing-tags/changing-format-version.md)
- [Copy-paste](https://karedi.gitbook.io/karedi/next-level/copy-paste.md): Speed up your work by utilizing various copy paste modes
- [Standard copy-paste](https://karedi.gitbook.io/karedi/next-level/copy-paste/standard-copy-paste.md): Quickly add repeating parts of the song
- [Merging](https://karedi.gitbook.io/karedi/next-level/copy-paste/merging.md): Copy some properties of notes onto another set of notes
- [Note tapping](https://karedi.gitbook.io/karedi/next-level/note-tapping.md): How to add roughly positioned notes quickly?
- [Writing tones](https://karedi.gitbook.io/karedi/next-level/writing-tones.md): Set notes' pitches from music sheet or midi file


---

# 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/next-level.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.
