> 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/ox_inventory.md).

# ox\_inventory

## Images:

1. Go to `dynyx_ebtcards\images` and copy all the images
2. Locate the `ox_inventory\web\images` folder
3. And paste all the images in there

## Installation:

1. Copy the following code
2. Go to the bottom of `ox_inventory\data\items.lua`
3. Paste all the items before the last  `}`

```lua
 ["ebt_card"] = {
 	label = "EBT Card",
 	weight = 1000,
 	stack = false,
 	close = false,
 	client = {
 	  image = "ebt_card.png",
 	}
 },
```

4. Please see the README.md File I provided for the rest of the Installation for ox\_inventory

## How to add an item to the ebt:

1. Go to `ox_inventory\data\shops.lua`
2. Find the item you want to give EBT access to
3. Finally add `ebt = true` after the price
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%2FrBmBfg4J3pKx9BUh8qYP%2Fimage.png?alt=media&amp;token=ce8a6487-ad9e-412b-bf96-f59a287f6d1c" alt=""><figcaption></figcaption></figure>
