> 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/readme/status-leds-verwenden.md).

# Status-LEDs verwenden

In der Toolbar können bis zu drei Status-LEDs angezeigt werden. Jede Status-LED kann ausgeschaltet sein oder in rot, gelb oder grün leuchten.

Die Status-LEDs dienen als frei verwendbare optische Anzeigen. Sie können damit zum Beispiel Zustände während eines Auftritts sichtbar machen, Abläufe signalisieren oder Informationen zwischen mehreren Musikern teilen.

## Status-LEDs einblenden

Ob und wie viele Status-LEDs angezeigt werden, stellen Sie in den Einstellungen unter „Toolbar“ mit der Einstellung „Status-Lampen (rot/gelb/grün/aus)“ ein.

Wenn Status-LEDs aktiviert sind, erscheinen sie in der Toolbar als kleine runde Anzeigen.

## Status-LEDs steuern

Die Status-LEDs ändern sich nicht automatisch. Sie werden über Aktionen gesteuert.

Solche Aktionen können zum Beispiel in Funktionsknöpfen, in MIDI-Fusspedal-Einstellungen oder in frei konfigurierbaren MIDI-Aktionen verwendet werden. Es gibt Aktionen wie „Status-Lampe 1 rot“, „Status-Lampe 1 gelb“, „Status-Lampe 1 grün“ oder „Status-Lampe 1 aus“. Entsprechend gibt es solche Aktionen auch für die zweite und dritte Status-LED.

Besonders praktisch ist das mit MIDI-Fusspedalen oder anderen MIDI-Controllern. Damit kann ein Pedal oder ein empfangener MIDI-Befehl nicht nur eine Aktion auslösen, sondern gleichzeitig auch den Status in der Toolbar sichtbar machen.

<img src="/files/mB6NU4Q0VRWvcBEAYddw" alt="" width="570">

## Status-LEDs zwischen Geräten synchronisieren

Über die „SongBook zu SongBook Verbindung“ können Status-LEDs auch an andere verbundene Geräte gesendet oder von anderen Geräten empfangen werden.

Damit sehen mehrere iPads denselben Status. Das ist zum Beispiel nützlich, wenn eine Person den Ablauf steuert und andere Musiker auf ihren Geräten dieselbe optische Rückmeldung sehen sollen.

Die Synchronisation wird in den Einstellungen unter „SongBook zu SongBook Verbindung“ mit „Sende Toolbar-Status-Lampen“ und „Akzeptiere Toolbar-Status-Lampen“ aktiviert.

<img src="/files/E6sJ5qmtHRQELIulPH5f" alt="" width="570">


---

# 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/readme/status-leds-verwenden.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.
