# Dependencies > Required and optional dependencies for ML Missions Category: QUESTS SYSTEM · Source: https://miciomods.it/docs/ml-missions-dependencies · Last updated: 2026-07-10 ## Required - [ml_bridge](https://portal.cfx.re): Framework abstraction, player detection, inventory operations, vehicle keys, permissions - [ox_lib](https://github.com/overextended/ox_lib): Zones, callbacks, progress bars, UI components - [oxmysql](https://github.com/overextended/oxmysql): Database driver for missions, NPCs, XP, and completion tracking ## Framework **QBCore** **server.cfg** ```cfg ensure qb-core ensure oxmysql ensure ox_lib ensure ml_bridge ensure ml_missions ``` **QBox** **server.cfg** ```cfg ensure qbx_core ensure oxmysql ensure ox_lib ensure ml_bridge ensure ml_missions ``` **ESX** **server.cfg** ```cfg ensure es_extended ensure oxmysql ensure ox_lib ensure ml_bridge ensure ml_missions ``` **Standalone** **server.cfg** ```cfg ensure oxmysql ensure ox_lib ensure ml_bridge ensure ml_missions ``` > **INFO:** Auto Detection > > `ml_bridge` detects your framework automatically. No manual setup. ## Optional - [xsound](https://github.com/Starter2k/xSound): Audio playback for ElevenLabs TTS voice acting - [ox_doorlock](https://github.com/overextended/ox_doorlock): Door unlock/lock integration for `INTERACT_PROGRESS` objectives - `ml_skills`: Skill gated missions, skill XP rewards and skill unlocks. Detected automatically - `AdvancedParking`: Detected automatically. Kept mission vehicles are removed from its database so they do not respawn on rejoin