# Beats & pitches grid

Let's take a look at the main editor without any notes:

<figure><img src="https://2464591649-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FWYWuwgmUrVIBcYKbiiso%2Fuploads%2FxA4ZVZOVDpA7FFa8tgXc%2Fimage.png?alt=media&#x26;token=199386e9-0e28-48fc-8b87-acb4ec4445b6" alt=""><figcaption></figcaption></figure>

It's a two dimentional grid. There are two X axes (time) and one Y axis (pitch).

## Grid axes

1. The Y axis corresponds to pitches (pitch is represented by a number from -60 to 67)
2. The lower X axis represents time in beats (beat is the smallest unit of time in Ultrastar format, see [bpm ](https://karedi.gitbook.io/karedi/next-level/txt-file-format/tags/bpm)article to learn more about beats)
3. The upper X axis represents time in ms. This axis is purely informational for you as humans understand time in milliseconds better than beats.

## Grid lines style

The lines creating the grid are dashed. The vertical lines corresponding to every 4th beat are solid. The thick vertical line that you can see in beat 3 is the [time marker](https://karedi.gitbook.io/karedi/user-interface/middle-components/main-editor/time-marker).

## Visible range

The range of values visible on any of the axes depends on several factors - mostly the current display mode and the notes. You can read about that in [visible area](https://karedi.gitbook.io/karedi/user-interface/middle-components/main-editor/visible-area) section.

## Blue grid

The light blue color of the grid's background marks the time range of the [medley](https://karedi.gitbook.io/karedi/creating-songs-for-beginners/finishing-touches/medley).

![](https://2464591649-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FWYWuwgmUrVIBcYKbiiso%2Fuploads%2FIH1vcn8s90FoW31cKEUq%2Fimage.png?alt=media\&token=28390b03-f76f-405b-9c0c-0710f560fac1)


---

# 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/user-interface/middle-components/main-editor/beats-and-pitches-grid.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.
