# Configuration

## Options

***

{% hint style="info" %}
You can find config file in `no-lapdance/config/sh_config.lua`
{% endhint %}

| Option                  | type                                                                                                   | Description                                                                                  |
| ----------------------- | ------------------------------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------------- |
| command                 | string \| undefined                                                                                    | Command for players to create lapdance scene.                                                |
| scene\_render\_distance | number                                                                                                 | Distance between player and dancer to create the scene.                                      |
| dance\_price            | number                                                                                                 | The default dance price.                                                                     |
| enable\_zones\_for\_all | boolean                                                                                                | Creates interaction zone for chairs even if they have target option.                         |
| icons                   | \[key: string]: string;                                                                                | [Icons](https://fontawesome.com/v6/search?m=free)                                            |
| keybinds                | {dancer: \[key: string]: string; male: \[key: string]: string; scene\_creator: \[key: string]: string} | [Keybinds](https://docs.fivem.net/docs/game-references/input-mapper-parameter-ids/keyboard/) |
