# Installation

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

To begin downloading your recently purchased resource from [fusion.tebex.io](https://fusion.tebex.io). log in to your [cfx.re keymaster ](https://keymaster.fivem.net/asset-grants/)account and navigate to the '**Granted Assets**' section, where you will find the latest release.

### STEP - 2 Resource Dependencies <a href="#step-2-asset-dependencies" id="step-2-asset-dependencies"></a>

This asset depends on specific essential dependencies crucial for it to function properly. Without these dependencies, the asset is likely to encounter errors which will be displayed in the command console.

When downloading the script from [cfx.re keymaster](https://keymaster.fivem.net/asset-grants), you'll receive the latest **fx-undertaker** file. After downloading the latest file of fx-undertaker make sure to download the dependencies of the script.

| Dependencies | Link                                                                    |
| ------------ | ----------------------------------------------------------------------- |
| ox\_lib      | 🔗<https://github.com/overextended/ox_lib/releases>                     |
| feather-menu | 🔗<https://github.com/FeatherFramework/feather-menu/releases/tag/1.0.7> |

### STEP - 3 Resource Installation <a href="#step-3-asset-placement" id="step-3-asset-placement"></a>

Ensure proper placement of assets by following these steps carefully. Skipping this step may result in errors related to missing exports, so it is crucial to adhere to them.

• Create a new folder called `[fusionfx]` in your `resources` folder

• Drag & Drop all the downloaded dependencies into the `[fusionfx]` folder

• Drag & Drop the downloaded file `fx-undertaker` into the `[fusionfx]` folder

• Copy the lines given in the below snippet into the `server.cfg` file

Copy

```
## Start dependencies of fx-undertaker script
ensure ox_lib
ensure feather-menu
## Start fx-undertaker script
ensure fx-undertaker
```

### STEP - 4 Setting Up Burial Items

NOTE: This step is only important if you want to use the default burial items mentioned in the configuration. If not, you can set up your own items with the help of the config, but you must know how to create items in the VORP database!

• Run the sql file called `fx_burialitems.sql` in the base folder of the fx-undertaker script

• Copy images from `../fx-undertaker/itemImages` and paste it into `../[VORP]/[vorp_essentials]/vorp_inventory/html/img/items`

• And you are all set!


---

# 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://bilalgaming.gitbook.io/fusionfx/fx-undertaker/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.
