> For the complete documentation index, see [llms.txt](https://documentation.rcore.cz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.rcore.cz/paid-resources/rcore_job_blips/installation.md).

# Installation

Step by step documentation how to properly install script.

## Script

1. Download the script from [keymaster](https://keymaster.fivem.net).
2. Open downloaded zip, copy `rcore_job_blips` folder and put it in resources folder to your server files.
3. Go to your server.cfg and add `ensure rcore_job_blips`.
4. Go to `rcore_job_blips/config.lua` and edit `Framework` & `Inventory` by your server specifications.

```lua
Framework = Framework.ESX, -- [ESX - es_extended, QBCore - qb-core, Standalone - standalone]
Inventory = Inventory.OX, -- [OX - ox_inventory, QB - qb-inventory, QS - qs-inventory, MF - mf-inventory]
```

5. Restart your server.
