# 13.2 Flight Details

Flight details are shown in the lower left corner, as illustrated in the image below:

<figure><img src="/files/kRpN8TorigMHzyM64747" alt=""><figcaption><p>flight details</p></figcaption></figure>

While in flight, users can monitor the following:

* **Alt**: This will display alterations in altitude in meters.
* **Speed**: Displays the current drone speed in meters per second.
* **Covered / Estimated Area in Acre**: Indicates the covered area during spraying on fly view and the estimated area to be completed for spraying in acres.
* **Flow Rate**: Displays the flow rate in Liters per minute.
* **Obs Alt**: Shows altitude in centimeters (cm).
* **Time**: Displays the total time required to complete the mission plan.
* **Distance**: Indicates the distance covered by the drone in meters.
* **Consumed**: Represents the amount of pesticide consumed in milliliters (mL).


---

# 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://aerogcs-green-docs.aeromegh.com/13.-flyview/13.2-flight-details.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.
