> For the complete documentation index, see [llms.txt](https://docs.moonlander.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.moonlander.ai/fundamentals/getting-set-up/hello-virtual-world.md).

# Hello Virtual World!

Now that you have installed the SDK, it is time to start generating.&#x20;

<details>

<summary><strong>Step 1: Install the Content Package(s)</strong></summary>

To get started quickly, we provide a set of assets that you can use to test the functionality. Just drag the **MoonlanderContent.unity** package in the window, and it will install. If you want to create visually stunning worlds, install the **BoosterPack** as well.

</details>

<details>

<summary><strong>Step 2: Assign a Library of Assets</strong></summary>

Shapeshifter needs a Library of Assets to generate worlds. Go to the **Setup** foldout and select one of the Libraries.&#x20;

![](/files/CAEWeKqfTLHh01T8c2OB)

</details>

<details>

<summary><strong>Step 3: Choose your first generator</strong></summary>

<img src="/files/Zb8EHdKZwUCc1pHQADye" alt="" data-size="original">

Now setup the generators for Shapeshifter to use. This can be done via the Generators window, which can be opened by clicking the "**Edit Generators**" button on the Shapeshifter overlay.

You can add generators through the "+" button at the top left of the Generators window. Pressed it, and then select "**Generator Stack** > **MoonlanderContentSampleGeneratorStack** from the dropdown menu.”

Now press **Generate** in the Shapeshifter menu, and you will generate your first world!

</details>

<figure><img src="/files/odo3yRW1FLMhBvLXiemA" alt=""><figcaption><p>A land generated by the <strong>MoonlanderContentSampleGeneratorStack</strong>, our Hello World! Example.</p></figcaption></figure>

{% hint style="info" %}
Each Library consists of a number of assets in the Library Manager. In order to create the world that you want, make sure you have assets that are related to that world. For example, to make a Desert terrain you need cacti, rocks, and the right textures.
{% endhint %}

Congratulations! You have now created your first AI generated Virtual World. Now let's go through the **Generator Stack**, to start building some visually appealing terrains!


---

# 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.moonlander.ai/fundamentals/getting-set-up/hello-virtual-world.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.
