> ## Documentation Index
> Fetch the complete documentation index at: https://docs.nonefivem.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Real Estate

<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`</Info>

<Info>To be able to list buildings in the real estate menu, you need to [add real estate data to the building](/no-housing/configuration/buildings/adding-shell-building#types).</Info>

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