# Navigate Game Maker Home

## Game Maker Home

When you launch Game Maker, you will load the software and see "The Sandbox is Validating Files." Then you'll use your login credentials and see the Game Maker Home screen.

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

{% hint style="info" %}
You must be logged into your Sandbox account to create in Game Maker. This allows Game Maker to populate your asset Library with your uploaded VoxEdit creations and NFT assets in your wallet.
{% endhint %}

{% hint style="info" %}
It is highly recommend to join Discord to learn from and connect with the global community. It includes channels to chat with others in many[ **languages**](/en/general/languages.md).

Visit our [**Discord Community**](/en/general/discord-community.md) Guide for more information. The join link is in the bottom left of the home screen.

<img src="/files/KFuRYvvf0jl4ApAtbpyk" alt="" data-size="line">
{% endhint %}

{% tabs %}
{% tab title="Create" %}

### Workspaces

Select the **Workspaces** tab in the center of the Game Maker home screen.

Here you can create a brand new Experience or select an existing one to:

* Edit<br>

  <div align="left"><figure><img src="/files/OXnAHoWeDTSM9jfwYptq" alt=""><figcaption></figcaption></figure></div>
* ![](/files/E7eZDfRPFtibHmMa7Qt0) Rename
* ![](/files/UGgxL4uVOMZyC0ETJZfH) Duplicate
* ![](/files/KTT86W37xhzQZquPVBVL) Delete

<figure><img src="/files/t9PFIqVihJJGXkMn99y3" alt="" width="489"><figcaption><p>Select an Experience to open the popup window</p></figcaption></figure>

{% hint style="warning" %}
For best performance, It is recommended to choose the smallest LAND size to build your Experience that will still allow 3D space for your planned content. Review [**Scale & LAND Use**](/en/creator/basics/scale.md) for recommendations.

Take advantage of height to fit more content into your Experience.
{% endhint %}

{% hint style="danger" %}
You can **NOT** change the size of an Experience once you create it.
{% endhint %}
{% endtab %}

{% tab title="Templates" %}

### Templates

Select the **Templates** tab in the center of the Game Maker home screen.

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

<figure><img src="https://lh7-us.googleusercontent.com/Y2un3sxDhO2b9-8tcSoFeTokapx8Wl25sC8owsAwwlxZd7HUuwFVfAdkhczsJMSwr8C2WQSCcQDjjlitlAnjXMqCfrlUGmNx6ISdSa9LrEUCtmFJHaTZxTRtihPhAOmXMFHEUFWphbtH-z6ecAV8krMDkQ=s2048" alt=""><figcaption></figcaption></figure>

<figure><img src="https://lh7-us.googleusercontent.com/CKcIgcqbhJq20XE6icVsUVO81G_PFt-WymWTa6lU2v0AOWc4MMhdZGCMGi8w8MEcJnr3K3ocgqGibM3EofkUlpDrn34Kp5U6F6r3FAI8wQ_KI-jBdSpgo_qwDgb6Spd2WgcIJreS3z_dU9Jx7RyN1EPe7g=s2048" alt=""><figcaption></figcaption></figure>

Templates allow you to download a pre-made experience with different purposes:

**Logic Tutorials** - There are many options to learn hands-on in Game Maker and make modifications to test out your own ideas.

**Landscape Templates** - Blocking out a level's 3D space isn't needed with these attractive templates that speed up your creative process so you can go right into adding assets and interactive logic.
{% endtab %}

{% tab title="Gallery" %}

### Game Maker Gallery

To access the **Gallery**, click **Start Playing** in the left menu of the Game Maker home screen.

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

**Featured Experiences -** Try Experiences recommended by The Sandbox&#x20;

**Latest Experiences -** Experiences shared to the **Gallery** will appear in the order they were created, not by the date they were shared. If you can't find yours, use the new search feature on the left.&#x20;
{% endtab %}
{% endtabs %}


---

# 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.sandbox.game/en/creator/game-maker/docs/navigate-game-maker-home.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.
