# WALKTHROUGH

- [Let's get Creative](https://docs.world-creator.com/walkthrough/readme-first.md)
- [User Interface](https://docs.world-creator.com/walkthrough/introduction.md)
- [Main Menu](https://docs.world-creator.com/walkthrough/introduction/main-menu.md)
- [Workspace](https://docs.world-creator.com/walkthrough/introduction/workspace.md)
- [Viewport and Navigation](https://docs.world-creator.com/walkthrough/introduction/viewport-and-navigation.md)
- [Key Bindings and Shortcuts](https://docs.world-creator.com/walkthrough/introduction/key-bindings-and-shortcuts.md)
- [Toolbar](https://docs.world-creator.com/walkthrough/introduction/toolbar.md)
- [Main Panel](https://docs.world-creator.com/walkthrough/introduction/main-panel.md)
- [Terrain Setup](https://docs.world-creator.com/walkthrough/terrain-setup.md)
- [Understanding Terrains](https://docs.world-creator.com/walkthrough/terrain-setup/understanding-terrains.md)
- [Terrain Size and Detail](https://docs.world-creator.com/walkthrough/terrain-setup/terrain-size-and-detail.md)
- [Level Step System](https://docs.world-creator.com/walkthrough/terrain-setup/level-step-system.md)
- [Crafting a Shape](https://docs.world-creator.com/walkthrough/crafting-a-shape.md)
- [Adjusting Seed](https://docs.world-creator.com/walkthrough/crafting-a-shape/create-a-volcano.md)
- [Sculpting](https://docs.world-creator.com/walkthrough/crafting-a-shape/sculpt-a-break-off.md)
- [Detail Terrain](https://docs.world-creator.com/walkthrough/add-filters.md)
- [Add Erosion Filter](https://docs.world-creator.com/walkthrough/add-filters/add-erosion.md)
- [Add Plateaus Filter](https://docs.world-creator.com/walkthrough/add-filters/add-chissel.md)
- [Add River](https://docs.world-creator.com/walkthrough/add-filters/mask-in-arid-locations.md)
- [Add Base Gradient Material](https://docs.world-creator.com/walkthrough/add-filters/add-base-color.md)
- [Run Simulations](https://docs.world-creator.com/walkthrough/run-simulations.md)
- [Add Sand](https://docs.world-creator.com/walkthrough/run-simulations/add-sand.md)
- [Add Debris](https://docs.world-creator.com/walkthrough/run-simulations/add-debris.md)
- [Add Objects](https://docs.world-creator.com/walkthrough/add-objects.md)
- [Load Bushes](https://docs.world-creator.com/walkthrough/add-objects/load-bushes.md)
- [Mask Objects](https://docs.world-creator.com/walkthrough/add-objects/mask-objects.md)
- [Final Touches](https://docs.world-creator.com/walkthrough/final-touches.md)
- [Colorize Flows](https://docs.world-creator.com/walkthrough/final-touches/adjust-lighting.md)
- [Add Volumetric Dust](https://docs.world-creator.com/walkthrough/final-touches/add-volumetric-clouds.md)
- [Save and Export](https://docs.world-creator.com/walkthrough/save-and-export.md)
- [Save as Package](https://docs.world-creator.com/walkthrough/save-and-export/save-as-package.md)
- [Export to Blender](https://docs.world-creator.com/walkthrough/save-and-export/export-to-blender.md)


---

# 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.world-creator.com/walkthrough.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.
