# FAQs: Game Maker

## What is the Game Maker?

The Game Maker is a simple and easy-to-use tool that allows you to design, test and share experiences, such as games, within The Sandbox's metaverse, whether you are an experienced game designer or not.

Learn more:

{% content-ref url="create-experiences" %}
[create-experiences](https://docs.sandbox.game/en/creator/game-maker/create-experiences)
{% endcontent-ref %}

## Where can I get the Game Maker from?

You can download the Game Maker software from The Sandbox's official website.

<https://www.sandbox.game/en/create/game-maker/>

## Is the Game Maker free?

Yes, the Game Maker is free to download and use. You will, however, need to have purchased or rented some LAND to publish your game onto.

## Do I need experience in game designing to use the Game Maker?

No, you do not need to be an experienced game designer to use this software. We have designed this software so that it is easy for both experienced and inexperienced game designers to use.&#x20;

## Do I need to know how to code in order to make games with the Game Maker?

No, you do not need any knowledge of coding to make a game. The Game Maker was designed with a no-code approach in mind, However, we will be adding optional coding features in the future, so that those who do wish to make a game using a coding language can do so.

## Could I advertise my website in a game that I make with the Game Maker?

You will be able to display content, such as websites, on billboards within your experience that you build in the Game Maker. Alternatively, you could rent billboard space on your LAND to others.

## How do I use the Game Maker? Are there any tutorials?

Learn quickly how to create with Game Maker through hands-on activities for beginners:

{% content-ref url="beginners" %}
[beginners](https://docs.sandbox.game/en/creator/game-maker/beginners)
{% endcontent-ref %}

Learn the basics of The Sandbox creative ecosystem:

{% content-ref url="../basics" %}
[basics](https://docs.sandbox.game/en/creator/basics)
{% endcontent-ref %}

Visit the Creator Portal for all creative resources, including guides:

{% content-ref url="../welcome-to-the-creator-portal" %}
[welcome-to-the-creator-portal](https://docs.sandbox.game/en/creator/welcome-to-the-creator-portal)
{% endcontent-ref %}

## Useful links

{% embed url="<https://www.sandbox.game/en/create/game-maker/>" %}

{% embed url="<https://medium.com/sandbox-game/the-sandbox-game-maker-creating-your-first-game-b475ce9f9db2>" %}

{% content-ref url="../creators-program/builders-challenge" %}
[builders-challenge](https://docs.sandbox.game/en/creator/creators-program/builders-challenge)
{% 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.sandbox.game/en/creator/game-maker/faqs-game-maker.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.
