# Inventory

- [Inventory](https://docs.gamecreator.one/inventory/inventory.md)
- [Inventory Window](https://docs.gamecreator.one/inventory/inventory/inventory-window.md)
- [Catalogue](https://docs.gamecreator.one/inventory/inventory/inventory-window/catalogue.md): An owl's wing, ... blood from a dead rat, and...! And... a troll's eye!
- [Recipes](https://docs.gamecreator.one/inventory/inventory/inventory-window/recipes.md)
- [Types](https://docs.gamecreator.one/inventory/inventory/inventory-window/types.md): Swords, Shields and Axes
- [Settings](https://docs.gamecreator.one/inventory/inventory/inventory-window/settings.md)
- [Merchants](https://docs.gamecreator.one/inventory/inventory/merchants.md): Khajiit has wares.... if you have the coin...
- [Containers](https://docs.gamecreator.one/inventory/inventory/containers.md): Chests, Desks and other places to lose your belongings
- [Loot Tables](https://docs.gamecreator.one/inventory/inventory/loot-tables.md): Slime dropped 5 coins and 1 Rusted Sword
- [Equip Items](https://docs.gamecreator.one/inventory/inventory/equip-items.md): A Magic Ring that offers +10 of Defense...? Sure, sure... Please, tell me more...
- [Actions](https://docs.gamecreator.one/inventory/inventory/actions.md)
- [Conditions](https://docs.gamecreator.one/inventory/inventory/conditions.md)
- [Custom Inventory UI](https://docs.gamecreator.one/inventory/inventory/custom-inventory-ui.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/inventory.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.
