> For the complete documentation index, see [llms.txt](https://dynyx-scripts.gitbook.io/dynyx-scripts/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dynyx-scripts.gitbook.io/dynyx-scripts/ebt-cards/installation-and-configuration/qb-inventory-ps-inventory.md).

# qb-inventory / ps-inventory

## Images:

1. Go to `dynyx_ebtcards\images` and copy all the images
2. Locate the `qb-inventory\html\images`  or `ps-inventory\html\images` folder
3. And paste all the images in there

## Installation:

1. Copy the following code
2. Go to the bottom of `qb-core\shared\items.lua`
3. Paste all the items before the last  `}`

```lua
    ['ebt_card'] = {name = 'ebt_card', label = 'EBT Card', weight = 1000, type = 'item', image = 'ebt_card.png', unique = true, useable = false, shouldClose = false, combinable = nil, description = 'Electronic Benefits Transfer Card'},
```

4. Please see the README.md File I provided for the rest of the Installation for qb-inventory / ps-inventory

## How to add an item to the ebt:

1. Go to `qb-shops\config.lua` and look for `Config.Products`
2. Find the item you want to give EBT access to
3. Finally add `ebt = true` after the amount
4. Here is an example of how it should look like

<figure><img src="https://1857175927-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F6YSDlkEb6e7if2ZH1FsP%2Fuploads%2F4pRDq0WufBFdZs9E6UR9%2Fimage.png?alt=media&amp;token=d3d89f16-1e5b-46a6-8aac-e2eae877bc92" alt=""><figcaption></figcaption></figure>
