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

# Installation

> Install FzD Action Wheel on a FiveM server.

<Steps>
  <Step title="Upload the resource">
    Upload the supplied `fzd_actionwheel` folder into your server resources. Do not rename it.
  </Step>

  <Step title="Keep the built UI">
    Make sure the supplied `web/dist` directory is present. Node.js is not required to run the distributed build.
  </Step>

  <Step title="Add it to server.cfg">
    ```cfg theme={null}
    ensure fzd_actionwheel
    ```
  </Step>

  <Step title="Start integrations afterwards">
    ```cfg theme={null}
    ensure fzd_actionwheel
    ensure my_shop
    ensure my_vehicle_script
    ```
  </Step>

  <Step title="Add a dependency when required">
    ```lua theme={null}
    dependency 'fzd_actionwheel'
    ```
  </Step>
</Steps>

## Requirements

| Requirement            | Needed? |
| ---------------------- | ------- |
| FiveM                  | Yes     |
| Framework              | No      |
| Database               | No      |
| Ox Lib                 | No      |
| Separate icon resource | No      |
| Node.js for normal use | No      |

<Warning>
  All native FzD Action Wheel exports are client-side. Calling them from a server script will not work.
</Warning>
