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

# Server

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

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

<CardGroup cols={2}>
  <Card title="Armory" icon="gun" href="/jobs-creator/server/armory">
    Server-side events related to job armories.
  </Card>

  <Card title="Boss" icon="crown" href="/jobs-creator/server/boss">
    Server-side events related to the boss menu.
  </Card>

  <Card title="Buyable Vehicles" icon="car" href="/jobs-creator/server/buyable-vehicles">
    Server-side events for the buyable vehicles feature.
  </Card>

  <Card title="Crafting Table" icon="hammer" href="/jobs-creator/server/crafting-table">
    Server-side events for the crafting table feature.
  </Card>

  <Card title="Duty" icon="briefcase" href="/jobs-creator/server/duty">
    Server-side events related to going on/off duty.
  </Card>

  <Card title="Harvest" icon="leaf" href="/jobs-creator/server/harvest">
    Server-side events for the harvest feature.
  </Card>

  <Card title="Market" icon="store" href="/jobs-creator/server/market">
    Server-side events for the market feature.
  </Card>

  <Card title="Process" icon="gears" href="/jobs-creator/server/process">
    Server-side events for the process feature.
  </Card>

  <Card title="Shop" icon="cart-shopping" href="/jobs-creator/server/shop">
    Server-side events for the shop feature.
  </Card>

  <Card title="Search/Steal Action" icon="magnifying-glass" href="/jobs-creator/server/search-steal-action">
    Server-side events for the search/steal action.
  </Card>

  <Card title="Set handcuffs state" icon="handcuffs" href="/jobs-creator/server/set-handcuffs-state">
    Export to set a player's handcuffed state.
  </Card>
</CardGroup>


## Related topics

- [Server](/jobs-creator/server/index.md)
