# Context Map

The Context Map controls which locations belong to which region keywords. Edit `UserConfig/ContextMap.reds` to remap areas or create entirely new keywords.

## Default Keywords

| Keyword    | Where It Applies                                                                                          |
| ---------- | --------------------------------------------------------------------------------------------------------- |
| **corpo**  | Corpo Plaza, City Center, Downtown, North Oaks, Charter Hill, Arasaka Waterfront, Japantown               |
| **street** | Glen, Wellsprings, Arroyo, Little China, Kabuki, Northside, Rancho Coronado, Vista Del Rey                |
| **wild**   | Badlands, South Badlands, North Badlands, Pacifica, Coastview, West Wind Estate, Dogtown                  |
| **club**   | Afterlife, Riot Club, Lizzie's Bar, Dark Matter, Totentaz, Embers, El Coyote Cojo, Heavy Hearts, Red Dirt |

These keywords are what you use in outfit names — `corpo casual`, `street tough`, `club fancy`, etc. See [Advanced Setup](/dynamic-wardrobe/advanced.md) for how they work in practice.

## Quick Customization

To move a location to a different region, open `UserConfig/ContextMap.reds` and move the corresponding line from one section to another. To add a new location to an existing region, add a new line following the same pattern:

```swift
|| Equals(word, "yourlocation")
```

Press **F10** in-game to see your current location name, then use the lowercase version of the location word.

For creating entirely new keywords, see the [Configuration Guide](/dynamic-wardrobe/configuration/context-map/context-map-guide.md).


---

# 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/context-map.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.
