# QBCore Installation

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

## Step - 1:

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

Add "ensure kvl-carrescue" to your server config

## **Step - 2:**

Adding images for your inventory Copy the files from kvl-carrescue/readme/images to your qb-inventory/html/images folder.

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

```lua
['rescuephone'] 		 	     = {["name"] = "rescuephone", 		["label"] = "Rescue Phone", 	["weight"] = 100, 	  	["type"] = "item", 		["image"] = "rescuephone.png", 			["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	   ["combinable"] = nil,   ["description"] = nil},
['repairkit'] 			             = {["name"] = 'repairkit', 		["label"] = 'Repair Kit', 		["weight"] = 100, 		["type"] = 'item', 		["image"] = 'repairkit.png', 			['unique'] = false, 	["useable"] = true, 	["shouldClose"] = true,	   ["combinable"] = nil,   ["description"] = nil},
```

## **Step - 3:**

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/car-rescue/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.
