# Global Generator

Global generators are generators that create global settings and affect the entire scene.

&#x20;There are several types of global generators:

* [MapGenerator](/v.1.0.0.alpha-4/explore-topics/generator/global-generator/map-generator.md): a Generator that creates a 2D data file that can be used for Terrain Height, Object Density, Texture, and many more.
* [TerraformerGenerator](/v.1.0.0.alpha-4/explore-topics/generator/global-generator/terraformergenerator.md): a Generator that can allows you to customise the scene, for example the weather effects and overall style.
* [SkyShaperGenerator](/v.1.0.0.alpha-4/explore-topics/generator/global-generator/skyshapergenerator.md): a Generator responsible for setting the Skybox and the Directional Light
* [ColorGradingGenerator](/v.1.0.0.alpha-4/explore-topics/generator/global-generator/colorgradinggenerator.md): a Generator that allows you to post process effect colours


---

# 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.moonlander.ai/v.1.0.0.alpha-4/explore-topics/generator/global-generator.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.
