> 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.md).

# 단계별 안내

- [창의적으로 시작해 봅시다](https://docs.world-creator.com/ko/walkthrough/readme-first.md)
- [사용자 인터페이스](https://docs.world-creator.com/ko/walkthrough/introduction.md)
- [메인 메뉴](https://docs.world-creator.com/ko/walkthrough/introduction/main-menu.md)
- [작업 공간](https://docs.world-creator.com/ko/walkthrough/introduction/workspace.md)
- [뷰포트 및 내비게이션](https://docs.world-creator.com/ko/walkthrough/introduction/viewport-and-navigation.md)
- [키 바인딩 및 단축키](https://docs.world-creator.com/ko/walkthrough/introduction/key-bindings-and-shortcuts.md)
- [도구 모음](https://docs.world-creator.com/ko/walkthrough/introduction/toolbar.md)
- [메인 패널](https://docs.world-creator.com/ko/walkthrough/introduction/main-panel.md)
- [지형 설정](https://docs.world-creator.com/ko/walkthrough/terrain-setup.md)
- [지형 이해하기](https://docs.world-creator.com/ko/walkthrough/terrain-setup/understanding-terrains.md)
- [지형 크기와 디테일](https://docs.world-creator.com/ko/walkthrough/terrain-setup/terrain-size-and-detail.md)
- [레벨 단계 시스템](https://docs.world-creator.com/ko/walkthrough/terrain-setup/level-step-system.md)
- [형태 만들기](https://docs.world-creator.com/ko/walkthrough/crafting-a-shape.md)
- [시드 조정](https://docs.world-creator.com/ko/walkthrough/crafting-a-shape/create-a-volcano.md)
- [조형](https://docs.world-creator.com/ko/walkthrough/crafting-a-shape/sculpt-a-break-off.md)
- [지형 디테일](https://docs.world-creator.com/ko/walkthrough/add-filters.md)
- [침식 필터 추가](https://docs.world-creator.com/ko/walkthrough/add-filters/add-erosion.md)
- [고원 필터 추가](https://docs.world-creator.com/ko/walkthrough/add-filters/add-chissel.md)
- [강 추가](https://docs.world-creator.com/ko/walkthrough/add-filters/mask-in-arid-locations.md)
- [기본 그라디언트 머티리얼 추가](https://docs.world-creator.com/ko/walkthrough/add-filters/add-base-color.md)
- [시뮬레이션 실행](https://docs.world-creator.com/ko/walkthrough/run-simulations.md)
- [모래 추가](https://docs.world-creator.com/ko/walkthrough/run-simulations/add-sand.md)
- [잔해 추가](https://docs.world-creator.com/ko/walkthrough/run-simulations/add-debris.md)
- [오브젝트 추가](https://docs.world-creator.com/ko/walkthrough/add-objects.md)
- [관목 불러오기](https://docs.world-creator.com/ko/walkthrough/add-objects/load-bushes.md)
- [오브젝트 마스킹](https://docs.world-creator.com/ko/walkthrough/add-objects/mask-objects.md)
- [마무리 손질](https://docs.world-creator.com/ko/walkthrough/final-touches.md)
- [흐름 색상 입히기](https://docs.world-creator.com/ko/walkthrough/final-touches/adjust-lighting.md)
- [볼류메트릭 먼지 추가](https://docs.world-creator.com/ko/walkthrough/final-touches/add-volumetric-clouds.md)
- [저장 및 내보내기](https://docs.world-creator.com/ko/walkthrough/save-and-export.md)
- [패키지로 저장](https://docs.world-creator.com/ko/walkthrough/save-and-export/save-as-package.md)
- [Blender로 내보내기](https://docs.world-creator.com/ko/walkthrough/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/ko/walkthrough.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.
