# 설치

World Creator를 성공적으로 다운로드한 후 MSI 설치 파일을 더블클릭하여 World Creator 설치 관리자를 실행하십시오(아래 스크린샷과 다를 수 있음):

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

설치 관리자가 작업을 완료할 때까지 각 설치 단계를 따라주십시오. 설치가 완료되면 데스크톱에서 World Creator 애플리케이션 바로가기를 찾을 수 있습니다.

{% hint style="info" %}
인터넷 접근이 제한된 기업을 위해 오프라인 라이선스를 제공합니다. 문의처: <sales@bitethebytes.com>.
{% endhint %}

또한 일부 경우에는 설치 관리자가 애플리케이션 실행에 필요한 Visual Studio C++ 재배포 가능 패키지 및 .NET Desktop Runtime을 설치하지 못할 수 있습니다. 이 경우 해당 항목들을 수동으로 다운로드하여 설치해야 합니다. 다음에서 찾을 수 있습니다:

* [**Visual Studio 재배포 가능 패키지**](https://aka.ms/vs/17/release/vc_redist.x64.exe)
* [**.NET Desktop Runtime**](https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/8.0.21/windowsdesktop-runtime-8.0.21-win-x64.exe)


---

# Agent Instructions: 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:

```
GET https://docs.world-creator.com/ko/getting-started/installation.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
