# Instructions

- [Add Bag Dismantle Outputs](https://docs.fullscreen.no/info/game-creator-2-assets/inventory-extended/instructions/add-bag-dismantle-outputs.md)
- [Add Bag Smelt Outputs](https://docs.fullscreen.no/info/game-creator-2-assets/inventory-extended/instructions/add-bag-smelt-outputs.md)
- [Add Dismantle State Outputs](https://docs.fullscreen.no/info/game-creator-2-assets/inventory-extended/instructions/add-dismantle-state-outputs.md)
- [Add Grid Recipe Outputs](https://docs.fullscreen.no/info/game-creator-2-assets/inventory-extended/instructions/add-grid-recipe-outputs.md)
- [Add List Recipe Inputs](https://docs.fullscreen.no/info/game-creator-2-assets/inventory-extended/instructions/add-list-recipe-inputs.md)
- [Add List Recipe Outputs](https://docs.fullscreen.no/info/game-creator-2-assets/inventory-extended/instructions/add-list-recipe-outputs.md)
- [Add Smelt State Outputs](https://docs.fullscreen.no/info/game-creator-2-assets/inventory-extended/instructions/add-smelt-state-outputs.md)
- [Change Image Fill Amount for Durability](https://docs.fullscreen.no/info/game-creator-2-assets/inventory-extended/instructions/change-image-fill-amount-for-durability.md)
- [Clear Bag](https://docs.fullscreen.no/info/game-creator-2-assets/inventory-extended/instructions/clear-bag.md)
- [Clone Runtime Item](https://docs.fullscreen.no/info/game-creator-2-assets/inventory-extended/instructions/clone-runtime-item.md)
- [Craft Grid Recipe](https://docs.fullscreen.no/info/game-creator-2-assets/inventory-extended/instructions/craft-grid-recipe.md)
- [Craft List Recipe](https://docs.fullscreen.no/info/game-creator-2-assets/inventory-extended/instructions/craft-list-recipe.md)
- [Dismantle Item](https://docs.fullscreen.no/info/game-creator-2-assets/inventory-extended/instructions/dismantle-item.md)
- [Drop Runtime Item Enchanted](https://docs.fullscreen.no/info/game-creator-2-assets/inventory-extended/instructions/drop-runtime-item-enchanted.md)
- [Fill Crafting Grid from Recipe](https://docs.fullscreen.no/info/game-creator-2-assets/inventory-extended/instructions/fill-crafting-grid-from-recipe.md)
- [Insert Runtime Item Amount From Cell To Bag](https://docs.fullscreen.no/info/game-creator-2-assets/inventory-extended/instructions/insert-runtime-item-amount-from-cell-to-bag.md)
- [Modify Character Interaction Range](https://docs.fullscreen.no/info/game-creator-2-assets/inventory-extended/instructions/modify-character-interaction-range.md)
- [Move List Recipe Inputs To Bag](https://docs.fullscreen.no/info/game-creator-2-assets/inventory-extended/instructions/move-list-recipe-inputs-to-bag.md)
- [Move Runtime Item Amount to Grid Position](https://docs.fullscreen.no/info/game-creator-2-assets/inventory-extended/instructions/move-runtime-item-amount-to-grid-position.md)
- [Preview Bag](https://docs.fullscreen.no/info/game-creator-2-assets/inventory-extended/instructions/preview-bag.md)
- [Preview Crafting Grid Output](https://docs.fullscreen.no/info/game-creator-2-assets/inventory-extended/instructions/preview-crafting-grid-output.md)
- [Refresh Hotspot Floating Text](https://docs.fullscreen.no/info/game-creator-2-assets/inventory-extended/instructions/refresh-hotspot-floating-text.md)
- [Refresh Tooltip From Runtime Item](https://docs.fullscreen.no/info/game-creator-2-assets/inventory-extended/instructions/refresh-tooltip-from-runtime-item.md)
- [Select Item UI](https://docs.fullscreen.no/info/game-creator-2-assets/inventory-extended/instructions/select-item-ui.md)
- [Set Bag Grid UI](https://docs.fullscreen.no/info/game-creator-2-assets/inventory-extended/instructions/set-bag-grid-ui.md)
- [Set List Recipe](https://docs.fullscreen.no/info/game-creator-2-assets/inventory-extended/instructions/set-list-recipe.md)
- [Smelt Item](https://docs.fullscreen.no/info/game-creator-2-assets/inventory-extended/instructions/smelt-item.md)
- [Sort Grid Bag](https://docs.fullscreen.no/info/game-creator-2-assets/inventory-extended/instructions/sort-grid-bag.md)
- [Use Runtime Item](https://docs.fullscreen.no/info/game-creator-2-assets/inventory-extended/instructions/use-runtime-item.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.fullscreen.no/info/game-creator-2-assets/inventory-extended/instructions.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.
