# Using The Copilot

While the [Generator Stack Presets](/fundamentals/getting-set-up/generator-stack-presets.md) look very pretty, the real fun is making your own custom worlds of course! The easiest way to get started with your custom worlds is to use our Copilot FLX.

FLX is trained to do a varied range of tasks, among them:

1. Creating Generators for you
2. Customising and improving Generators for you
3. Give feedback on how to improve your scenes
4. Explaining how Moonlander works

## Getting Started

<figure><img src="/files/NqhKUWIiEm1OPbsWpQ6T" alt=""><figcaption><p>Call FLX by clicking on the Copilot in the Shapeshifter overlay</p></figcaption></figure>

First, navigate to the Copilot menu in the Shapeshifter window. This will open a chat window.

<figure><img src="/files/Z1YFKRPKC2ZS5ESHzWbP" alt=""><figcaption><p>Use one of the prompt suggestions or use your own imagination and type your own prompt</p></figcaption></figure>

On opening the chat interface, FLX will show you a few prompt suggestions. These will give you an idea of what kind of prompts you can instruct, but you can generate whatever you want of course.

<figure><img src="/files/2HgRqZgcGZTV3sfvQXR1" alt=""><figcaption><p>Once you have started a conversation with FLX, you can keep talking to it to prompt for new results</p></figcaption></figure>

Now FLX will start suggesting you generators, that you can apply to your scene.

{% hint style="info" %}
FLX creates generators with 3D Objects from your Library. This means that it can only generate a Forest for you if you have trees in your library.
{% endhint %}


---

# 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/fundamentals/getting-set-up/using-the-copilot.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.
