> ## 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.

# Player Profile

Route: `/players/:license`
Sidebar group: Players
Permission: `players.view`

## What it does

Everything about one player. Their characters, money, inventory, vehicles, properties, history, all on one page.

## What you see

* **Header**, name, license, identifiers, Discord avatar if linked.
* **Character tabs**, switch between characters on this account.
* **Money panel**, cash, bank, crypto, dirty money for the selected character.
* **Job / gang**, current job, grade, gang membership.
* **Inventory**, every item, quantity, slot, plus stashes if owned.
* **Vehicles**, owned + stored vehicles, garage location.
* **Properties**, owned/rented properties with addresses.
* **History**, recent admin actions, bans, kicks, notes.

## Common actions

* **Ban / unban**, opens the ban dialog. Requires `bans.create` / `bans.delete`.
* **Watch stream / record**, jumps to the [Online Players](/nexora-dashboard/pages/online-players) flow when the player is connected.

Money / inventory mutations are not implemented in the dashboard; the profile is read-only beyond bans. Every admin action lands on the [Audit Logs](/nexora-dashboard/pages/audit-logs) page.

## Notes

Some panels are framework-specific (e.g. gang info is QBox/QBCore only). Missing data usually means that feature isn't enabled in your framework.
