> For the complete documentation index, see [llms.txt](https://epistle.rlib.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://epistle.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.

## ❱ Location

**`lua\modules\epistle\cfg\*`**

## ❱ Files

| File              | Description                                             |
| ----------------- | ------------------------------------------------------- |
| sh\_cfg           | General settings                                        |
| sh\_cfg\_activity | Adjust user activity statuses (online, away)            |
| sh\_cfg\_bg       | Static & live backgrounds                               |
| sh\_cfg\_binds    | Key binds for activation                                |
| sh\_cfg\_dev      | Developer only settings                                 |
| sh\_cfg\_nav      | Navigation menu (steam workshop, rules, etc)            |
| sh\_cfg\_rules    | Rules that display in rules interface                   |
| sh\_cfg\_servers  | Server listing for server connection interface          |
| sh\_cfg\_staff    | Define groups considered staff for 'staff players' list |
| sh\_cfg\_ticker   | News ticker that displays on top of F4 menu             |


---

# 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://epistle.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.
