> For the complete documentation index, see [llms.txt](https://docs.songbookplus.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.songbookplus.com/english/readme/notizfunktion/funktionsknopf-notizen.md).

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