# Keys

{% 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**

* You can modify or disable these keys in the [Keys and Commands](https://i.imgur.com/bTvuXLZ.png) section of the `[configs/config.lua]`.&#x20;
* Ensure you understand how [Key Mapping](https://docs.codesign.pro/coding-information/register-key-mapping) works.
  {% endhint %}

***

### **E - Outside Garage**

Open the outside quick garage.

***

### **E -** Hotwire

Hotwire a vehicle.

***

### **G - Store vehicle**

Store your vehicle.

***

### **H - Inside Garage**

Enter the inside garage.

***

### **M - Vehicle Lock**

Toggle vehicle lock.

***


---

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