# Keys

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

## FiveM Key Mapping

> Uses FiveM’s built-in keybind system. Players can change keys in settings.

***

### Open Tablet

Opens the mechanic tablet.

*Not configured by default. Available via chat command. Set a key in config.lua if needed.*

***

### <mark style="color:$primary;">\[E]</mark> Open Customs

Opens mechanic and public customs.

***

## Default GTA Keybinds

> Uses fixed key presses (e.g. E, G). Cannot be changed by players.

***

### <mark style="color:$primary;">\[LEFT SHIFT]</mark> **NOS**

Activate NOS in a vehicle.

***

### <mark style="color:$primary;">\[G]</mark> **NOS** Purge

Activates the NOS purge effect.

***


---

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