# Game Creator

- [Game Creator](https://docs.gamecreator.one/game-creator/game-creator.md): We <3 GameDev
- [Actions](https://docs.gamecreator.one/game-creator/game-creator/actions.md): Do this. Do this. Do this. Complete!
- [Conditions](https://docs.gamecreator.one/game-creator/game-creator/conditions.md): If A - Then B - Else C
- [Triggers](https://docs.gamecreator.one/game-creator/game-creator/triggers.md)
- [Hotspots](https://docs.gamecreator.one/game-creator/game-creator/hotspots.md): What... is... that?
- [Characters](https://docs.gamecreator.one/game-creator/game-creator/characters.md): Hello, my name is...
- [Player](https://docs.gamecreator.one/game-creator/game-creator/characters/player.md): I am Iron Man!
- [Markers](https://docs.gamecreator.one/game-creator/game-creator/characters/markers.md)
- [Gestures](https://docs.gamecreator.one/game-creator/game-creator/characters/gestures.md): \*Places his finger next to his frown\* - Sir! Welcome to this page, Sir!
- [States](https://docs.gamecreator.one/game-creator/game-creator/characters/states.md): May Day! May Day! May Day! Steve is injured! I request immediate backup! Now!
- [Advanced](https://docs.gamecreator.one/game-creator/game-creator/characters/advanced.md)
- [IK in custom Animations](https://docs.gamecreator.one/game-creator/game-creator/characters/advanced/ik-in-custom-animations.md)
- [Camera](https://docs.gamecreator.one/game-creator/game-creator/camera.md)
- [Camera Motors](https://docs.gamecreator.one/game-creator/game-creator/camera/camera-motors.md)
- [Variables](https://docs.gamecreator.one/game-creator/game-creator/variables.md): The Numbers Within
- [Global Variables](https://docs.gamecreator.one/game-creator/game-creator/variables/global-variables.md): Application wide
- [Local Variables](https://docs.gamecreator.one/game-creator/game-creator/variables/local-variables.md): Store your progress per scene
- [List Variables](https://docs.gamecreator.one/game-creator/game-creator/variables/list-variables.md): \[0]\[1]\[2]\[3]
- [Systems](https://docs.gamecreator.one/game-creator/systems.md)
- [Localization](https://docs.gamecreator.one/game-creator/systems/localization.md)
- [Event System](https://docs.gamecreator.one/game-creator/systems/event-system.md): Dispatch "MyEvent" - Receive "MyEvent"
- [Timeline](https://docs.gamecreator.one/game-creator/systems/timeline.md)
- [UI](https://docs.gamecreator.one/game-creator/systems/ui.md): Buttons, Sliders and more!
- [Module Manager](https://docs.gamecreator.one/game-creator/systems/module-manager.md)
- [Game Creator Toolbar](https://docs.gamecreator.one/game-creator/systems/game-creator-toolbar.md)
- [Pool System](https://docs.gamecreator.one/game-creator/systems/pool-system.md): Ra-ta-ta-ta-ta-ta-ta your way without any performance impact
- [Game Creator API](https://docs.gamecreator.one/game-creator/systems/game-creator-api.md)
- [Custom Actions](https://docs.gamecreator.one/game-creator/systems/game-creator-api/custom-actions.md)
- [Custom Conditions](https://docs.gamecreator.one/game-creator/systems/game-creator-api/custom-conditions.md)
- [Custom Triggers](https://docs.gamecreator.one/game-creator/systems/game-creator-api/custom-triggers.md)
- [Custom Hooks](https://docs.gamecreator.one/game-creator/systems/game-creator-api/custom-hooks.md)
- [Custom Save & Load](https://docs.gamecreator.one/game-creator/systems/game-creator-api/custom-save-and-load.md)
- [Variables Access](https://docs.gamecreator.one/game-creator/systems/game-creator-api/variables-access.md)
- [Custom Module](https://docs.gamecreator.one/game-creator/systems/game-creator-api/custom-module.md)


---

# 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/game-creator.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.
