# Projektor

- [Projektor-Anzeige](https://docs.gymart.org/gym-art-meets-de/projektor/index.md): Zeige Live-Wertungen und Bestenlisten auf Projektoren, Fernsehern und Monitoren in deiner Halle.
- [Eine Bestenlisten-Anzeige erstellen](https://docs.gymart.org/gym-art-meets-de/projektor/create-a-leaderboard-display.md)
- [Eine Anzeige für die neuesten Wertungen erstellen](https://docs.gymart.org/gym-art-meets-de/projektor/create-a-latest-scores-display.md)
- [Eine Anzeige-Schleife erstellen](https://docs.gymart.org/gym-art-meets-de/projektor/build-a-display-loop.md)
- [Den Projektor starten](https://docs.gymart.org/gym-art-meets-de/projektor/launch-the-projector.md)
- [Von einem anderen Gerät aktualisieren](https://docs.gymart.org/gym-art-meets-de/projektor/update-from-another-device.md)
- [Datenschutz und Sichtbarkeit](https://docs.gymart.org/gym-art-meets-de/projektor/privacy-and-visibility.md)


---

# 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.gymart.org/gym-art-meets-de/projektor.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.
