# Add House

There are two ways to add a house. You can add it as an admin or you can make it addable by the real estate agent.

## 1 - Information

If you are an administrator, you can use /housing\_panel to access the config and add home menu. If you are a real estate agent, you can access only the add home menu except config by using /realestate\_panel commands.

If you cannot access these panels. It's because you don't give yourself [permission](https://docs.0resmon.org/0resmon/s4-resources/s4-housing/perms).

## 2 - How to add new house

![adding house](https://raw.githubusercontent.com/0resmon/docs-images/main/5.png)

After using the command to add a new home. Click on the Add new home tab and you will be presented with everything you need to add a new home. This process is very simple. You do not need to restart after adding a home. But our recommendation is to restart. The system will work healthier.


---

# 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.0resmon.org/0resmon/s4-resources/s4-housing/addhouse.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.
