# QBCore Installation

{% @github-files/github-code-block url="<https://github.com/ahmetkavl/kvlstore-qbtarget>" %}

Step - 1:

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.

{% @github-files/github-code-block url="<https://github.com/ahmetkavl/kvl-rob-dependency>" %}

#### 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 qb-inventory/html/images folder.

Adding items to the qb-core/shared/items.lua

```lua
["bag"] 		 	     	 = {["name"] = "bag", 						["label"] = "Bag", 						["weight"] = 100, 	    ["type"] = "item", 		["image"] = "bag.png", 			        ["unique"] = false, 		["useable"] = false, 	["shouldClose"] = true,	   ["combinable"] = nil,   ["description"] = nil},
["hackusb"] 		 	         = {["name"] = "hackusb", 					["label"] = "Hack USB", 				["weight"] = 100, 	    ["type"] = "item", 		["image"] = "hackusb.png", 			    ["unique"] = false, 		["useable"] = false, 	["shouldClose"] = true,	   ["combinable"] = nil,   ["description"] = nil},
["hacklaptop"] 		 	         = {["name"] = "hacklaptop", 				["label"] = "Hack Laptop", 				["weight"] = 100, 	    ["type"] = "item", 		["image"] = "hacklaptop.png", 			["unique"] = false, 		["useable"] = false, 	["shouldClose"] = true,	   ["combinable"] = nil,   ["description"] = nil},
["hackeddocument"] 		 	 = {["name"] = "hackeddocument", 			["label"] = "Hacked Document", 			["weight"] = 100, 	    ["type"] = "item", 		["image"] = "hackeddocument.png", 		["unique"] = false, 		["useable"] = false, 	["shouldClose"] = true,	   ["combinable"] = nil,   ["description"] = nil},

['rolex'] 				 = {['name'] = 'rolex', 			  	['label'] = 'Rolex', 			['weight'] = 100, 		['type'] = 'item', 		['image'] = 'rolex.png', 			    ['unique'] = false, 	['useable'] = false, 	['shouldClose'] = true,	   ['combinable'] = nil,   ['description'] = nil},
['diamondring'] 			 = {['name'] = 'diamondring', 			['label'] = 'Diamond Ring', 	['weight'] = 100, 		['type'] = 'item', 		['image'] = 'diamondring.png', 			['unique'] = false, 	['useable'] = false, 	['shouldClose'] = true,	   ['combinable'] = nil,   ['description'] = nil},
["goldchain"] 				 = {["name"] = "goldchain", 			["label"] = "Gold Chain", 		["weight"] = 100, 		["type"] = "item", 		["image"] = "goldchain.png", 			["unique"] = false, 	["useable"] = false, 	["shouldClose"] = false,   ["combinable"] = nil,   ["description"] = nil},
['diamond'] 				 = {['name'] = 'diamond', 			  	['label'] = 'Diamond', 			['weight'] = 100, 		['type'] = 'item', 		['image'] = 'diamond.png', 				['unique'] = false, 	['useable'] = false, 	['shouldClose'] = true,	   ['combinable'] = nil,   ['description'] = nil},
["emerald"] 				 = {["name"] = "emerald", 			  	["label"] = "Emerald", 			["weight"] = 100, 		["type"] = "item", 		["image"] = "emerald.png", 				["unique"] = false, 	["useable"] = false, 	["shouldClose"] = true,    ["combinable"] = nil,   ["description"] = nil},
```

**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/qbcore-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.
