> For the complete documentation index, see [llms.txt](https://docs.devhub.gg/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devhub.gg/id-card-and-license/configuration.md).

# Configuration

The License System splits its configuration across several files in the `configs/` folder. Each file is documented on its own page:

* [**sh.main.lua**](/id-card-and-license/configuration/sh.main.lua.md) — shared gameplay settings: pickup NPC, usage triggers, item shops, hideout, fake ID stations and mission, laptop integration.
* [**s.main.lua**](/id-card-and-license/configuration/s.main.lua.md) — server-only settings: Discord logging webhook, avatar photo hosting settings, and the license data fields.
* [**sh.lang.lua**](/id-card-and-license/configuration/sh.lang.lua.md) — all translatable text (notifications, NPC dialog, UI labels).

{% hint style="info" %}
The `configs/` files are escrow-ignored (`escrow_ignore` in `fxmanifest.lua`), so you can freely edit them. The open-function hook files `c.functions.lua` and `s.functions.lua`, plus all client and server exports, are documented separately under [Exports & Events](/id-card-and-license/exports-and-events.md).
{% endhint %}


---

# 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://docs.devhub.gg/id-card-and-license/configuration.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.
