# Welcome to Moonlander

<figure><img src="https://content.gitbook.com/content/AgMv3vfjtskHQTtxEVyx/blobs/oGxJ2uW9ZECIdSofpgwR/mono.png" alt=""><figcaption></figcaption></figure>

> "Don't tell me the sky is the limit when there are footprints on the Moon." — Paul Brandt

## The Basics

Moonlander is an AI powered copilot that helps you to **build virtual worlds in just a few seconds**.&#x20;

With Moonlander, you can build games, virtual meeting rooms, e-learning modules, and more through **a text prompting interface and powerful UI**. Just upload your own or bought assets and let our AI tagger enrich the metadata of your library. After that you can quickly build your first world!

The Moonlander Unity SDK Quick Guide is a concise reference that provides essential information for installing and operating the Moonlander SDK. **You can find the downloads** [**here**](https://drive.google.com/drive/folders/1dPlIhgHyVxxkdmDHWm_ZAFFkH33-K3H8).

### SDK Version

The Moonlander SDK for Unity is currently in version **v1.0.0-alpha.6**. This version contains a Run Time API that provides an **interface for virtually any task** involving a scene. You can now read our documentation to integrate the API in your game or product and help explore the possibilities and limitations with this technology. Not only it handles procedural generation within the product features at runtime, but it's also an extensible tool that allows you to create your own generators and algorithms. For questions about porting your project to this version, we recommend contacting us on [Discord](https://discord.com/invite/sNGPThMEc2).

## Get Started

We've put together some helpful guides for you to get setup with our product quickly and easily.

{% content-ref url="fundamentals/getting-set-up" %}
[getting-set-up](https://docs.moonlander.ai/fundamentals/getting-set-up)
{% endcontent-ref %}

{% content-ref url="fundamentals/getting-set-up/hello-virtual-world" %}
[hello-virtual-world](https://docs.moonlander.ai/fundamentals/getting-set-up/hello-virtual-world)
{% endcontent-ref %}

{% content-ref url="fundamentals/getting-set-up/generator-stack-presets" %}
[generator-stack-presets](https://docs.moonlander.ai/fundamentals/getting-set-up/generator-stack-presets)
{% endcontent-ref %}


---

# 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.moonlander.ai/welcome-to-moonlander.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.
