# User Configuration

Dynamic Wardrobe includes four config files you can customize to fit your setup. All live in the `UserConfig/` folder and are plain Redscript — no coding experience needed, just follow the examples.

{% hint style="warning" %}
**Back up before updating the mod.** These files are overwritten when you install a new version. Save copies of all files in `UserConfig/` before updating.
{% endhint %}

{% content-ref url="/pages/ancuqofqK6g47ogRzzjq" %}
[Context Map](/dynamic-wardrobe/configuration/context-map.md)
{% endcontent-ref %}

{% content-ref url="/pages/xnOVbAIwejxXQ1aaYxjh" %}
[Vehicle Context Map](/dynamic-wardrobe/configuration/vehicle-context-map.md)
{% endcontent-ref %}

{% content-ref url="/pages/OhbUARZcdrDpeXM7l6j0" %}
[Custom Apartments](/dynamic-wardrobe/configuration/apartments.md)
{% endcontent-ref %}

{% content-ref url="/pages/kpG3qD4GB71DKr6aLOyj" %}
[Custom Places](/dynamic-wardrobe/configuration/places.md)
{% endcontent-ref %}


---

# 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://strahlimeier.gitbook.io/dynamic-wardrobe/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.
