> For the complete documentation index, see [llms.txt](https://documentation.rcore.cz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.rcore.cz/paid-resources/xdiskjockey/inventory/qbcore.md).

# QBCore

***

#### Configuration

No need to do any extra step in config.lua

## Item list

### QBcore item list

{% code overflow="wrap" lineNumbers="true" %}

```lua
['mixer'] = {
    ['name'] = 'mixer',
    ['label'] = 'mixer',
    ['weight'] = 1,
    ['type'] = 'item',
    ['image'] = 'mixer.png',
    ['unique'] = false,
    ['useable'] = true,
    ['shouldClose'] = true,
    ['combinable'] = nil,
    ['description'] = 'music mixer',
},
```

{% endcode %}

### Images

Image is provided in \[xdj].pack.zip, the image is called mixer.png

***
