> For the complete documentation index, see [llms.txt](https://docs.codesign.pro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.codesign.pro/paid-scripts/garage/developer-api/chat-commands.md).

# Chat Commands

{% content-ref url="/pages/Bapz9eW1Vxyw93RKBs47" %}
[Chat Commands](/paid-scripts/garage/developer-api/chat-commands.md)
{% endcontent-ref %}

{% content-ref url="/pages/SRD6x0OIbObKJAqG2TUv" %}
[Events](/paid-scripts/garage/developer-api/events.md)
{% endcontent-ref %}

{% content-ref url="/pages/GnJ9vb2iXbN34tJRRPjd" %}
[Exports](/paid-scripts/garage/developer-api/exports.md)
{% endcontent-ref %}

{% content-ref url="/pages/GviHE3d65AIz0xNMr71i" %}
[Keys](/paid-scripts/garage/developer-api/keys.md)
{% endcontent-ref %}

{% content-ref url="/pages/B2ugme35GmT34Z2ukTZz" %}
[Items](/paid-scripts/garage/developer-api/items.md)
{% endcontent-ref %}

***

{% hint style="info" %}

#### **Note**

These chat commands can be renamed or disabled in the **`Keys and Commands`** section of the `[configs/config.lua]`.
{% endhint %}

***

## **Player Commands**

### **/checkmiles**

Check the mileage of the vehicle you are in.

```bash
/checkmiles
```

***

### **/garagespace**

Players with defined jobs can sell garage slots to other players.

```bash
/garagespace [serverid]
```

***

### **/garagespacecheck**

Check how many garage spaces you have.

```bash
/garagespacecheck
```

***

### **/givekey**

Give temporary keys (keys delete after server restart) to the closest player for the closest vehicle.

```bash
/givekey [serverid]
```

***

### **/keys**

Open the UI to manage keys.

```bash
/keys
```

***

### **/impound**

Impound system to impound a vehicle.

```bash
/impound
```

***

### **/lockpick**

Start lockpicking the closest vehicle.

```bash
/lockpick
```

***

### **/privategarage**

Players with defined jobs can create and sell private garages to players.

```bash
/privategarage [serverid]
```

***

### **/removefakeplate**

Remove a fake plate from the closest vehicle.

```bash
/removefakeplate
```

***

### **/removekey**

Open the keys UI to remove keys you have given out to other players.

```bash
/removekey
```

***

### **/transfervehicle**

Transfer system to transfer a vehicle to another player.

```bash
/transfervehicle [serverid]
```

***

### **/vehlock**

Toggle vehicle lock.

```bash
/vehlock
```

***

##

## **Staff Commands**

### **/vehicle-add**

(Staff only) Add the vehicle you are currently sat inside to a player's garage.

```bash
/vehicle-add [serverid]
```

***

### **/vehicle-delete**

(Staff only) Delete the vehicle you are currently sat inside from the database.

```bash
/vehicle-delete
```

***

### **/vehicle-keys**

(Staff only) Give yourself keys to the vehicle you are currently sat inside.

```bash
/vehicle-keys
```

***

### **/vehicle-plate**

(Staff only) Change the plate of the vehicle you are currently sat inside.

```bash
/vehicle-plate [newPlate]
```


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.codesign.pro/paid-scripts/garage/developer-api/chat-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.
