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

# QB Radial Menu compatibility

> Use FzD Action Wheel as a replacement target for dynamic QB radial exports.

FzD Action Wheel declares:

```lua theme={null}
provide 'qb-radialmenu'
```

and exposes compatible `AddOption` and `RemoveOption` exports. Existing resources that dynamically call the `qb-radialmenu` resource name can therefore continue targeting that name after migration.

<Steps>
  <Step title="Stop or remove the original QB radial resource">
    Do not run both implementations as competing radial menus.
  </Step>

  <Step title="Refresh resources">
    ```text theme={null}
    refresh
    ```
  </Step>

  <Step title="Start FzD Action Wheel">
    ```cfg theme={null}
    ensure fzd_actionwheel
    ```
  </Step>

  <Step title="Restart integrations">
    Restart resources that register radial entries so they can register again.
  </Step>
</Steps>

<Warning>
  Removing the original QB radial resource also removes any static/configured menu entries owned by that resource. Recreate the entries you still want in FzD Action Wheel.
</Warning>
