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

# Overview

> A standalone, controller-friendly radial action menu for FiveM.

A standalone FiveM action wheel built for **keyboard, mouse and controller**. Use it as the player's normal action wheel or open contextual menus from your own resources for shops, vehicles, jobs and more.

<CardGroup cols={2}>
  <Card title="Install" icon="download" href="/scripts/action-wheel/getting-started/installation">
    Add the resource to your server and get the wheel running.
  </Card>

  <Card title="Integrate a script" icon="code" href="/scripts/action-wheel/guides/creating-actions">
    Register normal-wheel actions or open contextual menus from another resource.
  </Card>

  <Card title="Configuration" icon="sliders" href="/scripts/action-wheel/getting-started/configuration">
    Use standalone, Qbox, QBCore or ESX player data.
  </Card>

  <Card title="Compatibility" icon="arrows-rotate" href="/scripts/action-wheel/compatibility/qb-radialmenu">
    Migrate QB Radial Menu integrations or bridge Ox Lib radial functions.
  </Card>
</CardGroup>

## Highlights

* Standalone by default — no framework, database, Ox Lib or separate icon resource required.
* Mouse, keyboard and first-class controller support.
* Persistent player actions and one-off contextual menus.
* Nested menus up to five levels including the root.
* Job, grade, vehicle, item, metadata and custom callback conditions.
* Qbox, QBCore, ESX and standalone framework modes.
* Bundled Font Awesome Free Solid icon collection.
* Client exports for other FiveM resources.
* Optional QB Radial Menu and Ox Lib radial compatibility.

<Info>
  FzD Action Wheel displays choices and dispatches actions. Your integrating resource remains responsible for gameplay logic and server-side security checks.
</Info>

## Choose your path

<Tabs>
  <Tab title="Server owner">
    Start with [Quickstart](/scripts/action-wheel/getting-started/quickstart), then configure the wheel and choose your framework.
  </Tab>

  <Tab title="Script developer">
    Start with [Creating actions](/scripts/action-wheel/guides/creating-actions) and the [Exports reference](/scripts/action-wheel/reference/exports).
  </Tab>

  <Tab title="Migrating radial menus">
    See [QB Radial Menu compatibility](/scripts/action-wheel/compatibility/qb-radialmenu) or [Ox Lib compatibility](/scripts/action-wheel/compatibility/ox-lib).
  </Tab>
</Tabs>
