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

# APEX Services

> Documentation for the APEX paid script collection for FiveM / ESX.

APEX Services is a collection of paid FiveM / ESX scripts built around three principles: **drop-in defaults**, **unencrypted hooks** for every external integration, and **server-authoritative logic** that scales without rewriting your stack.

Every script ships with `config.lua`, locales, and (where applicable) a `hooks.lua` outside the escrow envelope. You can swap the notify system, anti-cheat, dispatch, garage, or quest backend without ever touching encrypted code.

## Start here

<CardGroup cols={2}>
  <Card title="Installation" icon="download" href="/installation">
    Tebex import, escrow setup, and the standard resource boot order.
  </Card>

  <Card title="Licensing" icon="key" href="/licensing">
    How escrow + hooks fit together, and what you can edit.
  </Card>

  <Card title="Hooks reference" icon="plug" href="/hooks/apex-faction-bell">
    Every hook for every script, with signatures and defaults.
  </Card>

  <Card title="Discord" icon="discord" href="https://discord.gg/apex-services">
    Support, change-logs, and direct access to the developer.
  </Card>
</CardGroup>

## Browse by category

<CardGroup cols={2}>
  <Card title="Jobs" icon="briefcase" href="/paid-scripts/apex-brewing-job">
    Brewing, bus, pilot, fishing, caretaker, solar park, mechanic impound.
  </Card>

  <Card title="Faction tools" icon="shield-halved" href="/paid-scripts/apex-polizeicomputer">
    MDT, dispatch, faction bell, robberies tablet, reports, immigration.
  </Card>

  <Card title="Player systems" icon="user" href="/paid-scripts/apex-clothing-store">
    Clothing, hair, crafting, FFA, pets, parachuting, NOS, sprays.
  </Card>

  <Card title="Server tools" icon="screwdriver-wrench" href="/paid-scripts/apex-aduty">
    Aduty, carclear, elevators, progressbar, caller item.
  </Card>
</CardGroup>

## Common requirements

<Info>
  Most scripts require `es_extended`, `ox_lib`, and `oxmysql`. Optional integrations (skinchanger, esx\_skin, lb-phone, saltychat, ox\_inventory, ox\_target) are listed per script.
</Info>
