> For the complete documentation index, see [llms.txt](https://docs.flylogs.com/fcom/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.flylogs.com/fcom/flights/flight-audit-and-reporting.md).

# Flight audit and reporting

### Logbooks

You may download all of your flight information in a logbook format, with the option to filter by dates, aircraft, crew, or type of flight.

The downloaded XLS Excel Spreadsheet will have the standard logbook format and can be downloaded from the following pages:

* Flights page
* Pilot profile pages
* Aircraft details pages

### Audit tool

To have a better understanding of your flight data, Flylogs has created a powerfull filtering page, in which you can view flights by:

* Date of confirmation
* Date of flight
* Date of last changes

Additional filters, allow you to get closer to your goal by filtering the following:

* Crew
* User that created the flight
* FI that supervised the flight
* Aircraft
* Flight type
* Base

#### How the Crew filter works

When you filter by **Crew**, a pilot is matched to a flight only in the role for which that flight earns them logged time, exactly as it appears in their logbook. Each flight type defines whether the PIC, SIC (co-pilot) and supervisor positions earn flight time:

* If a pilot flew a flight type as **PIC** and that type grants PIC time, the flight is included.
* If they flew it as **SIC** and that type grants SIC time, the flight is included.
* If they **supervised** a flight (e.g. a student's solo) and that type grants supervisor time, the flight is included.
* If a position does **not** earn time for that flight type, the flight is not shown under that pilot — matching what their logbook records.

This means the audit totals always match the pilot's logbook. To review flights specifically by the instructor who supervised them, use the **FI that supervised the flight** filter instead.

> **Note:** Draft flights are not included in audit results. A pilot can see their own drafts in their logbook, but drafts are excluded from the audit until they are confirmed.

The results display a summary of flight time, landing, aircraft and crew. Then, a complete list of all the flights is displayed alogn with some summary charts for better understanding of the search results:

<figure><img src="/files/o3jdBTOZMRZd5h2U7m1h" 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:

```
GET https://docs.flylogs.com/fcom/flights/flight-audit-and-reporting.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.
