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

# NOS System hooks

> Every hook exposed by apex-nos-system/hooks.lua.

Source: `apex-nos-system/hooks.lua` (unencrypted).

## Client hooks

<AccordionGroup>
  <Accordion title="Hooks.IsAtTuningSpot()" icon="screwdriver-wrench">
    Default `pcall` `exports['lls-mechanic']:isNearTuningSpot()`. Return true to suppress NOS.
  </Accordion>

  <Accordion title="Hooks.IsAtParkingSpot()" icon="square-parking">
    Default — tries `ata-garage:isNearParkingSpot`, then `apex-mechanic-impound:isNearDropoff`.
  </Accordion>

  <Accordion title="Hooks.ShowClientNotify(message, type)" icon="bell">
    Default `ESX.ShowNotification`, falls back to `lib.notify`.
  </Accordion>
</AccordionGroup>

## Server hooks

<AccordionGroup>
  <Accordion title="Hooks.OnServerNotify(source, message)" icon="bell">
    Default `xPlayer.showNotification(message)`.
  </Accordion>
</AccordionGroup>
