> ## Documentation Index
> Fetch the complete documentation index at: https://docs.nonefivem.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Configuration

## Options

***

<Info>You can find config file in `no-lapdance/config/sh_config.lua`</Info>

| 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/) |
