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

# Dependencies

> Requirements for using Revo ID Card in your FiveM server.

<Info>
  Revo ID Card requires one of the supported inventory systems to function properly. Please ensure you have one of the following installed and configured.
</Info>

## Required Dependencies

### Inventory System

You must have one of these inventory systems installed:

<Tabs>
  <Tab title="ox_inventory">
    **ox\_inventory** - Overextended's modern inventory system

    * Download from: <a href="https://github.com/overextended/ox_inventory" target="_blank">GitHub</a>
    * Place in your `resources` directory
    * Add `ensure ox_inventory` to your `server.cfg`
  </Tab>

  <Tab title="qb-inventory">
    **qb-inventory** - QBCore's inventory system

    * Download from: <a href="https://github.com/qbcore-framework/qb-inventory" target="_blank">GitHub</a>
    * Place in your `resources` directory
    * Add `ensure qb-inventory` to your `server.cfg`
  </Tab>

  <Tab title="qs-inventory / qs-advancedinventory">
    **qs-inventory / qs-advancedinventory** - Quasar inventory systems

    * Download and install the Quasar inventory build used by your server
    * Place in your `resources` directory
    * Add the correct `ensure` line for your inventory resource to `server.cfg`
  </Tab>
</Tabs>

## Framework Support

Revo ID Card works with the following frameworks:

* **ESX** - Legacy and Legacy+ versions
* **QBCore** - All versions
* **QBox** - All versions

## Installation Order

<Steps>
  <Step title="Install Framework">
    Ensure your chosen framework (ESX, QBCore, or QBox) is installed and running.
  </Step>

  <Step title="Install Inventory System">
    Install one of the supported inventory systems listed above.
  </Step>

  <Step title="Install Revo ID Card">
    Install Revo ID Card after your inventory system is configured.
  </Step>
</Steps>

<Warning>
  Make sure your inventory system is included **before** Revo ID Card in your `server.cfg` to avoid runtime errors.
</Warning>

<Tip>
  If you're unsure which inventory system to use, we recommend **ox\_inventory** for its modern features and excellent performance.
</Tip>
