> For the complete documentation index, see [llms.txt](https://stg-store.gitbook.io/documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://stg-store.gitbook.io/documentation/scripts/chess/configuration.md).

# Configuration

***

#### **General Settings**

| **Parameter**                                         | **Description**                                            | **Example Value**  |
| ----------------------------------------------------- | ---------------------------------------------------------- | ------------------ |
| <mark style="color:green;">`Config.Framework`</mark>  | Determines which framework to use: `auto`, `esx`, or `qb`. | `"auto"`           |
| <mark style="color:green;">`Config.Language`</mark>   | Sets the language for in-game messages.                    | `"en"`             |
| <mark style="color:green;">`Config.chessModel`</mark> | The prop model used for the chessboard.                    | `"qua_chessboard"` |
| <mark style="color:green;">`Config.item`</mark>       | The item required to place a chess table.                  | `"chess_table"`    |
| <mark style="color:green;">`Config.NotifyBeep`</mark> | Enables or disables the notification beep sound.           | `true`             |
