> For the complete documentation index, see [llms.txt](https://docs.devm.cc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devm.cc/snatchables/installation.md).

# Installation

1. Download Resource
   * Download the purchased resource from [keymaster](https://keymaster.fivem.net/asset-grants), FiveM's official hub for downloading purchased resources
2. Download Dependencies

| Resource      | Download Link                                  |
| ------------- | ---------------------------------------------- |
| ox\_lib       | <https://github.com/overextended/ox_lib>       |
| ox\_inventory | <https://github.com/overextended/ox_inventory> |
| ox\_target    | <https://github.com/overextended/ox_target>    |

3. Install Items

<details>

<summary>Items</summary>

````lua
```lua
	['chain'] = {
		label = 'Chain',
		weight = 10,
		client = {
			export = 'devm-snatchables.chain'
		}
	},
	['shoes'] = {
		label = 'Shoes',
		weight = 10,
		
		client = {
			export = 'devm-snatchables.shoes'
		}
	},
```
````

</details>

<details>

<summary>Images</summary>

Drag images from \_INSTALL FIRST/items/images into ox\_inventory/web/images

</details>
