# Function Button Annotations

A very special annotation is the function button annotation.

This allows you to insert a button anywhere in the document and configure it with various actions to be executed when tapped.

Possible functions include sending various MIDI commands, jumping to another page, starting or stopping playback, scrolling, or the metronome, and much more.

<figure><img src="/files/sOtPPsLHhHuRqmnlPqWx" alt=""><figcaption><p>Insert function button annotation</p></figcaption></figure>

<img src="/files/Ggw6QZu0T1pzyC5HKKjY" alt="" data-size="line">Press this button to insert a function button annotation.

<img src="/files/dTdvaLSs3JCD5Wb2e4iX" alt="" data-size="line">Press "Properties" to open the properties window.

<img src="/files/lyNUBVwPDzexVtrnZQTx" alt="" data-size="line">Use the "+" to add the desired actions to be executed later when pressing the button.

The function buttons can optionally also have a group number. This is used, for example, to control specific function buttons or one function button after another using a foot pedal based on this group number.

It is also possible to create function buttons that display the value of a specific MIDI controller on a specific MIDI channel. And when you tap the button, a slider appears, allowing you to change the controller value.

To do this, create a normal function button and add "MIDI CC Button" as the only action.

![Function button annotation for controlling MIDI controllers](/files/ACQByXxrBe2kDkfEvSwA)


---

# 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://docs.songbookplus.com/english/readme/notizfunktion/funktionsknopf-notizen.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.
