# Modulation

{% hint style="info" %}
**Q:** Is it possible to change the key within the song? So, for example, have the verse in "C major" and the chorus in "E major"?

**A:** Unfortunately, not directly. Though, you can [**add chords of a different key**](/songwriting/step-out-of-the-key.md) or create your [**own chords**](/songwriting/edit-a-chord.md), which are part of a different key. Also, as a workaround, you can [**rotate the wheel**](/songwriting/song-settings/change-key-of-song.md) during playback.
{% 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://guide.tonaly.app/songwriting/song-settings/modulation.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.
