# Districts

The City of Rosewood is divided into residential districts where characters can live. At the moment, there are five districts available, two of them being within the [City Proper](https://medievaldiscord.com/rosewood/3/), and three of them being in the Slums.  When a character is created they are randomly assigned to one of the five available districts. When assigning new characters to districts the bot will prioritize low-population districts in order to maintain a balance between them. Each district can be further divided into individual burhs *(neighborhoods)* that characters are tied to. Once created, a character will automatically be assigned a burh within their district; this is where their residence is. A character's residence is the only place where they can sleep (excluding taverns, inns, and the Far Away Lands), and it is where their personal storage is located.

<table data-header-hidden><thead><tr><th width="279">District Number</th><th width="123">Average Wealth</th><th width="96">Starting Coin</th><th width="123">City Region</th><th>Starting Housing Level</th></tr></thead><tbody><tr><td>District Number</td><td>Average Wealth</td><td>Starting Coin</td><td>City Region</td><td>Starting Housing Level</td></tr><tr><td>I <em>(First)</em> Residential District</td><td><strong>Extremely Wealthy</strong></td><td>100</td><td><em>City Proper</em></td><td>Improved I</td></tr><tr><td>II <em>(Second)</em> Residential District</td><td><strong>Wealthy</strong></td><td>85</td><td><em>City Proper</em></td><td>Base</td></tr><tr><td>III <em>(Third)</em> Residential District</td><td><strong>Well-off</strong></td><td>75</td><td><em>Slums</em></td><td>Base</td></tr><tr><td>IV <em>(Fourth)</em> Residential District</td><td><strong>Poor</strong></td><td>65</td><td><em>Slums</em></td><td>Base</td></tr><tr><td>V <em>(Fifth)</em> Residential District</td><td><strong>Destitute</strong></td><td>50</td><td><em>Slums</em></td><td>Decrepit</td></tr></tbody></table>

{% hint style="info" %}
*Average Wealth refers to the wealth of the NPCs in the district and has nothing to do with your character directly.*
{% endhint %}

{% hint style="danger" %}
You can only upgrade your Housing Level up to **Enhanced II** if you're in districts **III**, **IV,** or **V.**
{% endhint %}

***For more information regarding Districts, and Rosewood in general, check out "***[***An Overview of the City of Rosewood***](https://medievaldiscord.com/rosewood/5/)***".***


---

# 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://docs.medievaldiscord.com/channels/districts.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.
