# Installation

Once you have successfully downloaded World Creator, double-click the MSI installation file to launch the World Creator installer (which may differ from the screenshot below):

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

Please follow each installation step until the installer has completed its work. Once installed, you will find a shortcut to the World Creator application on your desktop.

{% hint style="info" %}
For companies that have restricted access to the internet, we offer offline licenses. Please contact <sales@bitethebytes.com>.
{% endhint %}

Also, in some cases, the installer may fail to install the Visual Studio C++ redistributables and the .NET Desktop Runtime that are required to run the application. In this case, you will need to download and install them manually. You can find them here:

* [**Visual Studio Redistributables**](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/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.
