> 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/new-song-wizard/specifying-bpm.md).

# Specifying BPM

In the next step you have to specify the tempo of the song as a [BPM ](/karedi/next-level/txt-file-format/tags/bpm.md)(beats per minute) value.&#x20;

![](/files/mCVw6Xa2EKIYAWc6PSQC)

Expand the details to learn more:

![](/files/UkzGu8uYD72TDpmXgNK6)

## Where can I find the BPM?

To learn the tempo of the song, you can e.g. use MixMeister BPM Analyzer program, it will automatically find it out for you. Just open the application and drag & drop the mp3 file of our song to see the BPM:

![](/files/92lg5fJUIasFyu9OD7dL)

If you paste the value into the Karedi popup you may see a warning. If you hover your mouse over it, you will see the following message:

![](/files/nN22crh5uTncs9OCpB2V)

The BPM of the song is too low for comfortable work in the editor so you should double it until it falls in the right range by pressing the button with ">>" symbol:

![](/files/NosZk2O6AzqgLVfYJNDL)

You can also divide the BPM by 2 by clicking the button with the "<<" symbol.

Setting the valid BPM is very important. Remember that the duration of the beat (smallest unit of time in Ultrastar format) in milliseconds directly depends on the BPM value. Go to the section focused on BPM to learn more.

{% content-ref url="/pages/vs2VMOmgwWAHUCjFwHNH" %}
[BPM](/karedi/next-level/txt-file-format/tags/bpm.md)
{% endcontent-ref %}


---

# 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/new-song-wizard/specifying-bpm.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.
