# Welcome

## WARNING

Many of these areas are still under construction. We have a long way to go to get everything documented. However we hope that you can find knowledge in what has been documented so far!

## What is Action Game Maker?

Action Game Maker, or, AGM for short, allows you to create 2D action games without coding in the latest entry of the Maker (RPG Maker) series! Use an FSM-based visual scripting system to build games across genres with ease. Fully harness Godot Engine’s advanced 2D features in a high-performance tool like no other!

### What is This?

This documentation was born to do one thing: Give a well structured and nice place to document AGM for both veterans and newcomers alike! We hope to achieve 100% documentation of all aspects of AGM to make it easy for everyone to create their own game!&#x20;

**Join The Community!**

{% hint style="info" %}
**Official Discord:** Join us at [The Official AGM Discord!](https://discord.gg/vfaV86vYd9)
{% endhint %}

{% hint style="info" %}
**Forums:** Check out the official [AGM Forums!](https://guild.rpgmakerofficial.com/) to get help and share your projects!
{% endhint %}

{% hint style="info" %}
**Twitter/X:** Follow [@PixelGameMaker](https://x.com/PixelGameMaker) for the latest updates and news!
{% endhint %}

{% hint style="info" %}
**Website:** Check out the official [AGM Website](https://ggg.rpgmakerofficial.com/action-game-maker/en/action-game-maker) for more information!
{% endhint %}

{% hint style="info" %}
**Steam:** Check out the [Action Game Maker Official Steam Page](https://store.steampowered.com/app/2987180/ACTION_GAME_MAKER/) to purchase the software and see updates!
{% endhint %}

### Other Links

Did you know Action Game Maker was built on godot engine? If you want to learn the more advanced inner workings of the engine, check out the Godot Engine documentation! Learning this may help you with making more advanced things in AGM!

{% hint style="info" %}
**Godot Engine:** Visit the [Godot Engine Website](https://godotengine.org/) to learn more about the engine behind AGM and access its documentation!
{% endhint %}

### Disclaimer

This documentation is **NOT OFFICIAL.** It is maintained by the community! It is in no way officially associated with AGM or Kadokawa!

### Credits

This documentation is made possible with contributions and references by:

[Godot Engine](https://docs.godotengine.org/en/stable/), [Lumenrifts](https://github.com/Lumenrifts), [Baz](https://www.youtube.com/@BazSupport), [GGG-Administrator](https://guild.rpgmakerofficial.com/u/ggg-administrator/summary)


---

# 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://action-game-maker-community.gitbook.io/action-game-maker-docs/getting-started/welcome.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.
