> For the complete documentation index, see [llms.txt](https://guide.tonaly.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.tonaly.app/songwriting/edit-a-chord/edit.md).

# Change quality

{% embed url="<https://youtu.be/w3X6lapz0OE?t=216>" %}

> First, [**enter the chord edit overlay**](/songwriting/edit-a-chord/add-optional-tones-to-a-certain-chord.md)**.**

### ▶️ Change quality

Use the arrow or tap on the quality name in the **second column**.

<div align="left"><img src="/files/-M3zMlljv4VK-94Ye4hB" alt=""></div>

You can change between: Major, Minor, Sus, Power 5 (Powerchord), Dim(inished) and Aug(mented).

👉 **When tapping** on the quality name, you can select a specific quality.&#x20;

{% hint style="info" %}
**The dot** in front of the quality name indicates whether this quality is **within the key**, related to the selected root note.&#x20;
{% endhint %}

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

{% hint style="info" %}
The quality **relates to the root** of the chord, **not to the optional tones**.\
\
Example: `F major 7` is an F major chord with a dominant seventh (b7). NOT with a "major" 7.
{% endhint %}


---

# 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://guide.tonaly.app/songwriting/edit-a-chord/edit.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.
