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

# Vehicles

Route: `/vehicles`
Sidebar group: World
Permission: `vehicles.view`

## What it does

Every vehicle in your database, parked, stored, impounded, active. Filter by state and jump to the owner.

## What you see

* **Vehicle row** with plate, model, owner, state (out / stored / impounded), garage, fuel %, body / engine damage %.
* **Filters**, state, garage, damage threshold.
* **Search**, by plate, model or owner license.

## Common actions

* **Click row** → vehicle detail panel.
* **Open owner** → [Player Profile](/nexora-dashboard/pages/player-profile).

This page is read-only. Vehicle mutations (force store, repair, delete) are not implemented in the dashboard.

## Notes

If you use `jg-advancedgarages`, vehicle state comes from its tables (`in_garage`, `impound`, `garage_id`), not the framework's default `state` column.
