# About

{% hint style="danger" %}
The documentation has moved to: <https://mitschmr-studios.io/documentation/>

This version will no longer be updated and maintained.&#x20;
{% endhint %}

I have the luck to have become quite familiar with Game Creator and its API. That’s why I want to share my knowledge with you. In these guides, you will learn how to access GC script components, hooks and weapons, extend the inventory with custom properties, integrate third party API into Actions and more. I not only cover how to do it, but many things around like which datatype to use or why this works like it does.&#x20;

* [Configurable Enter Play Mode Compatibility](/gc-api-guides/configurable-enter-play-mode-compatibility.md)
* [Access GC Script Components](/gc-api-guides/access-gc-script-components.md)
* [Access Player Using HookPlayer](/gc-api-guides/access-player-using-hookplayer.md)
* [Inventory Custom Entries](/gc-api-guides/inventory-custom-entries.md)
* [Accessing Scriptable Objects](/gc-api-guides/accessing-scriptable-objects.md)
* [Custom Editor Windows  - Part 1](/gc-api-guides/custom-editor-windows-part-1.md)
* [Custom Editor Windows - Part 2](/gc-api-guides/custom-editor-windows-part-2.md)
* [Inventory Context Menu Support](/gc-api-guides/inventory-context-menu-support.md)
* [Inventory Item Tooltips](/gc-api-guides/inventory-item-tooltips.md)
* [Converting To GC Variables](/gc-api-guides/converting-to-gc-variables.md)
* [Working With GC Variables](/gc-api-guides/working-with-gc-variables.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.mitschmr-studios.io/gc-api-guides/about.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.
