# GC API Guides

- [About](https://docs.mitschmr-studios.io/gc-api-guides/about.md): About the GC API guides series
- [Configurable Enter Play Mode Compatibility](https://docs.mitschmr-studios.io/gc-api-guides/configurable-enter-play-mode-compatibility.md)
- [Access GC Script Components](https://docs.mitschmr-studios.io/gc-api-guides/access-gc-script-components.md): How to access GC script components from your own scripts using C#
- [Access Player Using HookPlayer](https://docs.mitschmr-studios.io/gc-api-guides/access-player-using-hookplayer.md): How to access the player from your own scripts using C#
- [Inventory Custom Entries](https://docs.mitschmr-studios.io/gc-api-guides/inventory-custom-entries.md): Extend the power of the inventory with adding custom entries to it.
- [Accessing Scriptable Objects](https://docs.mitschmr-studios.io/gc-api-guides/accessing-scriptable-objects.md): Learn how to access Game Creator Scriptable Objects like weapons, ammo and melee weapons.
- [Custom Editor Windows - Part 1](https://docs.mitschmr-studios.io/gc-api-guides/custom-editor-windows-part-1.md): Build your own Unity Editor windows.
- [Custom Editor Windows - Part 2](https://docs.mitschmr-studios.io/gc-api-guides/custom-editor-windows-part-2.md): Build your own Unity Editor windows - Part 2
- [Inventory Context Menu Support](https://docs.mitschmr-studios.io/gc-api-guides/inventory-context-menu-support.md): Right click --> Unequip, right click --> Drop... Wait, I wanted to consume you!
- [Inventory Item Tooltips](https://docs.mitschmr-studios.io/gc-api-guides/inventory-item-tooltips.md): What, this item gives +20% bonus to health?
- [Converting To GC Variables](https://docs.mitschmr-studios.io/gc-api-guides/converting-to-gc-variables.md): How to convert normal C# variables to Game Creator Variables
- [Working With GC Variables](https://docs.mitschmr-studios.io/gc-api-guides/working-with-gc-variables.md): Sorting by A-Z? No problem.


---

# 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.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.
