> For the complete documentation index, see [llms.txt](https://docs.scriptsfivem.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.scriptsfivem.com/resources/sfjobtab/triggers.md).

# Triggers

## TRIGGERS Lua code examples for Client Side

```lua
TriggerEvent("sfjobtab:tabletopen") -- open job tablet
```

```lua
TriggerEvent("nuifix") -- if the NUI breaks.
```
