# Actions

- [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)


---

# Agent Instructions: 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/actions.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.
