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

# Duty

> Client-side events for handling and reacting to the player's job duty status.

This page lists the **client-side** duty-related pages available in Jobs Creator.

<CardGroup cols={2}>
  <Card title="Duty status toggled" icon="briefcase" href="/jobs-creator/client/duty/duty-status-toggled">
    Event triggered after the player goes on or off duty.
  </Card>

  <Card title="Toggle current duty status" icon="toggle-on" href="/jobs-creator/client/duty/toggle-current-duty-status">
    Trigger to toggle or explicitly set the player's duty status.
  </Card>
</CardGroup>


## Related topics

- [Duty](/jobs-creator/server/duty/index.md)
- [Duty status changed](/jobs-creator/server/duty/duty-status-changed.md)
- [Duty status toggled](/jobs-creator/client/duty/duty-status-toggled.md)
