# Dependencies > Required and optional dependencies for ML Terminal System Category: TERMINAL SYSTEM · Source: https://miciomods.it/docs/ml-terminal-system-dependencies · Last updated: 2026-07-05 ## Required - [ml_bridge](https://portal.cfx.re): Framework abstraction, inventory operations, target system, notifications - [ox_lib](https://github.com/overextended/ox_lib): Zones, callbacks, progress bars - [oxmysql](https://github.com/overextended/oxmysql): Database driver for terminal completion tracking ## Framework **QBCore** **server.cfg** ```cfg ensure qb-core ensure oxmysql ensure ox_lib ensure ml_bridge ensure ml_terminal_system ``` **QBox** **server.cfg** ```cfg ensure qbx_core ensure oxmysql ensure ox_lib ensure ml_bridge ensure ml_terminal_system ``` **ESX** **server.cfg** ```cfg ensure es_extended ensure oxmysql ensure ox_lib ensure ml_bridge ensure ml_terminal_system ``` **Standalone** **server.cfg** ```cfg ensure oxmysql ensure ox_lib ensure ml_bridge ensure ml_terminal_system ``` > **INFO:** Auto Detection > > `ml_bridge` detects your framework automatically. No manual setup. ## Optional - [ox_doorlock](https://github.com/overextended/ox_doorlock): Door lock integration for the `doors` app type