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

# Client side

### Client Commands

`/houserobberytablet` - Opens the job tablet to view stats, queue for missions, or start a robbery (Toggle in `configs/shared.lua`).

### Client Exports

You can open the tablet UI from other scripts using the export:

```lua theme={null}
exports['mh_houserobbery']:openTablet()
```
