# Quick Setup

{% hint style="info" %}
**Starting fresh?** If you already have Equipment-EX outfits saved from before installing Dynamic Wardrobe, consider deleting them and recreating your outfits following the naming patterns below. Outfits with names that don't match the mod's keywords will be ignored, and names that accidentally collide with location or context keywords can cause unexpected behavior.
{% endhint %}

Open Equipment-EX and save outfits with these names:

* **`home`** — what V wears at the apartment
* **`outdoor`** — V's default look everywhere else
* **`nude`** — applied when the game undresses V (shower, romance scenes)
* **`combat`** — gear for fights and hostile areas
* **`ripper`** — what V wears at the ripperdoc (requires [Immersive Rippers](https://www.nexusmods.com/cyberpunk2077/mods/7064))

That's it! Walk into your apartment and the mod takes over.

{% hint style="info" %}
**Avoid redundant names.** Each keyword serves a specific purpose in the mod's matching system — combining keywords that already overlap (like putting `outdoor` together with another keyword) won't work as expected. Check the [Advanced Setup](/dynamic-wardrobe/advanced.md) guide to understand how keywords interact before getting creative with outfit names.
{% endhint %}

Multiple outfits with the same keyword? The mod picks one at random — so **`home cozy`**, **`home towel`**, and **`home lazy`** give V a different look each time.

{% hint style="info" %}
**Tip** — There's a **Shower Deferral** option in **Settings → Mod Settings → Dynamic Wardrobe**. When enabled, the home outfit won't apply until after V showers instead of immediately on entry. See [Basics](/dynamic-wardrobe/examples/basics.md) for a side-by-side comparison.
{% endhint %}

Don't worry about learning everything at once — get a feel for the basics first, then explore further when you're ready.

{% content-ref url="/pages/4KpCnKtWy4icodzJnJei" %}
[Advanced Setup](/dynamic-wardrobe/advanced.md)
{% endcontent-ref %}

{% content-ref url="/pages/KhQQwjjjnNyavfb5AW6z" %}
[Examples](/dynamic-wardrobe/examples.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/quickstart.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.
