> ## Documentation Index
> Fetch the complete documentation index at: https://docs.jaksam-scripts.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Actions

> Client-side events and exports related to job actions.

This page lists the **client-side** events and exports related to actions.

<CardGroup cols={2}>
  <Card title="Using the actions in a radial/external menu" icon="circle-dot" href="/jobs-creator/client/actions/using-the-actions-in-a-radial-external-menu">
    Trigger actions from a radial or external menu instead of the default one.
  </Card>

  <Card title="Replace default search action" icon="magnifying-glass" href="/jobs-creator/client/actions/replace-default-search-action">
    Replace the default search action behavior.
  </Card>

  <Card title="Get player allowed actions" icon="list-check" href="/jobs-creator/client/actions/get-player-allowed-actions">
    Retrieve the list of actions a player is allowed to perform.
  </Card>

  <Card title="Open actions menu" icon="square-caret-down" href="/jobs-creator/client/actions/open-actions-menu">
    Open the actions menu programmatically.
  </Card>

  <Card title="Integrate external impound script" icon="warehouse" href="/jobs-creator/client/actions/integrate-external-impound-script">
    Integrate your own impound script with the actions system.
  </Card>

  <Card title="Vehicle repaired" icon="wrench" href="/jobs-creator/client/actions/vehicle-repaired">
    Event triggered when a vehicle is repaired.
  </Card>

  <Card title="Get if local player is handcuffed" icon="handcuffs" href="/jobs-creator/client/actions/get-if-local-player-is-handcuffed">
    Check whether the local player is currently handcuffed.
  </Card>
</CardGroup>


## Related topics

- [Actions](/jobs-creator/client/actions/index.md)
- [Action Buttons](/jaksam-inventory/guides/action-buttons.md)
- [Context Actions](/jaksam-inventory/guides/context-actions.md)
