# Colors

The app uses **four different colors** to distinguish between major, minor, diminished, and augmented chords.

{% hint style="info" %}
The colors differ **depending on the selected color theme**.
{% endhint %}

To learn more about colors, navigate to **"General information"** within the TONALY app in the sidebar menu: &#x20;

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

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

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

{% hint style="info" %}
If a chord is **not within the current key**, it will be highlighted colorful with a fading.
{% 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/general/general-info/colors.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.
