> ## Documentation Index
> Fetch the complete documentation index at: https://docs.heartbreakhotel.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Inventories

Route: `/inventories`
Sidebar group: Players
Permission: `inventories.view`

## What it does

Search all player inventories across your server. Find who has what, useful for tracking dupes, stolen items or rare drops.

## What you see

* **Search bar**, by license, player name, or item name.
* **Inventory list** with item icons, quantities, owners.
* **Category filters**, weapons, drugs, money, misc.
* **Recent events**, last add / remove events with timestamp and player.
* **Stash viewer**, house, glovebox, trunk, custom container contents.

## Common actions

* **Click item** → see every player holding it.
* **Click player** → open their [Player Profile](/nexora-dashboard/pages/player-profile).

This page is read-only. Editing inventory contents from the dashboard is not implemented; do that in-game with your inventory script.

## Notes

Reads from `ox_inventory` if installed, otherwise from the framework's native inventory tables. Custom containers (like the backpack item) are handled too, they appear as separate stashes prefixed with their owner's license.
