# ESX Installation

Installation instructions

Follow instructions in "Readme" folder for your framework failing to do so will cause for things not to work as intended.

### Step - 1: <a href="#step-1" id="step-1"></a>

Copy kvl-drugs to your resources directory&#x20;

Add "ensure kvl-drugs" to your server config

### Step - 2: <a href="#step-3" id="step-3"></a>

Adding images for your inventory Copy the files from Images to your ox\_inventory/web/images folder.

Adding items to the items.lua

```
["acetone"] = {
    label = "Acetone",
    weight = 1,
    stack = true,
    close = true,
},

["aluminyum"] = {
    label = "Aluminyum",
    weight = 1,
    stack = true,
    close = true,
},

["bag"] = {
    label = "Bag",
    weight = 1,
    stack = true,
    close = true,
},

["cokecard"] = {
    label = "Credit Card",
    weight = 1,
    stack = true,
    close = true,
},

["cokelabcard"] = {
    label = "Coke Lab Card",
    weight = 1,
    stack = true,
    close = true,
},

["coketoy"] = {
    label = "Coke Toy",
    weight = 1,
    stack = true,
    close = true,
},

["cookedmeth"] = {
    label = "Cooked Meth",
    weight = 1,
    stack = true,
    close = true,
},

["cuttedcoke"] = {
    label = "Cutted Coke",
    weight = 1,
    stack = true,
    close = true,
},

["distilledbottle"] = {
    label = "Distilled Bottle",
    weight = 1,
    stack = true,
    close = true,
},

["joint"] = {
    label = "Joint",
    weight = 1,
    stack = true,
    close = true,
},

["marijuana"] = {
    label = "Marijuana",
    weight = 1,
    stack = true,
    close = true,
},

["methbag"] = {
    label = "Meth Bag",
    weight = 1,
    stack = true,
    close = true,
},

["methcrystal"] = {
    label = "Meth Crystal",
    weight = 1,
    stack = true,
    close = true,
},

["methlabcard"] = {
    label = "Meth Lab Card",
    weight = 1,
    stack = true,
    close = true,
},

["methpack"] = {
    label = "Meth Pack",
    weight = 1,
    stack = true,
    close = true,
},

["phosphorus"] = {
    label = "Phosphorus",
    weight = 1,
    stack = true,
    close = true,
},

["unpackedcoke"] = {
    label = "Unpacked Coke",
    weight = 1,
    stack = true,
    close = true,
},

["weedlabcard"] = {
    label = "Weed Lab Card",
    weight = 1,
    stack = true,
    close = true,
},

["weedleaf"] = {
    label = "Weed Leaf",
    weight = 1,
    stack = true,
    close = true,
},

["weedpaper"] = {
    label = "Weed Paper",
    weight = 1,
    stack = true,
    close = true,
},
```

#### **Installation is complete, enjoy!** <a href="#installation-is-complete-enjoy" id="installation-is-complete-enjoy"></a>


---

# 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://kavl.gitbook.io/kvl-store/scripts/drugs/esx-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.
