# My current flights

On this page, all your planned (future) flights, as well as all submitted takeoff/landing reports, are displayed. From here, you can also initiate the submission of a new takeoff/landing report or flight plan.

<figure><img src="/files/fayrLgbV1HG1RvUAJbkl" alt=""><figcaption></figcaption></figure>

## Reported flights

The table provides an overview of the takeoff/landing reports for flights of the current day and the previous day.

{% hint style="info" %}
To view takeoff/landing reports from further in the past, please use the "[My past flights](/english/self-report-flights/my-past-flights.md)" view.
{% endhint %}

{% hint style="info" %}
Requests for changes to takeoff/landing reports that can no longer be edited online should be directed to the airfield directly.
{% endhint %}

The following options are available:

* **Change**\
  If the entry was made less than 1 hour ago, you can still modify the takeoff/landing report. This allows you to edit all relevant data.
* **Delete**\
  If the entry was made less than 1 hour ago, you can completely delete the takeoff/landing report.
* **Template**\
  This function creates and saves a template from the takeoff/landing report.

## Planned flights

The table shows all planned future flights.

{% hint style="info" %}
If a planned flight was not carried out, simply delete it manually from the list. It will not be automatically removed, even if the scheduled time is in the past.
{% endhint %}

The following options are available:

* **Report flight**\
  This function only appears on the day of the flight. Use this function to submit the actual times based on the plan. All necessary fields of the takeoff/landing report are pre-filled with the planned data.
* **Change**\
  With this function, all relevant data of the plan can be adjusted.
* **Delete**\
  With this function, the entire plan can be completely deleted.
* **Template**\
  This function creates and saves a template from the planning.


---

# 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://help.airport.software/english/self-report-flights/my-current-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.
