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

# Exports & Events

## Client Exports

```lua theme={null}
-- Get player's houses
exports['no-housing']:GetPlayerHouses()

-- Enter house
exports['no-housing']:EnterHouse(houseId)
```

## Server Exports

```lua theme={null}
-- Get house data
exports['no-housing']:GetHouseData(houseId)

-- Set house owner
exports['no-housing']:SetHouseOwner(houseId, identifier)
```
