# Installation

<figure><img src="/files/xUG4wM2j1VnrRQ5oDUyA" alt=""><figcaption></figcaption></figure>

This installation guide covers all frameworks (ESX, QBCore, QBOX , OX)

## **`config.lua`** Configure the file

Configure `config.lua` according to your server and your requests.

```lua
Config.FrameWork = "ox" -- qb,esx,ox,qbox,custom  
GetPlayerData () -- edit if you have something custom 
GetVehicleData () -- edit if you have something custom 
```

## Server.cfg <a href="#server.cfg" id="server.cfg"></a>

Add script to your server.cfg file to start it with server restart.

```lua
start sigmaHud
```

## For problems that you can't figure on your own visit our discord

[Our discord](https://s1gma.dev)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://sigma-development.gitbook.io/sigma-development/resources/sigma-hud/installation.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
