# Accessing Logged Flights

To view all recorded flights in your company, go to the **Flight Log page** via the navigation bar.

<div align="left"><figure><picture><source srcset="/files/Ki37azE6lR8AK4x1Jtt9" media="(prefers-color-scheme: dark)"><img src="/files/JBbIK2sfAqJl1NilqfoC" alt=""></picture><figcaption></figcaption></figure></div>

The table will display all flights across the organization.

Each row in the table includes:

* Flight number
* Status (Logged or Cancelled)
* Take-off time
* Mission name
* Pilot name
* Attachment indicator (shows if files are associated with the flight)

{% hint style="info" %}
You can sort the flight table by any column (default is take-off time)
{% endhint %}

***

### Viewing more details

Click the **Info icon** at the top right of the page to open a side panel with additional flight details.

{% hint style="success" %}
You can also double-click a row to open the flight’s detail page.
{% endhint %}

<div align="right"><figure><picture><source srcset="/files/V3xBB4eM08iMaqSfa3Bq" media="(prefers-color-scheme: dark)"><img src="/files/zjWVY9E11H77JAMMneXp" alt=""></picture><figcaption></figcaption></figure></div>

### Cancelling a Flight

To invalidate a flight:

1. Select the flight from the table
2. Click the **Cancel icon**
3. The flight status will be updated to **Cancelled**


---

# 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/accessing-logged-flights.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.
