> For the complete documentation index, see [llms.txt](https://quebecexilez.gitbook.io/quebecexilez/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://quebecexilez.gitbook.io/quebecexilez/fonctionnalites/housing.md).

# Housing

Vous souhaitez acheter une maison ? Suivez ces étapes simples :

1. Rendez-vous sur [housing.quebecexilez.com](https://housing.quebecexilez.com) et trouvez une maison disponible qui vous plaît.
2. Assurez-vous d’avoir le montant indiqué sur le site **dans votre banque**.
3. Allez physiquement devant la maison dans le jeu et interagissez avec **une porte** pour l’acheter.

<figure><img src="/files/80FWyyQbqGdykIwW6agx" alt=""><figcaption><p>Acheter Maison</p></figcaption></figure>

### 🔐 Avantages d'une maison :

* Seul le ou les **propriétaires** peuvent entrer ou sortir.
* **Stockage infini** pour vos objets.

<figure><img src="/files/n6QmN1SfXm63rdG99IId" alt=""><figcaption><p>Exemplde de Stockage 1</p></figcaption></figure>

<figure><img src="/files/TNRo7G61O1rZ9BuQJ4El" alt=""><figcaption><p>Exemple de Stockage 2</p></figcaption></figure>

* Possibilité d’**ajouter d'autres propriétaires** via Discord. Pour cela utilisez la command suivante : \`/addhouseowner \[HouseID] \[IN-GAME-Player-Name]\`. Le joueur que vous voulez ajouter comme propriétaire doit être connecté IN-GAME au moment de l'ajout.&#x20;

<figure><img src="/files/hFrVCV2atGrfALBQYMXJ" alt=""><figcaption><p>Commande Discord pour Ajouter un Propriétaire à Votre Maison</p></figcaption></figure>

* Pour avoir le HouseID, c'est à la porte.

<figure><img src="/files/IBds4ajOT7BF7zZNA6bk" alt=""><figcaption><p>ID de la Maison</p></figcaption></figure>

* Pour savoir le nom IN-GAME du joueur, demandez lui sinon vous pouvez avoir la liste des joueurs en ligne en maintenant P in-game.

<figure><img src="/files/yLx7ZdYcnIOCTJTeqCTz" alt=""><figcaption><p>Liste des Joueurs</p></figcaption></figure>

💼Vendre votre maison:

* Ouvrez un ticket et precisez votre demande avec :

1. ID de la maison
2. nom de l'acheteur


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://quebecexilez.gitbook.io/quebecexilez/fonctionnalites/housing.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
