# Configuration

```lua
// This is how the config file could look like
Config = {}

Config.Language = "en" -- change this to fit your language but make sure that the locales file exists in the /locales/ folder.

Config.DisableRadar = true -- disables the radar during creation
Config.EnableFade = true -- enables the fade effect at the beginning and the end of the creation
Config.useSkinchanger = true -- enables / disables skinchanger integration. If enabled, the callback from "OpenCreator" will return a skinchanger skin object.
```


---

# Agent Instructions: 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://nvx-development.gitbook.io/nvx-character-creator/getting-started/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.
