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

# Settings

Settings files contain a wide variety of values that can be changed and deal with how the overall addon will look and perform. These files are typically where you will turn certain addon features on/off, change feature settings, modify the colors for any user-interface provided, etc.

### <mark style="color:red;">◾ Location</mark>

&#x20;      **`lua\modules\identix\cfg\*`**

### <mark style="color:red;">◾</mark> <mark style="color:red;">Files</mark>

Please review the below files, which all contain various settings:

|                                                     |                                  |
| --------------------------------------------------- | -------------------------------- |
| <mark style="color:red;">cl\_cfg\_themes</mark>     | Themes                           |
| <mark style="color:red;">sh\_cfg\_binds</mark>      | Key bindings                     |
| <mark style="color:red;">sh\_cfg\_chat</mark>       | Chat override                    |
| <mark style="color:red;">sh\_cfg\_dev</mark>        | Developer settings               |
| <mark style="color:red;">sh\_cfg\_ents</mark>       | Entity / NPC management          |
| <mark style="color:red;">sh\_cfg\_filters</mark>    | Name filtering                   |
| <mark style="color:red;">sh\_cfg\_general</mark>    | General Settings                 |
| <mark style="color:red;">sh\_cfg\_initialize</mark> | Initialization / system settings |
| <mark style="color:red;">sh\_cfg\_names</mark>      | Settings for name management     |
| <mark style="color:red;">sh\_cfg\_profiles</mark>   | Profile Setting                  |
| <mark style="color:red;">sh\_cfg\_tickets</mark>    | Profile Settings                 |

###

### <mark style="color:red;">◾</mark> <mark style="color:red;">Additional Settings</mark>

|                                                                     |                                |
| ------------------------------------------------------------------- | ------------------------------ |
| [**Database**](/configuration/database.md)                          | How to setup database settings |
| [**Non-RP Gamemodes**](/configuration/settings/non-rp-gamemodes.md) | Settings for Non-RP servers.   |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://identix.rlib.io/configuration/settings.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.
