> For the complete documentation index, see [llms.txt](https://docs.infinityvoid.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.infinityvoid.io/guides/for-content-creators/void-craft/getting-started.md).

# Getting Started

Before embarking on the journey of deploying your scene on Infinity Void, it's imperative to ensure that you've met the necessary prerequisites.

### Creating Account  <a href="#install-inworld-to-the-project" id="install-inworld-to-the-project"></a>

If you haven't already created an account, it's essential to [**Sign Up**](https://dashboard.infinityvoid.io/). Your Infinity Void account serves as the portal to our platform's diverse array of features and functionalities.

### Installing Void Craft Launcher[​](https://docs.inworld.ai/docs/tutorial-integrations/unreal-engine/getting-started/#installing-visual-studio) <a href="#installing-visual-studio" id="installing-visual-studio"></a>

{% hint style="info" %}
You need to download the launcher first. The launcher ensures that Void Craft remains up to date on your device.
{% endhint %}

Download the [**Void Craft Launcher**](https://www.voidcraft.infinityvoid.io/).


---

# 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.infinityvoid.io/guides/for-content-creators/void-craft/getting-started.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.
