> 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/middle-components/piano.md).

# Piano

The pitches in Ultrastar are represented by numbers from -60 to 67 with 0 being C4 sound. Because these numbers may mean little to you, the little piano keyboard on the left side of the [*main editor*](/karedi/user-interface/middle-components/main-editor.md) can be helpful.

<figure><img src="/files/hn5PAE6flG4EjJaZRmKu" alt=""><figcaption></figcaption></figure>

## Checking the tone

In the example above we can see that *Can* note's pitch is 5. But what is 5?\
If you take a look on the piano keys you will see that 5 corresponds to F (also called *fa)* soun&#x64;*.* You can also hover your mouse on any key in the piano keyboard to learn what sound it represents.

All C keys have a red dote on them to make them more distinctive.

{% hint style="info" %}
If you are unsure about the meaning of the number representing the pitch of some existing note, you can also just hover your mouse over the note.
{% endhint %}

## Trying out tones

You can also click on any key on the piano keyboard to hear what sound that key represents.

## Hiding the piano

To hide the piano go to the menu and choose *View* -> *Toggle Piano* action (or use `ctrl + b` shortcut).


---

# 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/middle-components/piano.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.
