> For the complete documentation index, see [llms.txt](https://jjazzlab.gitbook.io/user-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://jjazzlab.gitbook.io/user-guide/tools/notes-viewer.md).

# Chord inspector

Use the Chord inspector (menu **Tools/Chord inspector**) to see the notes of the **selected chord symbol**, using different visualizations., as shown in the image below.

## Piano keyboard

![](/files/nQ1QuxNA1U8pPTQa4Pyd)

If there is an **harmonic scale** set for the selected chord symbol (see [chord symbol editor](/user-guide/editors/chord-lead-sheet.md#harmony)), the notes of the scale are shown (example below).

![](/files/YVRtlcgmLCos03ksJILk)

## Guitar diagrams

The red dots represent tonic notes (for ex. G for Gm69).

![Most common diagrams for the G69 chord](/files/3PDMtb0982UyqWVbacR8)

By clicking on the button you can switch between different types of positions : *most common, open voiced, close voiced, inversions*.

![Open voiced diagrams for the Gm69 chord](/files/MN8HgrzoTO2vzgwu2UW1)

## Score

<figure><img src="/files/oJOdvwSPcT96pvcs0CG6" alt=""><figcaption><p>Chord and associated scale notes</p></figcaption></figure>


---

# 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://jjazzlab.gitbook.io/user-guide/tools/notes-viewer.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.
