# Items

{% hint style="warning" %}
Item images are located in the `install/img` folder.
{% endhint %}

{% code title="qb-core/shared/items" %}

````lua
# qb-core\shared\items.lua
```lua
laundro_gen_usb                  = {name = 'laundro_gen_usb',                    label = 'Usb for Laundromat',              weight = 20,        type = 'item',      image = 'laundro_gen_usb.png',         unique = false,     useable = true,     shouldClose = true,     combinable = nil,   description = ''},
coin                             = {name = 'coin',                             label = 'Gold Coins',                      weight = 2,         type = 'item',      image = 'coin.png',                    unique = false,     useable = true,     shouldClose = true,     combinable = nil,   description = ''},
glass_cutter                     = {name = 'glass_cutter',                     label = 'Glass cutter',                    weight = 1,         type = 'item',      image = 'glass_cutter.png',            unique = false,     useable = true,     shouldClose = true,     combinable = nil,   description = ''},
hack_device                      = {name = 'hack_device',                      label = 'Advanced Hack Device',            weight = 1000,      type = 'item',      image = 'hacking_device.png',          unique = true,      useable = false,    shouldClose = false,    combinable = nil,   description = 'An advanced electronic device used for hacking security systems.'},
c4_package                       = {name = 'c4_package',                       label = 'C4 Charge',                       weight = 10000,     type = 'item',      image = 'c4charge.png',                unique = false,     useable = true,     shouldClose = true,     combinable = nil,   description = ''},
hack_circuit                     = {name = 'hack_circuit',                     label = 'Hack Circuit',                    weight = 1000,      type = 'item',      image = 'hack_circuit.png',            unique = false,     useable = true,     shouldClose = true,     combinable = nil,   description = ''},
blue_usb                         = {name = 'blue_usb',                         label = 'blue usb',                        weight = 1000,      type = 'item',      image = 'blue_usb.png',                unique = false,     useable = true,     shouldClose = true,     combinable = nil,   description = ''},
red_usb                          = {name = 'red_usb',                          label = 'red usb',                         weight = 1000,      type = 'item',      image = 'red_usb.png',                 unique = false,     useable = true,     shouldClose = true,     combinable = nil,   description = ''},
gruppe6_card                     = {name = 'gruppe6_card',                     label = 'G6 PNY KEYCARD',                  weight = 0,         type = 'item',      image = 'gruppe6.png',                 unique = false,     useable = true,     shouldClose = true,     combinable = nil,   description = 'G6 Card For Gruppe6 Doors'},
ganglap                          = {name = 'ganglap',                          label = 'Laptop',                          weight = 0,         type = 'item',      image = 'ganglap.png',                 unique = true,      useable = true,     shouldClose = false,    combinable = nil,   description = 'Gangs laptop'},
cashroll                         = {name = 'cashroll',                         label = 'Cash Roll',                       weight = 1,         type = 'item',      image = 'cashroll.png',                unique = false,     useable = true,     shouldClose = false,    combinable = nil,   description = 'Hmm money?'},
gold_bar                         = {name = 'gold_bar',                         label = 'Gold Bar',                        weight = 1000,      type = 'item',      image = 'gold_bar.png',                unique = false,     useable = false,    shouldClose = false,    combinable = nil,   description = 'A small gold bar, very valuable.'},
diamond_ring                     = {name = 'diamond_ring',                     label = 'Diamond Ring',                    weight = 1500,      type = 'item',      image = 'diamond_ring.png',            unique = false,     useable = false,    shouldClose = true,     combinable = nil,   description = 'A diamond ring seems like the jackpot to me!'},
diamond                          = {name = 'diamond',                          label = 'Diamond',                         weight = 1000,      type = 'item',      image = 'diamond.png',                 unique = false,     useable = false,    shouldClose = true,     combinable = nil,   description = 'A diamond seems like the jackpot to me!'},
goldchain                        = {name = 'goldchain',                        label = 'Golden Chain',                    weight = 1500,      type = 'item',      image = 'goldchain.png',               unique = false,     useable = false,    shouldClose = true,     combinable = nil,   description = 'A golden chain seems like the jackpot to me!'},
rtx4090                          = {name = 'rtx4090',                          label = 'Rtx 4090 Graphics Card',          weight = 15,        type = 'item',      image = '4090.png',                    unique = false,     useable = false,    shouldClose = true,     combinable = nil,   description = 'Rtx 4090 Graphics Card You can Sell it.'},
rtx3060                          = {name = 'rtx3060',                          label = 'Rtx 3060 Graphics Card',          weight = 10,        type = 'item',      image = '3060.png',                    unique = false,     useable = false,    shouldClose = true,     combinable = nil,   description = 'Rtx 3060 Graphics Card You can Sell it.'},
rtx2080                          = {name = 'rtx2080',                          label = 'Rtx 2080 Graphics Card',          weight = 8,         type = 'item',      image = '2080.png',                    unique = false,     useable = false,    shouldClose = true,     combinable = nil,   description = 'Rtx 2080 Graphics Card You can Sell it.'},
gtx1080                          = {name = 'gtx1080',                          label = 'Gtx 1080 Graphics Card',          weight = 5,         type = 'item',      image = '1080.png',                    unique = false,     useable = false,    shouldClose = true,     combinable = nil,   description = 'Gtx 1080 Graphics Card You can Sell it.'},
gtx1060                          = {name = 'gtx1060',                          label = 'Gtx 1060 Graphics Card',          weight = 5,         type = 'item',      image = '1060.png',                    unique = false,     useable = false,    shouldClose = true,     combinable = nil,   description = 'Gtx 1060 Graphics Card You can Sell it.'},
gtx1050                          = {name = 'gtx1050',                          label = 'Gtx 1050 Graphics Card',          weight = 5,         type = 'item',      image = '1050.png',                    unique = false,     useable = false,    shouldClose = true,     combinable = nil,   description = 'Gtx 1050 Graphics Card You can Sell it.'},
killerusb                        = {name = 'killerusb',                        label = 'Usb Killer',                      weight = 5000,      type = 'item',      image = 'killerusb.png',               unique = true,      useable = true,     shouldClose = true,     combinable = nil,   description = ''},
trojan_usb                   = { name = 'trojan_usb', label = 'Trojan USB', weight = 0, type = 'item', image = 'usb_device.png', unique = false, useable = false, shouldClose = true, description = 'Handy software to shut down some systems' },

```

````

{% endcode %}


---

# 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://mtwenty.gitbook.io/mtwenty-docs/robberys/mtwenty-robbery-package/installation/items.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.
