# Game Creator API

![](/files/-LB0OS6PzHBm5ndfVvo6)

If you are a programmer you can extend the **Game Creator** functionality to fit your needs. This guide will cover the extendable components and how to use the **built-in tools** that fasten the development.

{% content-ref url="/pages/-LB0RgnU87kFNafRlaj3" %}
[Custom Actions](/game-creator/systems/game-creator-api/custom-actions.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LB0U2JuXZD2HcQfQ8Nb" %}
[Custom Conditions](/game-creator/systems/game-creator-api/custom-conditions.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LDv5EqzkyPzRwRffr4f" %}
[Custom Triggers](/game-creator/systems/game-creator-api/custom-triggers.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LB2E47FoY7yD4KQrIxm" %}
[Custom Hooks](/game-creator/systems/game-creator-api/custom-hooks.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LDqxsUnFYUDie614zyn" %}
[Custom Save & Load](/game-creator/systems/game-creator-api/custom-save-and-load.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LB5BSL7WsziIlv5uo9\_" %}
[Variables Access](/game-creator/systems/game-creator-api/variables-access.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LCFGtss3PPRLsakApJC" %}
[Custom Module](/game-creator/systems/game-creator-api/custom-module.md)
{% 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.gamecreator.one/game-creator/systems/game-creator-api.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.
