# Logging a Flight

{% stepper %}
{% step %}
Navigate to the Mission List and open the mission that you want to log a flight from.

{% hint style="info" %}
The logging function is available for existing missions. Refer to the [Create a new mission](/nova/get-started/create-a-new-mission.md) section for step-by-step instructions.
{% endhint %}
{% endstep %}

{% step %}
Click the **Flight Log** button at the top-right corner of the mission interface

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

{% step %}
Fill out the flight form with the necessary information

* Take-off time
* Flight number
* Pilot responsible

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

{% step %}
Click on `LOG FLIGHT` to log the flight

{% hint style="success" %}
The flight will now be recorded under the mission and visible in the *Flight Log* section.
{% endhint %}
{% endstep %}
{% endstepper %}


---

# 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/logging-a-flight.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.
