> 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/add-optional-tones.md).

# Add chord extensions like 7th, 9th etc.

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

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

### ▶️ Add chord extension**s**

Use the arrows or tap on the are where the extension is displayed (this can be blurred) in the **third column**.

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

It depends on the quality of the chord, in which extensions are available.

#### &#x20;👉 Available chord extensions

{% tabs %}
{% tab title="Major" %}

* 7
* 9
* 11
* 13
* maj7
* maj7#11
* maj9
* 6
* add9
  {% endtab %}

{% tab title="Minor" %}

* 7
* maj7
* 9
* 11
* 13
* 6
* b5
* 7b5
  {% endtab %}

{% tab title="Sus" %}

* 2
* 4
* 7/4
  {% endtab %}

{% tab title="Power 5" %}
Non available
{% endtab %}

{% tab title="Dim (b5)" %}

* 7 (full diminished)
  {% endtab %}

{% tab title="Aug" %}

* 7
* maj7
  {% endtab %}
  {% endtabs %}

&#x20;

{% hint style="info" %}
**The dot** in front of some entries indicates whether this chord shape is **within the key**, related to the selected root note and quality of the chord. \
\
If there are no dots displayed, the root or quality you have selected is not within the key.
{% endhint %}

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

{% hint style="info" %}
You can also drag the column vertically for quickly change its content.
{% 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/add-optional-tones.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.
