> For the complete documentation index, see [llms.txt](https://docs.world-creator.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.world-creator.com/zh/cao-zuo-zhi-nan.md).

# 操作指南

- [让我们开始创作](https://docs.world-creator.com/zh/cao-zuo-zhi-nan/readme-first.md)
- [用户界面](https://docs.world-creator.com/zh/cao-zuo-zhi-nan/introduction.md)
- [主菜单](https://docs.world-creator.com/zh/cao-zuo-zhi-nan/introduction/main-menu.md)
- [工作区](https://docs.world-creator.com/zh/cao-zuo-zhi-nan/introduction/workspace.md)
- [视口与导航](https://docs.world-creator.com/zh/cao-zuo-zhi-nan/introduction/viewport-and-navigation.md)
- [按键绑定与快捷键](https://docs.world-creator.com/zh/cao-zuo-zhi-nan/introduction/key-bindings-and-shortcuts.md)
- [工具栏](https://docs.world-creator.com/zh/cao-zuo-zhi-nan/introduction/toolbar.md)
- [主面板](https://docs.world-creator.com/zh/cao-zuo-zhi-nan/introduction/main-panel.md)
- [地形设置](https://docs.world-creator.com/zh/cao-zuo-zhi-nan/terrain-setup.md)
- [理解地形](https://docs.world-creator.com/zh/cao-zuo-zhi-nan/terrain-setup/understanding-terrains.md)
- [地形尺寸与细节](https://docs.world-creator.com/zh/cao-zuo-zhi-nan/terrain-setup/terrain-size-and-detail.md)
- [层级步进系统](https://docs.world-creator.com/zh/cao-zuo-zhi-nan/terrain-setup/level-step-system.md)
- [塑造形状](https://docs.world-creator.com/zh/cao-zuo-zhi-nan/crafting-a-shape.md)
- [调整种子](https://docs.world-creator.com/zh/cao-zuo-zhi-nan/crafting-a-shape/create-a-volcano.md)
- [雕刻](https://docs.world-creator.com/zh/cao-zuo-zhi-nan/crafting-a-shape/sculpt-a-break-off.md)
- [地形细节](https://docs.world-creator.com/zh/cao-zuo-zhi-nan/add-filters.md)
- [添加侵蚀滤镜](https://docs.world-creator.com/zh/cao-zuo-zhi-nan/add-filters/add-erosion.md)
- [添加高原滤镜](https://docs.world-creator.com/zh/cao-zuo-zhi-nan/add-filters/add-chissel.md)
- [添加河流](https://docs.world-creator.com/zh/cao-zuo-zhi-nan/add-filters/mask-in-arid-locations.md)
- [添加基础渐变材质](https://docs.world-creator.com/zh/cao-zuo-zhi-nan/add-filters/add-base-color.md)
- [运行模拟](https://docs.world-creator.com/zh/cao-zuo-zhi-nan/run-simulations.md)
- [添加沙子](https://docs.world-creator.com/zh/cao-zuo-zhi-nan/run-simulations/add-sand.md)
- [添加碎屑](https://docs.world-creator.com/zh/cao-zuo-zhi-nan/run-simulations/add-debris.md)
- [添加对象](https://docs.world-creator.com/zh/cao-zuo-zhi-nan/tian-jia-dui-xiang.md)
- [加载灌木](https://docs.world-creator.com/zh/cao-zuo-zhi-nan/tian-jia-dui-xiang/jia-zai-guan-mu.md)
- [对象遮罩](https://docs.world-creator.com/zh/cao-zuo-zhi-nan/tian-jia-dui-xiang/dui-xiang-zhe-zhao.md)
- [最后润饰](https://docs.world-creator.com/zh/cao-zuo-zhi-nan/final-touches.md)
- [为流向着色](https://docs.world-creator.com/zh/cao-zuo-zhi-nan/final-touches/adjust-lighting.md)
- [添加体积尘埃](https://docs.world-creator.com/zh/cao-zuo-zhi-nan/final-touches/add-volumetric-clouds.md)
- [保存与导出](https://docs.world-creator.com/zh/cao-zuo-zhi-nan/save-and-export.md)
- [另存为包](https://docs.world-creator.com/zh/cao-zuo-zhi-nan/save-and-export/save-as-package.md)
- [导出到 Blender](https://docs.world-creator.com/zh/cao-zuo-zhi-nan/save-and-export/export-to-blender.md)


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.world-creator.com/zh/cao-zuo-zhi-nan.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
