# Change song to minor

> Be sure that you are in the "Songwriting" mode of the app.&#x20;

Swipe up the sheet at the bottom of the screen and tap on the icon highlighted below.

<div align="left"><img src="/files/-LzBywHcjzqBtmXvMswB" alt=""></div>

If you don't see it, you must scroll the list of icons horizontally.

{% hint style="success" %}
The chords of your song won't change as the app will switch to the appropriate parallel mode.

**Example:** If you are in "C natural major (Ionian)" and change to the mode to natural minor (Aeolian), the new "root" of your song will be "Am". This is the parallel mode of "C Ionian". The tones which these two modes exist of are exactly the same, but now "Am" is the new root note/chord
{% endhint %}

{% hint style="info" %}
The mode is **bound to your song**. If you switch the mode in the "Modes" mode of the app, the mode will be switched back to the mode of the song if you navigate back to the "Songwriting" mode.
{% 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/change-song-to-minor.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.
