> For the complete documentation index, see [llms.txt](https://documentation.rcore.cz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.rcore.cz/paid-resources/rcore_dealership/features/commands-and-permissions.md).

# Commands and Permissions

`rcore_dealership` uses a few chat commands plus a per-grade permission system for business dealerships.

## ⌨️ Commands

Command names are set in `Config.Commands` (see the [Config](/paid-resources/rcore_dealership/configuration/config.md) page).

| Command                                | Who            | Description                                            |
| -------------------------------------- | -------------- | ------------------------------------------------------ |
| `/dealershipadmin`                     | Admins         | Opens the admin tablet to create and edit dealerships. |
| `/mydealership`                        | Any player     | Opens the customer tablet (orders and finances).       |
| `/dealership_npc_order <dealershipId>` | Admins         | Forces a new NPC order for a business dealership.      |
| `dealership_seed_vehicles [confirm]`   | Server console | Seeds the vehicle catalog into the database.           |

## 🛡️ Admin Access

`/dealershipadmin` and `/dealership_npc_order` require framework admin status. Admin groups are set in `Config.FrameworkAdminGroups` - see [Framework integration](https://github.com/rcore-cz/rcore_docs/blob/master/paid-resources/rcore_dealership/integrations/framework.md).

## 🔐 Business Permissions

Player-owned dealerships use a permission system tied to your framework job grades. Each grade can be granted individual permissions in the business tablet.

| Permission             | Allows                                |
| ---------------------- | ------------------------------------- |
| `ACCESS_TABLET`        | Open the business tablet.             |
| `WITHDRAW` / `DEPOSIT` | Move money in the dealership account. |
| `MANAGE_EMPLOYEES`     | Hire, fire, and set grades.           |
| `MANAGE_PERMISSIONS`   | Change per-grade permissions.         |
| `MANAGE_UPGRADES`      | Buy dealership upgrades.              |
| `PRESTOCK`             | Order new stock.                      |
| `DELIVER_ORDER`        | Run order delivery missions.          |
| `TEST_DRIVE`           | Start employee test drives.           |
| `EXHIBIT_VEHICLE`      | Place exhibition vehicles.            |
| `REPO_MISSION`         | Run repossession missions.            |
| `VIEW_AUDIT_LOG`       | View the audit log.                   |

{% hint style="info" %}
The top "boss" grade always holds every permission. Changing permissions requires `MANAGE_PERMISSIONS`.
{% endhint %}
