> 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/getting-started/downloading.md).

# 다운로드

다운로드 허브를 통해 World Creator 릴리스, 브리지 도구, 에셋 및 샘플 파일에 접근할 수 있습니다:

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

다운로드할 버전을 선택한 다음 Download MSI 또는 Download ZIP을 클릭하세요( MSI 설치 프로그램 다운로드를 권장합니다):

가장 최신 버전은 항상 목록의 맨 위에 있습니다. World Creator 2는 2017년에 출시되었고(위 이미지의 탭을 참고하세요), World Creator 1은 2012년에 출시되었습니다. 다운로드 섹션에서는 특정 버전의 World Creator를 실행할 자격이 있는지도 알려줍니다. 이는 유지보수 플랜이 해당 버전이 출시된 날짜를 포함하는지 여부에 따라 달라집니다. 포함되지 않는다면, 최신 버전의 World Creator를 실행하려면 유지보수 구독을 갱신해야 합니다.


---

# 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/getting-started/downloading.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.
