# Tempo parameter

The higher the parameter, the faster the music. Simple.

But there's more. We use bars for the logical composition of music. It needs a certain number of bars to be logical. Music usually uses multiples of 4 (4, 8, 12, etc.).

The shorter the song, the harder is to get the right bar count. So this parameter has less effect on shorter tracks.

The **slower** tempo is on **value 1**, the **highest** on **value 9**. The default value is 5.

{% hint style="info" %}
Best practice: Don't use it too much for short tracks (under about 30 seconds). It works perfectly for music over 1 minute in length.
{% endhint %}


---

# 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://docs.muzaic.ai/muzaic-api-docs/reference/using-music-parameters/tempo-parameter.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.
