> For the complete documentation index, see [llms.txt](https://docs.settlers-united.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.settlers-united.com/s4-lua-api-de/su-api-enums/su.grounds.md).

# SU.Grounds

```
SU.Grounds.BEACH
SU.Grounds.COBBLEDROAD
SU.Grounds.DARKGRASS
SU.Grounds.DARKGRASS_GRASS
SU.Grounds.DESERT
SU.Grounds.DESERT_GRASS
SU.Grounds.GRASS
SU.Grounds.GRASS_DESERT
SU.Grounds.GRASS_ISLE
SU.Grounds.GRASS_MUD
SU.Grounds.GRASS_ROCK
SU.Grounds.GRASS_SWAMP
SU.Grounds.MUD
SU.Grounds.MUD_GRASS
SU.Grounds.RIVER1
SU.Grounds.RIVER2
SU.Grounds.RIVER3
SU.Grounds.RIVER4
SU.Grounds.ROCK
SU.Grounds.ROCK_GRASS
SU.Grounds.ROCK_SNOW
SU.Grounds.SANDYROAD
SU.Grounds.SNOW
SU.Grounds.SNOW_ROCK
SU.Grounds.SWAMP
SU.Grounds.SWAMP_GRASS
SU.Grounds.WATER1
SU.Grounds.WATER2
SU.Grounds.WATER3
SU.Grounds.WATER4
SU.Grounds.WATER5
SU.Grounds.WATER6
SU.Grounds.WATER7
SU.Grounds.WATER8
```


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/s4-lua-api-de/su-api-enums/su.grounds.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.
