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

# Config

1. Download the resource and place the `mh_freeproperty` folder in your resources folder.
2. Import `INSTALL/install.sql` into your database.
3. Open `shared/config.lua` and select your framework: `Config.Framework = 'esx' -- Supported: esx/qb Use 'esx' for ESX or 'qb' for QBCore. `
4. You can also select the language with `Config.Locale ('en' or 'pl'). `
5. Add the resource to your server.cfg, ensuring it starts after all dependencies:

```text theme={null}
ensure oxmysql 
ensure es_extended #for esx
ensure ox_lib 
ensure ox_target 
ensure ox_inventory
ensure mh_freeproperty
```

6. Restart the server.

<Info>
  The resource will create its database tables automatically if they do not already exist, but importing the included SQL file is recommended during installation
</Info>
