# Commands

<table data-full-width="false"><thead><tr><th width="175">Command</th><th width="272">Restrictions</th><th>Description</th></tr></thead><tbody><tr><td><strong>_generatessn</strong></td><td>Only server console</td><td>Automatically generate SSNs for all existing players in the database.</td></tr><tr><td><strong>_generatevin</strong></td><td>Only server console</td><td>Automatically generate VIN numbers for all existing vehicles in the database.</td></tr><tr><td><strong>/clerk</strong></td><td><p><code>Config.ClerkMenu.enabled</code></p><p><code>Config.ClerkMenu.command</code></p></td><td>Launching the clerk menu.</td></tr><tr><td><strong>/billings</strong></td><td><code>Config.CompanyBillings.command</code></td><td>Launching the job billings list menu.</td></tr><tr><td><strong>/sellvehicle</strong></td><td><p><code>Config.VehicleSaleAgreement.Use</code></p><p><code>Config.VehicleSaleAgreement.CommandName</code></p></td><td>Sale of a vehicle using Sale Agreement</td></tr><tr><td><strong>/vininfo</strong></td><td><code>Config.InfoVIN.enabled</code></td><td>Menu to check vehicle information using VIN number</td></tr><tr><td><strong>/checkvin</strong></td><td><p><code>Config.CheckVIN.enabled</code></p><p><code>Config.CheckVIN.command</code></p></td><td>Check the VIN number, it will be visible on the windshield or as a notification.</td></tr><tr><td><strong>/hidevin</strong></td><td><code>Config.HideVIN.enabled</code></td><td>Covering the VIN number, other players will not be able to check it until it is discovered.</td></tr><tr><td><strong>/checkinsurance</strong></td><td><code>Config.CheckHealthInsurance.enabled</code></td><td>A menu that verifies a citizen's health insurance through the SSN number.</td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.vames-store.com/assets/vms_cityhall/developer-api/commands.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
