# Houses

### Buying and selling

You need to win an auction on the website to purchase an unowned house. The winner will get the house after the server saves. An auction takes 7 full days after it's initialized.&#x20;

To sell a house, you must use:&#x20;

```
!sellhouse Nick
```

And complete the trade in-game.

***

### Beds

You can purchase beds in Thais from Gamon. Just say: hi -> buy bed. Each house can have a different amount of beds. You can see how many beds a house can have on our page or when you use the "Look" function on the house's door. Some houses cannot have a bed.&#x20;

While sleeping, every vocation regenerates 1 mana per minute, with a maximum of 100 mana.


---

# 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://darkrest-online.gitbook.io/darkrest.online-wiki/gameplay/houses.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.
