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

# Commands

> Every staff and admin command, and where to rename them.

Command names are configurable — `config/commands.lua` for the admin
commands, `config/impound.lua` for the impound command,
`config/private-garages.lua` and `config/custom-garages.lua` for their
respective panels, and `config/features.lua` for the audit log.

| Default                                  | Who                                           | What                                                                    |
| ---------------------------------------- | --------------------------------------------- | ----------------------------------------------------------------------- |
| `/impound`                               | Police jobs (per-lot `job` field)             | Impound the nearest vehicle — lot, reason, fee, hold timer              |
| `/garagesadmin`                          | ACE groups in `CustomGarages.allowedGroups`   | [In-game garage editor](/nex_garages/garage-editor)                     |
| `/privategarages`                        | Admins + `PrivateGarages.jobRestriction` jobs | [Private garage management](/nex_garages/private-garages)               |
| `/garagelog`                             | Admins                                        | View the audit log (recent garage actions with actor, plate and detail) |
| `/aplate`                                | Admins                                        | Change the plate of the current vehicle (updates the database and keys) |
| `/returnvehicle`                         | Admins                                        | Force a vehicle back into its garage (e.g. after a crash or exploit)    |
| `/dbdv`                                  | Admins                                        | Delete the closest vehicle from the database                            |
| `/setjobvehicle` / `/deletejobvehicle`   | Admins                                        | Convert the current vehicle to/from a job vehicle                       |
| `/addgangvehicle` / `/deletegangvehicle` | Admins                                        | Convert the current vehicle to/from a gang vehicle                      |

<Info>
  Admin checks use ACE permissions. If a command says you lack access, grant
  your group the relevant ACE (e.g. `add_ace group.admin admin allow`) or add
  your job to the command's `jobRestriction` where supported.
</Info>
