> For the complete documentation index, see [llms.txt](https://tg-dev.gitbook.io/tg-dev-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tg-dev.gitbook.io/tg-dev-docs/tg-mechanicui/dependencies.md).

# Dependencies

* [ox\_lib](https://github.com/overextended/ox_lib)
* [oxmysql](https://github.com/overextended/oxmysql)
* [community\_bridge](https://github.com/TheOrderFivem/community_bridge)

{% hint style="info" %}
**Note :**  `community_bridge` must start after `ox_lib`, `oxmysql`, but before `tg-mechanicui`.\
\
**Example Start Order:**\
ensure oxmysql \
ensure ox\_lib \
ensure <mark style="color:$primary;">community\_bridge</mark> \
ensure es\_extended # or qb-core / qbx\_core \
ensure <mark style="color:$primary;">tg-mechanicui</mark>
{% endhint %}
