# Dependencies > Required and optional dependencies for ML Shops Category: SHOPS SYSTEM · Source: https://miciomods.it/docs/ml-shops-dependencies · Last updated: 2026-07-28 ## Required - `ml_bridge`: framework, inventory, target and notification abstraction - [ox_lib](https://github.com/communityox/ox_lib): Zones, callbacks, interfaces - [oxmysql](https://github.com/overextended/oxmysql): Database driver ## Framework **QBCore** **server.cfg** ```cfg ensure qb-core ensure oxmysql ensure ox_lib ensure ml_bridge ensure ml_shops ``` **QBox** **server.cfg** ```cfg ensure qbx_core ensure oxmysql ensure ox_lib ensure ml_bridge ensure ml_shops ``` **ESX** **server.cfg** ```cfg ensure es_extended ensure oxmysql ensure ox_lib ensure ml_bridge ensure ml_shops ``` **Standalone** **server.cfg** ```cfg ensure oxmysql ensure ox_lib ensure ml_bridge ensure ml_shops ``` > **INFO:** Auto Detection > > `ml_bridge` detects your framework automatically. No manual setup. ## Targeting Target interactions are handled through `ml_bridge`. You can add your own target system via the Bridge.