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

# Client

> Client-side events and exports available in Jobs Creator.

This page lists the **client-side** events and exports available in Jobs Creator.

<CardGroup cols={2}>
  <Card title="Notifications" icon="bell" href="/jobs-creator/client/notifications">
    Events for showing and customizing notifications.
  </Card>

  <Card title="Actions" icon="hand-pointer" href="/jobs-creator/client/actions">
    Events for triggering in-game actions.
  </Card>

  <Card title="Duty" icon="briefcase" href="/jobs-creator/client/duty">
    Events related to going on/off duty.
  </Card>

  <Card title="Buyable Vehicles" icon="car" href="/jobs-creator/client/buyable-vehicles">
    Events for the buyable vehicles feature.
  </Card>

  <Card title="Garage Owned" icon="warehouse" href="/jobs-creator/client/garage-owned">
    Events for owned vehicle garages.
  </Card>

  <Card title="Temporary Garage" icon="clock" href="/jobs-creator/client/temporary-garage">
    Events for temporary vehicle garages.
  </Card>

  <Card title="Replace Stash/Safe/Armory" icon="box" href="/jobs-creator/client/replace-stash-safe-armory">
    Replace the default stash, safe, and armory behavior.
  </Card>

  <Card title="Replace Default Billing" icon="file-invoice-dollar" href="/jobs-creator/client/replace-default-billing">
    Replace the default billing behavior.
  </Card>

  <Card title="Progress Bar" icon="spinner" href="/jobs-creator/client/progress-bar">
    Replace the default progress bar.
  </Card>
</CardGroup>


## Related topics

- [Client](/blips-creator/client/index.md)
