> 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/integrations/mdts.md).

# MDT

`rcore_housing` provides bridge handlers for MDT (Mobile Data Terminal) applications, enabling property search and management within tablet/computer interfaces.

{% hint style="info" %}
**Official lb\_tablet Integration Coming**

This handler will be included out of the box in an upcoming lb\_tablet update. The integration has already been submitted to LB team for inclusion in their official release.
{% endhint %}

## lb\_tablet

Official integration with lb-tablet.

### Setup

1. Download the handler file below
2. Place in: `lb-tablet/server/custom/housing/rcore_housing.lua`
3. In `lb-tablet/config.lua`, set the housing script:

```lua
Config.HousingScript = "rcore"
```

### Download Handler

{% file src="/files/qG73YUVJdbEQ3t1OzkDH" %}
lb\_tablet\_rcore\_housing.lua
{% endfile %}

### Features

* Search properties by ID, owner, or name
* View property details, pricing, and location
* List properties owned by a specific player
* Automatic property formatting for tablet compatibility

## wasabi\_mdt

Official integration with wasabi\_mdt.

{% hint style="info" %}
**Official wasabi\_mdt Integration Coming**

This handler will be included out of the box in an upcoming wasabi\_mdt update. The integration has already been submitted to Wasabi team for inclusion in their official release.
{% endhint %}

### Setup

1. Download the handler file below
2. Place in: `wasabi_mdt/server/adapters/housing/rcore_housing.lua`
3. In `wasabi_mdt/config/config.lua`, set the housing adapter:

```lua
Config.SyncData = {
    enabled = true,
    citizens = true,
    vehicles = true,
    housing = "rcore_housing"
}
```

### Download Handler

{% file src="/files/mxkRhWs3wyZ9on2ZMchL" %}
rcore\_housing.lua
{% endfile %}

### Features

* Search properties by ID, owner, name, or address
* View property details, pricing, state, and location
* List properties owned by a specific player
* Automatic property type mapping for MDT compatibility
