# What is a Map Terrain Type?

The type of terrain rendered by the map can be modified with the `MapTerrainType`.

* **Default**: The map terrain consists of either elevation data or high resolution 3D models.
* **Elevated**: The map terrain consists only of elevation data. No high resolution 3D models are used.
* **Flat**: Both elevation and high resolution 3D models are disabled. The map terrain surface will be flat.

![Map terrain types: default, elevated and flat.](/files/-LxxfqeCHkSWII90aqPR)

{% hint style="info" %}
&#x20;If the scenario does not require the higher resolution data, disabling the terrain can **improve performance**. Likewise, the **`Flat`** type requires the **least amount of performance overhead.**
{% endhint %}


---

# 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://www.xrdev.app/mixed-reality-docs/lessons/lesson-5/project/what-is-a-map-terrain-type.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.
