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

# 작업 공간

World Creator 인터페이스는 명확하고 직관적이며 이해하기 쉽습니다. 워크플로우 경험을 최적화하기 위해 재설계되었습니다. 특히 이전 버전의 World Creator와 비교하면 매우 직관적이라고 느끼실 것입니다. 모든 요소를 살펴보고 어떻게 작동하는지 이해해 봅시다.

World Creator의 3D 작업 공간은 모든 렌더링이 이루어지는 3D 뷰포트, 원하는 지형과 관련된 모든 설정을 하는 메인 패널(오른쪽), 그리고 여러 내장 도구에 빠르게 접근할 수 있는 툴바(메인 패널 왼쪽)로 구성됩니다. 또한 나침반(상단), 높이계(왼쪽)와 같은 특정 HUD 요소와 지형 위에 마우스를 올리면 추가 정보를 표시하는 마우스 포인터도 있습니다.

<figure><img src="/files/97a54e9387c944cdaff4ee137c3b49b86ac06349" 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/ko/walkthrough/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.
