# ESX Installation

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

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

Add ensure "kvl-jewelrob" to your server config

Step 2 -:

Download the files from this github link and install it the same way.

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

Adding images for your inventory Copy the files from kvl-jewelrob/readme/images to your ox\_inventory/web/images folder.

Adding items to the ox\_inventory/data/items.lua

```lua
['bag'] = {
    label = 'Bag',
    weight = 1,
    stack = true
},
['hackusb'] = {
    label = 'Hack USB',
    weight = 1,
    stack = true
},
['hacklaptop'] = {
    label = 'Hack Laptop',
    weight = 1,
    stack = true
},
['hackeddocument'] = {
    label = 'Hacked Document',
    weight = 1,
    stack = true
},	
['rolex'] = {
    label = 'Rolex',
    weight = 1,
    stack = true
},
['diamondring'] = {
    label = 'Diamond Ring',
    weight = 1,
    stack = true
},
['goldchain'] = {
    label = 'Gold Chain',
    weight = 1,
    stack = true
},
['diamond'] = {
    label = 'Diamond',
    weight = 1,
    stack = true
},
['emerald'] = {
    label = 'Emerald',
    weight = 1,
    stack = true
},
```

**Step - 4:**

After completing all the steps, restart your server.

**Installation is complete, enjoy!**


---

# 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/vangelico-robbery/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.
