> 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/airport-cloud/flugstatus-infomonitor.md).

# Flugstatus / Infomonitor

## Übersicht

Der webbasierte Infomonitor bietet eine Übersicht über alle PPR-Anfragen und Flüge mit Flugplan analog zur Darstellung im Modul "Informationsmonitor" der Verwaltungssoftware. In dieser Darstellung werden PPR-Anfragen und Flugpläne zusammengeführt - Abweichungen werden [farblich ](#legende)kenntlich gemacht. Aus PPR-Anfragen bzw. weiteren Datenquellen können flugplatzspezifische Zusatzspalten befüllt werden.

Die Ansicht aktualisiert sich automatisch alle 60 Sekunden, bzw. auf Anforderung des Anwenders.&#x20;

<figure><img src="/files/QfhUUrIP0s7nGUz1af41" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Sprechen Sie uns an, wenn Sie PPR-Anfragen nutzen, aber der Informationsmonitor für Ihren Flugplatz noch nicht eingerichtet ist. Die Aktivierung ist kostenfrei möglich.

Sofern ein bestehender Informationsmonitor nicht alle Informationsbedarfe erfüllt, besprechen wir gerne mit Ihnen die Möglichkeiten der Erweiterung.
{% endhint %}

## Anzeigevarianten

Die Auswahl der Anzeigevarianten entspricht den in Ihrer Verwaltungssoftware definierten Ansichten. Diese können unterschiedliche Zeiträume (z.B. nur den aktuellen Tag, bis 30 Tage in die Zukunft) und Grunddaten (alle PPR-Anfragen, nur genehmigte Anfragen, mit/ohne Flugsicherungs-Flugpläne) abdecken, sowie verschiedene Spalten beinhalten.

<figure><img src="/files/7cktuDOuWBUeUM39Edoc" alt=""><figcaption></figcaption></figure>

## Legende

Der Zustand der Flüge bzw. PPR-Anfragen ist gemäß der nachfolgenden Tabelle farbig codiert.

<figure><img src="/files/sa74TDHRBcHtha1mR5K0" alt=""><figcaption></figcaption></figure>


---

# 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/airport-cloud/flugstatus-infomonitor.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.
