# Settings

<div align="left"><figure><img src="/files/uaRGOrdSY62WbxMb8AgY" alt="" width="457"><figcaption></figcaption></figure></div>

| **Width & Height**         | The map size                                                                                                                                                                                                                                                                                                |
| -------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Cell Size**              | The single cell size of the grid                                                                                                                                                                                                                                                                            |
| **Cluster Cell Size**      | Defines the cluster cell size. To optimize the map generation and reduce complete map rebuilds when changing the map, TWC puts tiles into larger clusters. Only clusters are being rebuilded instead of the complete map. These clusters are also merged into one single mesh when tile merging is enabled. |
| **Merge Preview Texture**  | When enabled all preview textures from the blueprint layers are being merged one by one from top to bottom.                                                                                                                                                                                                 |
| **Use Global Random Seed** | When enabled, a global random seed is being used for every layer, algorithms and modifiers.                                                                                                                                                                                                                 |
| **Seed**                   | The random seed.                                                                                                                                                                                                                                                                                            |


---

# 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://giantgrey.gitbook.io/tileworldcreator-v4-documentation/configuration/settings.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.
