> 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/karedi-overview/karedi-features.md).

# Karedi features

## Download the latest version of Karedi from here:

{% embed url="<https://github.com/Nianna/Karedi/releases>" %}

## Easy setup

Karedi supports multiple operating systems and has no external dependencies. Just install it and you are ready to go!

## Hides Ultrastar format complexity

You don't need to understand the format in which Ultrastar expects the songs to be transcribed. Karedi hides the technical details from you, giving you the opportunity to focus on what matters.

## Can be operated in multiple ways

Are you a shortcut freak that hates touching the mouse? Are you a mouse fan that hates remembering all different shortcuts? Somewhere in between?

Either way, Karedi is for you - you can do everything in multiple ways. Just choose the way you find most convenient.

## Intuitive interface

It behaves like you expect it to. You can move stuff, you can copy stuff, you can always undo any mistakes and do other operations you would expect from an editor. There is no reinventing the wheel - Karedi uses well established shortcuts and gestures.

## Beginners friendly

The new song wizard will walk you through all the steps necessary to start vocal track transcription. All shortcuts are listed in the menu next to the actions they invoke. You can hover your mouse on stuff to see hints explaining what it is for.

Last but not the least, it is fully documented on this website and you have a tutorial for beginners that will walk you through the process of creating an Ultrastar song!

## Advanced creators friendly

Karedi reuses the same set of shortcuts that previous editors did to minimize the learning curve. \
It offers you features like note-tapping, auto-syllabification, multiple playback, display and copy-paste modes to let you create songs faster and easier.&#x20;

There are also tutorials on this website dedicated to more advanced creators!


---

# 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/karedi-overview/karedi-features.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.
