# Sleeping

```
r!sleep | r!awaken
```

Upon creating a Character, they will be randomly assigned to [one of the five available districts within Rosewood](https://medievaldiscord.com/rosewood/5/) *(ranging from I to V)*. Within that district, they will also be given a [residential channel](#user-content-fn-1)[^1] *(burh).* In there, they will have the option of using the `sleep` command.

When `sleep` is used in your residential area, or alternatively, in another channel that has sleep enabled, you will be given the `Resting` role, and your Character will be put to sleep. Once asleep, you will have access to the **#dream\_land** channel where dreams can be written out.

To wake up, you must use the `awaken` command in the channel where you fell asleep. The bot will not let you use this command in any other channel. The sleep mechanic can be used once every 16h, in order to avoid spamming. This cooldown is regardless of the duration of your sleep. Depending on the duration, however, you will regenerate different amounts of HP and Stamina.

* **Between 1-3 Hours**
  * Regenerate `5%` of `Max HP`, and `25%` of `Max Stamina`
* **Between 3-5 Hours**
  * Regenerate `10%` of `Max HP`, and `60%` of `Max Stamina`
* **Between 5-7 Hours**
  * Regenerate `25%` of `Max HP`, and `100%` of `Max Stamina`
* **Between 7-9 Hours**
  * Regenerate `50%` of `Max HP`, and `100%` of `Max Stamina`
* **9 Hours or more**
  * Regenerate `50%` of `Max HP`, and `80%` of `Max Stamina`

[^1]: *Think of this as your character's neighborhood.*


---

# 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/character/health/sleeping.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.
