# Manually Create Flight Log from Operation

Even if automated flight log capture via the [Flight Log Sync App](/user-guides/executing-an-operation-and-automatic-flight-log-capture.md) is not used, Operators can manually create a flight log and associate it with a specific operation. This process ensures that a record of the actual flight details is linked to its corresponding operational plan.

**Steps to Manually Create a Flight Log:**

1. Navigate to the relevant operation within AirHub<sup>®</sup> Portal after its completion. You can find past operations in the "Plan" section.
2. Within the operation's detailed view, locate and click the **"+ Add Flight"** button.
3. Once that button is clicked, you can enter all the necessary information to properly log the record of your drone flight. This includes details such as:
   * **Flight Summary:** Operation plan, date and time, and duration.
   * **Location:** The exact geographic location of the flight.
   * **Crew:** Details of the Remote Pilot in Command and any additional crew members.
   * **Aircraft System:** The specific aircraft used for the flight.
   * **Incidents:** If any incidents occurred during the flight, you can toggle this option on and provide details. This includes selecting an **Incident Type** and a detailed **Description of the incident**.
   * **Notes:** Any additional notes or observations about the flight.

**Manually Uploading Telemetry Files:** In addition to manual data entry, you can also manually upload telemetry files (such as DJI (.txt, .csv), Mavlink (.bin), or .kml files) directly to a flight log. Uploading these files automatically associates the telemetry data with the flight log and generates a visual flight path for the recorded flight.


---

# 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://support.airspacelink.com/user-guides/manually-create-flight-log-from-operation.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.
