# Config

### Configuration

The configuration file is located at `config/client.lua`.

#### General Settings

* **PrimaryColor**: Sets the accent color for the UI (Hex code).
* **EnableCommand**: Toggle the `/vehiclemenu` command (true/false).
* **Keybind**: Default key to open the menu (default: "K"). Set to `false` to disable.

#### Advanced

You can customize the buttons for **Doors** and **Seats** in the `config/client.lua` file.

* **label**: Text displayed on the button.(
* **bone**: The vehicle bone to attach the 3D button to.
* **icon**: Iconify icon name (e.g., `mdi:car-door`). <https://iconify.design/>
* **onClick**: The function to execute when the button is clicked.
