> 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/introduction/workspace.md).

# 工作区

World Creator 界面清晰、简洁且易于理解。它已被重新设计以提供最佳的工作流程体验。与以往所有版本的 World Creator 相比，你无疑会发现它非常直观。让我们一起看看所有内容并了解它如何工作。

World Creator 的 3D 工作区由 3D 视口组成，在此进行所有渲染；主面板（位于右侧），在这里根据所需地形设置一切；以及工具栏（位于主面板左侧），提供对多个内置工具的快速访问。还有一些特定的 HUD 元素，例如指南针（顶部）、高度计（左侧）以及鼠标指针，鼠标悬停在地形上时会显示额外信息。

<figure><img src="/files/0ff3e59c8ade52df652a4f71db392c40c7cd9916" alt=""><figcaption></figcaption></figure>


---

# 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/introduction/workspace.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.
