> For the complete documentation index, see [llms.txt](https://help.airport.software/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.airport.software/installation/neue-benutzer/bedienkonzept.md).

# Bedienkonzept

{% embed url="<https://www.youtube.com/watch?list=PLFi_5S5eDYNwnfzu57WsgcONnM-Fj2YOi&v=i_X95kz3_mM>" %}

## Kapitel-Übersicht

1. [Programmstart und Login](https://www.youtube.com/watch?v=sC90amI1nJs\&list=PLFi_5S5eDYNwnfzu57WsgcONnM-Fj2YOi\&index=2)\
   Erfahren Sie in diesem Video, wie Sie sich nach dem Programmstart am Verwaltungssystem anmelden, wie Sie Ihr Passwort ändern, sowie Start-/Landebahnen und Kassen verwalten können.
2. [Bedienelemente](https://www.youtube.com/watch?v=z8SRr56Ik0U\&list=PLFi_5S5eDYNwnfzu57WsgcONnM-Fj2YOi\&index=3)\
   Erfahren Sie in diesem Video, wie die Bedienelemente der Verwaltungssoftware grundsätzlich aufgebaut sind. Dies umfasst unter anderem die "airpoirt-software Taskleiste" und das Auswahlmenü.
3. [Online-Hilfe](https://www.youtube.com/watch?v=Xodh0WsoCoU\&list=PLFi_5S5eDYNwnfzu57WsgcONnM-Fj2YOi\&index=4)\
   Erfahren Sie in diesem Video, wie Sie die umfangreiche Online-Dokumentation und die kontextsensitive Hilfe richtig nutzen, um schnell Antworten auf Ihre Fragen zu finden.
4. [Werthilfe](https://www.youtube.com/watch?v=VNeexUEhyDU\&list=PLFi_5S5eDYNwnfzu57WsgcONnM-Fj2YOi\&index=5)\
   Erfahren Sie in diesem Video, welche Funktionen die programmweite Werthilfe bietet, um einfach und komfortabel Informationen zu suchen.


---

# 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://help.airport.software/installation/neue-benutzer/bedienkonzept.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.
