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

# Config

The `config.lua` for Feron Multicharacter is long — around 1,200 lines on QBCore and 1,400 on ESX — so it's split into four focused subpages.

Each subpage shows the matching section of the file in two tabs (**QBCore** and **ESX**) with inline comments.

## Sections

* [**Branding & UI**](/welcome/scripts/feron-multicharacter/config/branding-ui.md) — top-bar identity, color palette, visibility toggles, loading-screen copy, scene presets
* [**Framework, Slots & Tebex**](/welcome/scripts/feron-multicharacter/config/framework-slots.md) — framework adapter, MySQL driver, notification override, identifier preference, slot limits, /relog, starter items, Tebex premium-slot integration
* [**World, Camera & Scene**](/welcome/scripts/feron-multicharacter/config/world-scene.md) — spawn routing, world coordinates, camera framing, time / weather lock, 3-point lighting + props + ground ring scene rig
* [**Appearance, Validation & Hooks**](/welcome/scripts/feron-multicharacter/config/appearance-misc.md) — appearance script integration, idle animation pool, creation-form validation, nationalities / builds / blood types, locale, lifecycle hooks, delete cascade

## Tips for editing

* The file ships with **comments above almost every key** explaining what it does. Read those first — they're the canonical reference.
* Cosmetic-only changes (branding text, palette colors, UI string overrides) live in **Branding & UI**.
* Functional changes (slot count, premium pricing, spawn flow, framework selection) live in **Framework, Slots & Tebex** and **World, Camera & Scene**.
* Secrets — Discord webhook URLs, etc. — belong in `server_config.lua`, **not** here. That file is loaded after `config.lua` and stays in `escrow_ignore` for the escrowed build.


---

# 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, and the optional `goal` query parameter:

```
GET https://feron-scripts.gitbook.io/welcome/scripts/feron-multicharacter/config.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
