> 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/readme-first.md).

# 창의적으로 시작해 봅시다

좋습니다! World Creator를 설치해 실행했으니 이제 지형과 랜드스케이프 마법을 부릴 차례입니다.&#x20;

이 안내 섹션에서는 아래 이미지에 표시된 예시의 놀라운 지형을 생성합니다. 각 단계(1번부터 8번까지)를 따라하면 World Creator의 작동 방식과 효과적으로 사용하는 방법을 잘 이해할 수 있습니다.

<figure><img src="/files/f8ff92c620ed59408e3f3c85a18319217a4a67ca" alt=""><figcaption></figcaption></figure>

각 문서에는 전체 참조로 더 깊이 들어갈 수 있는 많은 링크가 있습니다. 이 안내를 위해 반드시 읽을 필요는 없지만, 특정 기능이나 동작에 대해 더 알고 싶다면 참고하세요.

좋습니다, 시작해봅시다 :smile:


---

# 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/readme-first.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.
