# Terrain and roads

{% embed url="<https://www.youtube.com/watch?v=uYNPbIgU88k>" %}
Video by [UltimateSpinDash](https://www.youtube.com/channel/UCXRXmtOKDS3iX2QJDCffwLA)
{% endembed %}

## Terrain types

There are several terrain types in Settlers, most of which have unique properties.This is a list of all important terrain types:

### Grass

The default surface area of the map. All civilizations can build here. Supports roads, grain and most types of mana plants.

![](/files/oA12wb5yzFg8VbOcBGRA)

### Dark Grass

An uncommon variant of grass which does not appear on random maps. Unlike normal grass, this type does not support roads, making it desirable for wood production.

![](/files/dAjcACo1Y81BIkLqVsxJ)

### Grass island

Similar to grass with some aesthetic differences approaching swamp.

![](/files/yPFyusWEiPRGpFoP94VZ)

### Dusty path

Created when carriers repeatedly walk over grass. Carriers walk slightly faster (8 ticks per tile rather than the default 9). Blocks trees from being planted, but not grain.

![](/files/4ONM0Odeej3svikXB6Pa)

### Paved Road

Created when carriers repeatedly walk over dusty paths. Accelerates carriers even further (7 ticks per tile). Blocks trees from being planted, but not grain.

![](/files/4xwcgfDMYnJP1t0sTjvD)

### Desert

Only the mayans and trojans can build here. It's primarmy purpose is for agave production by the mayans. Mayan and trojan foresters can also cultivate palm trees here. Viking priests can turn desert into grass using the shortcut spell. Does not support roads.

![](/files/6nPJcSO41xmZtFueASrl)

### Rock

Can be surveyed by geologists, construction restricted to mines. Does not support roads.

![](/files/JNwFKC3mkraVSwN7jo4e)

### Swamp

Impassable terrain. Roman priests can turn swamp into grass using the shortcut spell.

![](/files/kBXuD3bYX8r5rfGX3mh6)

### Mud

Passable terrain that does not support roads. Only vikings and trojans can build here. Trojan priests can turn grass into mud using the shortcut spell.

![](/files/q9aOXUffNPLwhhHZXDNn)

### Snow / Lava

Found on the peaks of mountains. Impassable terrain which can be cleared using the shortcut spell. Rock that is covered by snow never contains resources!

![](/files/POsUUbTIiVIM3wOOnzTz)

### Beach

Dividing terrain between grass and water. All civilizations can build here. Does not support roads or any plants.

![](/files/cRFMUcKs5tSYDIfKLMi0)

<br>


---

# 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.settlers-united.com/settler-iv-wiki-en/basics/terrain-and-roads.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.
