> For the complete documentation index, see [llms.txt](https://documentation.jaksam-scripts.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.jaksam-scripts.com/jobs-creator/client.md).

# Client

- [Notifications](https://documentation.jaksam-scripts.com/jobs-creator/client/notifications.md)
- [Replace default notifications](https://documentation.jaksam-scripts.com/jobs-creator/client/notifications/replace-default-notifications.md)
- [Replace help notification/TextUI](https://documentation.jaksam-scripts.com/jobs-creator/client/notifications/replace-help-notification-textui.md)
- [Actions](https://documentation.jaksam-scripts.com/jobs-creator/client/actions.md)
- [Using the actions in a radial/external menu](https://documentation.jaksam-scripts.com/jobs-creator/client/actions/using-the-actions-in-a-radial-external-menu.md): You can use the actions in any external menu, here there are the triggers you can use from external scripts
- [Replace default search action](https://documentation.jaksam-scripts.com/jobs-creator/client/actions/replace-default-search-action.md)
- [Get player allowed actions](https://documentation.jaksam-scripts.com/jobs-creator/client/actions/get-player-allowed-actions.md)
- [Open actions menu](https://documentation.jaksam-scripts.com/jobs-creator/client/actions/open-actions-menu.md)
- [Integrate external impound script](https://documentation.jaksam-scripts.com/jobs-creator/client/actions/integrate-external-impound-script.md)
- [Vehicle repaired](https://documentation.jaksam-scripts.com/jobs-creator/client/actions/vehicle-repaired.md)
- [Get if local player is handcuffed](https://documentation.jaksam-scripts.com/jobs-creator/client/actions/get-if-local-player-is-handcuffed.md)
- [Duty](https://documentation.jaksam-scripts.com/jobs-creator/client/duty.md)
- [Duty status toggled](https://documentation.jaksam-scripts.com/jobs-creator/client/duty/duty-status-toggled.md)
- [Toggle current duty status](https://documentation.jaksam-scripts.com/jobs-creator/client/duty/toggle-current-duty-status.md)
- [Buyable vehicles](https://documentation.jaksam-scripts.com/jobs-creator/client/buyable-vehicles.md)
- [Vehicle spawned](https://documentation.jaksam-scripts.com/jobs-creator/client/buyable-vehicles/vehicle-spawned.md)
- [Vehicle parked](https://documentation.jaksam-scripts.com/jobs-creator/client/buyable-vehicles/vehicle-parked.md)
- [Garage owned](https://documentation.jaksam-scripts.com/jobs-creator/client/garage-owned.md)
- [Vehicle spawned](https://documentation.jaksam-scripts.com/jobs-creator/client/garage-owned/vehicle-spawned.md)
- [Vehicle parked](https://documentation.jaksam-scripts.com/jobs-creator/client/garage-owned/vehicle-parked.md)
- [Temporary garage](https://documentation.jaksam-scripts.com/jobs-creator/client/temporary-garage.md)
- [Vehicle spawned](https://documentation.jaksam-scripts.com/jobs-creator/client/temporary-garage/vehicle-spawned.md)
- [Vehicle parked](https://documentation.jaksam-scripts.com/jobs-creator/client/temporary-garage/vehicle-parked.md)
- [Replace Stash/Safe/Armory](https://documentation.jaksam-scripts.com/jobs-creator/client/replace-stash-safe-armory.md)
- [Replace default billing](https://documentation.jaksam-scripts.com/jobs-creator/client/replace-default-billing.md)
- [Progress bar](https://documentation.jaksam-scripts.com/jobs-creator/client/progress-bar.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://documentation.jaksam-scripts.com/jobs-creator/client.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
