# Installation

## **First steps**[​](https://docs.teamsgg.dev/hud/installation#first-steps) <a href="#first-steps" id="first-steps"></a>

1. Download the script from your [Portal](https://portal.fivem.net/login?return_url=/asset-grants) account.
2. Extract the zip file.
3. Open the folder and copy the `tgg-hud` folder to your resources folder.
4. Add `start tgg-hud` to your `server.cfg` file (below ox\_lib).

```
start ox_lib
# other resources here
start tgg-hud
```

## **Dependencies**

* [ox\_lib](https://github.com/overextended/ox_lib) Follow their [installation](https://overextended.dev/ox_lib) instructions.

## **Frameworks** <a href="#frameworks" id="frameworks"></a>

Our script is compatible with **QBCore**, **QBox**, **ESX**, **vMenu**(*basic functions*) and **Standalone**(*custom framework or no-framework*). **You don't need to do anything additional, the script will auto-detect it!**

### **Standalone** <a href="#standalone" id="standalone"></a>

{% hint style="danger" %}
If you are using a custom framework/no-framework, **YOU** need to implement some of the core functions to adjust it to your specifics.

Locate `/client/framework/standalone.lua` and `/server/framework/standalone.lua` and implement the functions(you can refer to `qb.lua` or `esx.lua`).

**NOTE: We provide limited or no support for custom frameworks.**
{% endhint %}
