> 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/zh/ru-men/installation.md).

# 安装

成功下载 World Creator 后，双击 MSI 安装文件以启动 World Creator 安装程序（界面可能与下方截图不同）：

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

请按照每一步安装指示操作，直到安装程序完成其工作。安装完成后，您将在桌面找到 World Creator 应用程序的快捷方式。

{% hint style="info" %}
对于访问互联网受限的公司，我们提供离线授权。请联系 <sales@bitethebytes.com>.
{% endhint %}

此外，在某些情况下，安装程序可能无法安装运行该应用所需的 Visual Studio C++ 可再发行组件和 .NET 桌面运行时。在这种情况下，您需要手动下载并安装它们。您可以在此处找到：

* [**Visual Studio 可再发行组件**](https://aka.ms/vs/17/release/vc_redist.x64.exe)
* [**.NET 桌面运行时**](https://builds.dotnet.microsoft.com/dotnet/WindowsDesktop/8.0.21/windowsdesktop-runtime-8.0.21-win-x64.exe)


---

# 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/zh/ru-men/installation.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.
