# Viewing a Flight Page

Double-click a flight row to view its detailed page. This includes:

### General Information

* Flight number
* Mission name
* Status Creator
* Creation time
* Aircraft type
* Pilot
* Take-off time

### Flight-Specific Data

* Weather conditions at the time of the flight:
  * Take-off, en-route, and landing (if it is a route flight)
  * Location card (for local or multi-local flights)

{% tabs %}
{% tab title="Route flight" %}

<figure><picture><source srcset="/files/EDxrmOOj6WWtyVdnpV1r" media="(prefers-color-scheme: dark)"><img src="/files/Z8YMaEKjuXlahmiByYV1" alt=""></picture><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Local / Multi-local flight" %}

<figure><picture><source srcset="/files/gET8qsKUqWRJq7REToih" media="(prefers-color-scheme: dark)"><img src="/files/1WaR40ikjH0Grul8XTeB" alt=""></picture><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}

* Aircraft details and operational limits

{% tabs %}
{% tab title="Aircraft details" %}

<figure><picture><source srcset="/files/OVBlyqzItCRCbPEuyqb8" media="(prefers-color-scheme: dark)"><img src="/files/Bog91SGy3W4G6m05WGdS" alt=""></picture><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Operational limits" %}

<figure><picture><source srcset="/files/lqfHuMI1x9TJ6U7THgCP" media="(prefers-color-scheme: dark)"><img src="/files/vGILY9DhEMPGnKiOXKMX" alt=""></picture><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}

* An interactive map showing the mission route or location points


---

# 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.unisphere.io/nova/flight-log/viewing-a-flight-page.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.
