# Glossary

<details>

<summary>UTC</summary>

UTC (Coordinated Universal Time): Standard time reference used for flight operations to ensure global consistency and avoid confusion across different time zones.

</details>

<details>

<summary>AGL</summary>

AGL (Above Ground Level) refers to the altitude of the aircraft relative to the surface directly below it, rather than sea level.

</details>

<details>

<summary>AMSL</summary>

**AMSL** stands for **meters above mean sea level**, indicating the height of a location relative to the average sea level.

</details>

<details>

<summary>VLOS</summary>

**VLOS** (Visual Line of Sight) refers to drone operations where the operator can see the drone with the naked eye at all times during flight.

</details>

<details>

<summary>BVLOS</summary>

**BVLOS** (Beyond Visual Line of Sight) refers to drone operations where the operator cannot see the drone and relies on technology (such as GPS, sensors, and cameras) to control and monitor it from a distance

</details>

<details>

<summary>METAR</summary>

METAR data is a current weather report typically issued every hour. It describes the present weather conditions at an airport, including wind, visibility, clouds, temperature, and weather phenomena.

</details>

<details>

<summary>TAF</summary>

TAF data is a forecast of expected weather conditions at an airport, usually issued four times a day (every 6 hours) and valid for 24 to 30 hours. It details expected changes in wind, visibility, clouds, and other relevant factors.

</details>

<details>

<summary>ConOps</summary>

The Concept of Operations (CONOPS) outlines the intended use and operations of drones in various contexts, detailing how they are integrated into broader operational frameworks to achieve specific objectives. It encompasses aspects such as mission planning, flight operations, etc., aiming to maximize efficiency and safety in their deployment.

</details>

<details>

<summary>EAS</summary>

Equivalent airspeed (EAS) is defined as the speed at sea level, under ISA conditions, that would produce the same incompressible dynamic pressure that is produced at the true airspeed and the altitude at which the vehicle is flying.

</details>


---

# 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/glossary.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.
