> For the complete documentation index, see [llms.txt](https://cozy-1.gitbook.io/dev-example2/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cozy-1.gitbook.io/dev-example2/currency/creating-a-shop/supported-item-actions.md).

# Supported Item Actions

You can trigger specific behaviours when a player clicks an item by setting the action field in your YAML configuration.

| Action                | Description                                                     |
| --------------------- | --------------------------------------------------------------- |
| `[BACK]`              | Returns the player to the previous menu or the Main Menu.       |
| `[CLOSE]` or `[EXIT]` | Closes the inventory GUI entirely.                              |
| `[MENU]`              | Opens a specific shop category file.                            |
| `DAILY_GOLD`          | Claims the daily reward if available.                           |
| `DAILY_GOLD_CLAIMED`  | Displays a cooldown message if the daily reward is unavailable. |
| `YOUR_LOGS`           | Opens the player's transaction history logs.                    |
