# Terrain visualization

## Terrain Visualization

The *Terrain Visualization* is used to verify that waypoints are all set above ground level. It can be toggled visible/hidden using the **T** button (next to the zoom +/- buttons shown above).

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

The indicator shows the altitudes of planned waypoints and the terrain:

* Circles indicate the altitude for each waypoint/pattern:
  * The green line indicates the *survey plan.*
  * The circles indicate the different points.

{% hint style="warning" %}
Red bars indicate below-ground waypoints!
{% endhint %}

***The legend for the circle text is given below:***

| **Text** | **Type**              |
| -------- | --------------------- |
| **S**    | Start point           |
| **T**    | Takeoff point         |
| **L**    | Land point            |
| **V**    | VTOL Takeoff waypoint |
| **1...** | Number of waypoints   |


---

# 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.auterion.com/vehicle-operation/auterion-mission-control/ui-breakdown/plan/terrain-visualization.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.
