# Installation

#### 1. Download Resource <a href="#id-1.-download-resource" id="id-1.-download-resource"></a>

To Begin, by downloading the resource you have purchased from [our store](https://corem.tebex.io/)

Now Log in to your [cfx portal](https://portal.cfx.re/) account and navigate to the **Asset Grants** section. There, you will find a list of all resources associated with your account, from which you can download the required files.

#### 2. Frameworks Supported <a href="#id-2.-dependencies" id="id-2.-dependencies"></a>

* ESX
* QBcore
* Qbox<br>

#### 3. Ensuring Asset(s) <a href="#id-3.-asset-arrangement" id="id-3.-asset-arrangement"></a>

To ensure the asset(s) start correctly and function as intended, it is important that they are loaded in the proper order within your **server.cfg**. Below is an example illustrating the recommended startup sequence.

```
# 1. Start the core framework (choose the one your server uses)
ensure es_extended      # ESX
# ensure qb-core        # QB-Core
# ensure qbx_core       # Qbox

# 2. Start the nm1 scoreboard resource
ensure nm1-scoreboard or ensure nm1-scoreboard-xMasThemed [If using themed version]

# Or create a folder named [nm1] and start all nm1 resources.
# ensure [nm1]
```

{% hint style="danger" %}
**Important** Ensure nm1 scripts *after* your framework (es\_extended/qb-core /qbx-core).
{% endhint %}
