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

# Private garages

> Player-owned garages managed in-game with /privategarages.

Private garages are personal garages tied to specific players — ideal for
house garages, VIP perks or realtor gameplay.

## Access

Configured in `config/private-garages.lua`:

```lua theme={null}
command = "privategarages",
jobRestriction = { "realestate" }, -- jobs allowed to use the command (admins always can)
interiors = true,
hideBlips = false,
```

Admins always have access; add jobs to `jobRestriction` to let e.g. real
estate agents manage private garages as part of their job.

## Managing garages

`/privategarages` opens a management panel:

* **Create** — name the garage, pick a vehicle type (car / air / sea), set
  the interaction distance, and grab your current position as the location
* **Owners** — assign one or more players; only owners see and can use the
  garage
* **Edit / delete** — change any field later or remove the garage

Everything is stored in the database and applies immediately — no restart.

## How players use them

For owners, a private garage behaves exactly like a public one: store,
retrieve, repair, share and transfer vehicles with the same UI. If interiors
are enabled, owners can walk inside too.

Set the `nex_garages_webhook_private_garages` convar to log private garage
management to Discord.
