> 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/map-editor-place-anything/dependencies.md).

# Dependencies

## Required

| What                                               | Why                                                                                |
| -------------------------------------------------- | ---------------------------------------------------------------------------------- |
| [oxmysql](https://github.com/overextended/oxmysql) | the layout library. Started before this resource.                                  |
| OneSync                                            | routing buckets for a private session, and the general assumption everywhere else. |

{% hint style="info" %}
No framework. QBCore, Qbox, ESX, standalone: it makes no difference. Access is an ace or a list of identifiers, set in [Configuration](/resources/map-editor-place-anything/configuration.md). No `ox_lib` either: notifications are drawn by this resource's own UI, and nothing here reads a player's job, money or inventory.
{% endhint %}

## With the Layout Library Off

`cfg.layouts = false` stores nothing: no browser, no table, no server-wide activation. The resource becomes an editor other scripts call, and they store what comes back.

`oxmysql` still has to be startable even then, because the resource loads its library file at start.
