> For the complete documentation index, see [llms.txt](https://wert-dev.gitbook.io/wert-dev-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wert-dev.gitbook.io/wert-dev-docs/products/qbcore/wert-bodycam-for-civilians-and-jobs.md).

# Wert BodyCam (For civilians and jobs)

You can access the setup information you need about this product

## <mark style="background-color:orange;">INSTALLATION</mark>

## QB Depends (Standalone scripts)

* QBCore
* <https://github.com/qbcore-framework/qb-input>
* <https://github.com/qbcore-framework/progressbar>

1 - Add items your item list

```lua
-- Items
["bodycam"]			= {["name"] = "bodycam",		["label"] = "Bodycam",				["weight"] = 100,	["type"] = "item",	["image"] = "bodycam.png",				["unique"] = true,	["useable"] = true,	["shouldClose"] = false,	["combinable"] = nil,	   ["description"] = "Bodycam"},
["bodycamtablet"]		= {["name"] = "bodycamtablet",		["label"] = "Bodycam Tablet",			["weight"] = 100,	["type"] = "item",	["image"] = "bodycamtablet.png",		["unique"] = true,	["useable"] = true,	["shouldClose"] = false,	["combinable"] = nil,	   ["description"] = "Bodycam Tablet"},
["cam_ambulance"]		= {["name"] = "cam_ambulance",		["label"] = "Ambulance bodycam",		["weight"] = 100,	["type"] = "item",	["image"] = "cam_ambulance.png",		["unique"] = true,	["useable"] = true,	["shouldClose"] = false,	["combinable"] = nil,	   ["description"] = "Ambulance job bodycam"},
["cam_ambulancetablet"]		= {["name"] = "cam_ambulancetablet",	["label"] = "Ambulance bodycam tablet",		["weight"] = 100,	["type"] = "item",	["image"] = "cam_ambulancetablet.png",	["unique"] = true,	["useable"] = true,	["shouldClose"] = false,	["combinable"] = nil,	   ["description"] = "Ambulance job bodycam tablet"},
["cam_police"]			= {["name"] = "cam_police",		["label"] = "Police bodycam",			["weight"] = 100,	["type"] = "item",	["image"] = "cam_police.png",			["unique"] = true,	["useable"] = true,	["shouldClose"] = false,	["combinable"] = nil,	   ["description"] = "Police job bodycam"},
["cam_policetablet"]		= {["name"] = "cam_policetablet",	["label"] = "Police bodycam tablet",		["weight"] = 100,	["type"] = "item",	["image"] = "cam_policetablet.png",		["unique"] = true,	["useable"] = true,	["shouldClose"] = false,	["combinable"] = nil,	   ["description"] = "Police job bodycam tablet"},
["cam_sheriff"]			= {["name"] = "cam_sheriff",		["label"] = "Sheriff bodycam",			["weight"] = 100,	["type"] = "item",	["image"] = "cam_sheriff.png",			["unique"] = true,	["useable"] = true,	["shouldClose"] = false,	["combinable"] = nil,	   ["description"] = "Sheriff job bodycam"},
["cam_sherifftablet"]		= {["name"] = "cam_sherifftablet",	["label"] = "Sheriff bodycam tablet",		["weight"] = 100,	["type"] = "item",	["image"] = "cam_sherifftablet.png",	["unique"] = true,	["useable"] = true,	["shouldClose"] = false,	["combinable"] = nil,	   ["description"] = "Sheriff job bodycam tablet"},
```

2 - You're ready, have funs

### *<mark style="background-color:green;">Installation complete</mark>*
