> For the complete documentation index, see [llms.txt](https://documentation.rcore.cz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.rcore.cz/paid-resources/rcore_housing/features/property-manager.md).

# Property Manager

`/housing` opens the admin property manager - the central UI for everything that does not happen inside a player property.

## 🧭 Pages

| Page             | Purpose                                                                     |
| ---------------- | --------------------------------------------------------------------------- |
| Create Property  | Wizard for new houses, apartments, buildings, and units.                    |
| All Properties   | Browse, search, edit, teleport to, set GPS, export, or delete any property. |
| All Furniture    | Browse and manage the furniture catalog.                                    |
| Interior Creator | Author custom SHELL and IPL interiors.                                      |

Page visibility is gated by `Config.PropertyCreator.Permissions` - see [Commands and Permissions](/paid-resources/rcore_housing/features/commands-and-permissions.md).

## 🏠 Property Types

| Type        | Description                                   |
| ----------- | --------------------------------------------- |
| `HOUSE`     | Standalone house with one entry/exit.         |
| `FLAT`      | Self-contained apartment unit.                |
| `APARTMENT` | Unit belonging to a `BUILDING`.               |
| `BUILDING`  | Container holding multiple `APARTMENT` units. |
| `MANSION`   | Large multi-floor residence.                  |

## 🚪 Interior Types

| Type    | Description                                                               |
| ------- | ------------------------------------------------------------------------- |
| `SHELL` | Custom shell models (e.g. `lf_house_*`) authored in the Interior Creator. |
| `IPL`   | Vanilla Rockstar interiors registered via the Interior Creator.           |
| `MLO`   | Third-party MLO interiors with their own collision and props.             |

## 📍 Property States

| State      | Description                             |
| ---------- | --------------------------------------- |
| `FOR_SALE` | Listed on the marketplace for purchase. |
| `FOR_RENT` | Listed on the marketplace for rent.     |
| `OWNED`    | A player owns the property.             |
| `RENTED`   | A tenant is renting from the owner.     |

A property can move between states from `/housing` or the marketplace.
