> For the complete documentation index, see [llms.txt](https://docs.mosotoscripts.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mosotoscripts.com/scripts/mst_bridge/installation.md).

# Installation

***

{% stepper %}
{% step %}

### Download

Download **mst\_bridge** from [**Portal**](https://portal.cfx.re/assets/granted-assets).
{% endstep %}

{% step %}

### Dependencies

[**ox\_lib**](https://github.com/overextended/ox_lib/releases/)

[**oxmysql**](https://github.com/overextended/oxmysql/releases/)
{% endstep %}

{% step %}

### Resources Order

{% hint style="warning" %}
mst\_bridge must be at the bottom of your server.cfg, so it can auto-detects all modules! Take a look of the example.
{% endhint %}

<pre class="language-markdown" data-title="SERVER.CFG"><code class="lang-markdown">ensure es_extended/qb-core/qbx_core
ensure oxmysql
ensure ox_lib

ensure inventory
ensure phone
ensure clothing
ensure banking
ensure fuel
ensure target

<strong>ensure mst_bridge
</strong></code></pre>

{% endstep %}

{% step %}

### Configuration

Go to **mst\_bridge/config.lua** and review all available configurable options.&#x20;

There you can find **Config.Language** which controls the language of all of our scripts, so you should change it only once.

We provide a configuration for **VersionCheck**, so you can be informed always when there is something new. We recommend you to leave it **true**.

Take a look of all modules that are integrated and choose yours. If it doesn't exist, you can ask us in our [**Discord**](https://discord.gg/mosotoscripts) to add it or you can do it through **mst\_bridge/modules** if you have basic programming knowledge.
{% endstep %}
{% endstepper %}
