# Installation

## 1. Download Resource

Download the purchased resource from [**CFX Portal**](https://portal.cfx.re/assets/granted-assets) - the official site of FiveM with purchased resources.

***

## 2. Environment Requirements

{% stepper %}
{% step %}

### Company Balance on Hud

To display the balance in the hud, set `Config.EnableCompanyBalance = true`.

You need to make changes to esx\_society or [**use our prepared esx\_society**](https://docs.vames-store.com/helpful/prepared-resources#compatible-society) for esx legacy, which is compatible with vms\_hud.
{% endstep %}
{% endstepper %}

***

## 3. Start Resource

To start a resource in your `server.cfg`, ensure that it begins after your framework has been initiated. For instance, if you are using a framework like `es_extended`, you should start resource after it, like so:

```python
start [core] # For example, here is your framework (esx/qb-core)

# VMS Resources
start vms_hud
```

Ensure there are no syntax errors or incorrect paths in your `server.cfg`.
