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

> Server-side events and exports for handling a player's job duty status.

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

<CardGroup cols={2}>
  <Card title="Duty status changed" icon="briefcase" href="/jobs-creator/server/duty/duty-status-changed">
    Event triggered after a player goes on or off duty, server side.
  </Card>

  <Card title="Get if a player is on duty" icon="circle-check" href="/jobs-creator/server/duty/get-if-a-player-is-on-duty">
    Check whether a specific player is currently on duty.
  </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)
