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

Exports

```lua theme={null}
local onDuty = exports['mh_taxijob']:IsOnDuty()
-- Returns: boolean
```

<sup>Check if the player is currently on taxi duty.</sup>

```lua theme={null}
local hasJob = exports['mh_taxijob']:HasJob()
-- Returns: boolean
```

<sub>Check if the player has the required job (and grade) as per config.</sub>

```lua theme={null}
exports['mh_taxijob']:OpenTablet()
```

<sup>Force open the Taxi Tablet UI (validates job first).</sup>
