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

# Mapping

## 1) /createhousing

After adding your license to `Config.AllowedLicenses` in the `config.lua` file, you'll be able to use this command. Simply walk up to a door or entrance of any property, including businesses if desired, follow the recommended setup, and create a property for sale.

{% hint style="warning" %}
Used as `/createhousing <Name> <Price>`, only by the allowed license.
{% endhint %}

## 2) /buyhouse

Before beginning interior design, the property must be purchased, either by you or another user.

{% hint style="warning" %}
You can disable any property for purchasing through `/manageproperties`.
{% endhint %}

## 3) /setexithouse

After purchasing the property, users should get inside and use `/setexithouse` at the spot where they want to build the interior around.

{% hint style="warning" %}
If you want to build the interior on a rooftop, use `/map` to enter fly mode before setting the exit point with `/setexithouse`
{% endhint %}

**The core principle of this system is to give house owners the ability to build their own interiors.**\
By default, the property owner, along with any tenants who have been granted permissions, can freely design and build the interior as they wish.


---

# 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:

```
GET https://789.gitbook.io/789/items/premium-properties/mapping.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.
