> 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/tutorial-videos/flugdatenerfassung.md).

# Flugdatenerfassung

{% embed url="<https://www.youtube.com/watch?list=PLFi_5S5eDYNzF7csjGmseMSJE9CMlarP3&v=xT-CLA_RtqM>" %}

## Kapitel-Übersicht

1. [Benutzeroberfläche](https://www.youtube.com/watch?v=lJuMrVn-Ctc\&list=PLFi_5S5eDYNzF7csjGmseMSJE9CMlarP3\&index=2)\
   Erfahren Sie in diesem Video alle Grundlagen zur Benutzeroberfläche der Flugdatenerfassung.
2. [Funktionstasten](https://www.youtube.com/watch?v=QBVVy9W9TDY\&list=PLFi_5S5eDYNzF7csjGmseMSJE9CMlarP3\&index=3)\
   Erfahren Sie in diesem Video alles zu den Funktionstasten der Flugdatenerfassung, zur Bedienung nur per Tastatur und zur grundlegenden Bearbeitung von Bewegungen.
3. [Schnellerfassung](https://www.youtube.com/watch?v=6GGt3zW7mEA\&list=PLFi_5S5eDYNzF7csjGmseMSJE9CMlarP3\&index=4)\
   Erfahren Sie in diesem Video, wie Sie über die Schnellerfassung sehr einfach neue Flugbewegungen anlegen können und welche Komfort-Funktionen die Software dabei bietet.
4. [Bewegungen suchen und bearbeiten](https://www.youtube.com/watch?v=t58Kekx9vME\&list=PLFi_5S5eDYNzF7csjGmseMSJE9CMlarP3\&index=5)\
   Erfahren Sie in diesem Video, wie Sie effizient Flugbewegungen suchen und nachbearbeiten können.
5. [Flugpläne](https://www.youtube.com/watch?v=F-wy5ciW55M\&list=PLFi_5S5eDYNzF7csjGmseMSJE9CMlarP3\&index=6)\
   Erfahren Sie in diesem Video, wie Sie die Software bei der Anzeige und Verwaltung von Flügen mit Flugplan unterstützt.


---

# 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/tutorial-videos/flugdatenerfassung.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.
