> For the complete documentation index, see [llms.txt](https://docs.rainmad.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rainmad.com/resources/scenes-draw-everywhere/dependencies.md).

# Dependencies

## Required

| Resource                                                        | Purpose                                   | Notes                                                                                                                                                            |
| --------------------------------------------------------------- | ----------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [**ox\_lib**](https://github.com/overextended/ox_lib/releases)  | Server/client callbacks, locale, commands | `3.30.0` or higher recommended                                                                                                                                   |
| [**oxmysql**](https://github.com/overextended/oxmysql/releases) | Scene persistence                         | `2.10.0` or higher recommended; the table is created automatically                                                                                               |
| **Framework**                                                   | Player identity, jobs/gangs               | QBCore/Qbox or ESX, auto-detected (`cfg.bridge.framework`). Runs standalone too (job/gang permissions are skipped; identifier allow-lists and admins still work) |

{% hint style="info" %}
Notifications need nothing extra: the default `'builtin'` renders through the resource's own interface toasts. Every file in `rm_scenes/bridge/notification/` is an adapter that ships open, and its file name is the value for `cfg.bridge.notification`. Pick one, or copy one and point it at your own resource; see [Configuration](/resources/scenes-draw-everywhere/configuration.md).
{% endhint %}
