# Real Estate

{% hint style="info" %}
The number of doors and garages in the house effects the price of the house. You can change this prices from `no-housing/config/server/realestate.lua`
{% endhint %}

{% hint style="info" %}
To be able to list buildings in the real estate menu, you need to [add real estate data to the building](https://none-fivem.gitbook.io/nonem/resources/no-housing/buildings/adding-shell-building#types).
{% endhint %}

## Types

***

### Realestate

<table><thead><tr><th>Field</th><th>Type</th><th>Description</th><th data-type="checkbox">Required</th></tr></thead><tbody><tr><td>label</td><td>string</td><td>Buildings label for real estate menu</td><td>true</td></tr><tr><td>price</td><td>number</td><td>Buildings base price</td><td>true</td></tr></tbody></table>
