# Welcome to Game Creator!

![](https://2174264233-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LAqwYovmUPn5V6CMeID%2F-LeB9RDCci6L9gfqk7bY%2F-LBArK1LNv-9UU_0m-_z%2Fgame-creator.jpg?alt=media\&token=9f2f180f-94e5-4ff5-9674-58a7dac9acf4)

{% hint style="info" %}
**This is the documentation for Game Creator 1. For Game Creator 2 documentation visit** [**docs.gamecreator.io**](https://docs.gamecreator.io)
{% endhint %}

**Game Creator** is a set of tools that will help you kickstart your game in matter of minutes. It comes packed with ready-to-use fully animated **Characters**, a flexible high-level **Scripting Language**, a complete save & load system with global, local, list variables, and much, much more!

On top of all these, **Game Creator** also comes with a state-of-the-art **Module Manager** that allows to create, distribute and update extension packages.&#x20;

For example, the **Inventory** module allows to add a complete Inventory to your game with crafting recipes, usable items and customizable effects. The **Dialogue** module allows to have cinematic conversations between characters with branching options, timed choices, ... You name it!

## Useful Links

* [Get Game Creator](https://gamecreator.page.link/download)
* [See Game Creator Hub](https://hub.gamecreator.io)

{% content-ref url="quickstart/get-started" %}
[get-started](https://docs.gamecreator.one/quickstart/get-started)
{% endcontent-ref %}

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

{% content-ref url="annex/faq" %}
[faq](https://docs.gamecreator.one/annex/faq)
{% endcontent-ref %}

{% content-ref url="annex/roadmap" %}
[roadmap](https://docs.gamecreator.one/annex/roadmap)
{% endcontent-ref %}

* [@catsoftstudios](https://twitter.com/catsoftstudios)
* <hello@catsoft-studios.com>

{% hint style="success" %}
Join the Game Creator [Discord server](https://gamecreator.page.link/discord)!
{% 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.gamecreator.one/master.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.
