# Conditions

- [Bag Is Empty](https://docs.fullscreen.no/info/game-creator-2-assets/inventory-extended/conditions/bag-is-empty.md)
- [Can Add Runtime Item Amount](https://docs.fullscreen.no/info/game-creator-2-assets/inventory-extended/conditions/can-add-runtime-item-amount.md)
- [Can Craft Grid Recipe](https://docs.fullscreen.no/info/game-creator-2-assets/inventory-extended/conditions/can-craft-grid-recipe.md)
- [Can Dismantle Runtime Item](https://docs.fullscreen.no/info/game-creator-2-assets/inventory-extended/conditions/can-dismantle-runtime-item.md)
- [Can Smelt Runtime Item](https://docs.fullscreen.no/info/game-creator-2-assets/inventory-extended/conditions/can-smelt-runtime-item.md)
- [Check If Cell Is Empty](https://docs.fullscreen.no/info/game-creator-2-assets/inventory-extended/conditions/check-if-cell-is-empty.md)
- [Check If Runtime Item Stackable in Bag](https://docs.fullscreen.no/info/game-creator-2-assets/inventory-extended/conditions/check-if-runtime-item-stackable-in-bag.md)
- [Check if Bag has Stackable Space](https://docs.fullscreen.no/info/game-creator-2-assets/inventory-extended/conditions/check-if-bag-has-stackable-space.md)
- [Compare Sprites](https://docs.fullscreen.no/info/game-creator-2-assets/inventory-extended/conditions/compare-sprites.md)
- [Grid Recipe Fits In Bag](https://docs.fullscreen.no/info/game-creator-2-assets/inventory-extended/conditions/grid-recipe-fits-in-bag.md)
- [Is Inside Trigger](https://docs.fullscreen.no/info/game-creator-2-assets/inventory-extended/conditions/is-inside-trigger.md)
- [Is Runtime Item Allowed By Filter](https://docs.fullscreen.no/info/game-creator-2-assets/inventory-extended/conditions/is-runtime-item-allowed-by-filter.md)
- [Runtime Item Has Prefab](https://docs.fullscreen.no/info/game-creator-2-assets/inventory-extended/conditions/runtime-item-has-prefab.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/conditions.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.
