# Installation

## qb-core/shared/items.lua

```
['m_terror']  					= {['name'] = 'm_terror', 				['label'] = 'Balaclava',  	      	['weight'] = 1,  		['type'] = 'item',  	['image'] = 'm_terror.png',  			['unique'] = false,  	['useable'] = true,  	['shouldClose'] = true,  	['combinable'] = nil, 	['description'] = ''},
['m_hockeymask']  				= {['name'] = 'm_hockeymask', 			['label'] = 'Hockeymask',  	      	['weight'] = 1,  		['type'] = 'item',  	['image'] = 'm_hockeymask.png',  		['unique'] = false,  	['useable'] = true,  	['shouldClose'] = true,  	['combinable'] = nil, 	['description'] = ''},
['m_scarecrowmask']  				= {['name'] = 'm_scarecrowmask', 		['label'] = 'Scarecrowmask',  	  	['weight'] = 1,  		['type'] = 'item',  	['image'] = 'm_scarecrowmask.png',  	['unique'] = false,  	['useable'] = true,  	['shouldClose'] = true,  	['combinable'] = nil, 	['description'] = ''},
['m_monkeymask']  				= {['name'] = 'm_monkeymask', 			['label'] = 'Monkeymask',  	      	['weight'] = 1,  		['type'] = 'item',  	['image'] = 'm_monkeymask.png',  		['unique'] = false,  	['useable'] = true,  	['shouldClose'] = true,  	['combinable'] = nil, 	['description'] = ''},
['m_skullmask']  				= {['name'] = 'm_skullmask', 			['label'] = 'Skullmask',  	      	['weight'] = 1,  		['type'] = 'item',  	['image'] = 'm_skullmask.png',  		['unique'] = false,  	['useable'] = true,  	['shouldClose'] = true,  	['combinable'] = nil, 	['description'] = ''},
['m_bear']  					= {['name'] = 'm_bear', 				['label'] = 'Bear',  	          	['weight'] = 1,  		['type'] = 'item',  	['image'] = 'm_bear.png',  				['unique'] = false,  	['useable'] = true,  	['shouldClose'] = true,  	['combinable'] = nil, 	['description'] = ''},
['m_bull']  					= {['name'] = 'm_bull', 				['label'] = 'Bull',  	          	['weight'] = 1,  		['type'] = 'item',  	['image'] = 'm_bull.png',  				['unique'] = false,  	['useable'] = true,  	['shouldClose'] = true,  	['combinable'] = nil, 	['description'] = ''},
['m_cookie']  					= {['name'] = 'm_cookie', 				['label'] = 'Cookie',  	          	['weight'] = 1,  		['type'] = 'item',  	['image'] = 'm_cookie.png',  			['unique'] = false,  	['useable'] = true,  	['shouldClose'] = true,  	['combinable'] = nil, 	['description'] = ''},
['m_eagle']  					= {['name'] = 'm_eagle', 				['label'] = 'Eagle',  	          	['weight'] = 1,  		['type'] = 'item',  	['image'] = 'm_eagle.png',  			['unique'] = false,  	['useable'] = true,  	['shouldClose'] = true,  	['combinable'] = nil, 	['description'] = ''},
['m_eagle2']  					= {['name'] = 'm_eagle2', 				['label'] = 'Eagle 2',  	      	['weight'] = 1,  		['type'] = 'item',  	['image'] = 'm_eagle2.png',  			['unique'] = false,  	['useable'] = true,  	['shouldClose'] = true,  	['combinable'] = nil, 	['description'] = ''},
['m_fox']  					= {['name'] = 'm_fox', 					['label'] = 'Fox',  	      		['weight'] = 1,  		['type'] = 'item',  	['image'] = 'm_fox.png',  				['unique'] = false,  	['useable'] = true,  	['shouldClose'] = true,  	['combinable'] = nil, 	['description'] = ''},
['m_owl']  					= {['name'] = 'm_owl', 					['label'] = 'Owl',  	      		['weight'] = 1,  		['type'] = 'item',  	['image'] = 'm_owl.png',  				['unique'] = false,  	['useable'] = true,  	['shouldClose'] = true,  	['combinable'] = nil, 	['description'] = ''},
['m_pig']  					= {['name'] = 'm_pig', 					['label'] = 'Pig',  	      		['weight'] = 1,  		['type'] = 'item',  	['image'] = 'm_pig.png',  				['unique'] = false,  	['useable'] = true,  	['shouldClose'] = true,  	['combinable'] = nil, 	['description'] = ''},

-- Wines
['m_sette']  					= {['name'] = 'm_sette', 				['label'] = 'Sette',  	          	['weight'] = 1,  		['type'] = 'item',  	['image'] = 'm_sette.png',  			['unique'] = false,  	['useable'] = true,  	['shouldClose'] = true,  	['combinable'] = nil, 	['description'] = ''},
['m_bigbanyanmerlot']  				= {['name'] = 'm_bigbanyanmerlot', 		['label'] = 'Big Banyan',  	      	['weight'] = 1,  		['type'] = 'item',  	['image'] = 'm_bigbanyanmerlot.png',  	['unique'] = false,  	['useable'] = true,  	['shouldClose'] = true,  	['combinable'] = nil, 	['description'] = ''},
['m_tempranillo']  				= {['name'] = 'm_tempranillo', 			['label'] = 'Tempranillo',  	  	['weight'] = 1,  		['type'] = 'item',  	['image'] = 'm_tempranillo.png',  		['unique'] = false,  	['useable'] = true,  	['shouldClose'] = true,  	['combinable'] = nil, 	['description'] = ''},
['m_yorkarros']  				= {['name'] = 'm_yorkarros', 			['label'] = 'York Arros',  	  	  	['weight'] = 1,  		['type'] = 'item',  	['image'] = 'm_yorkarros.png',  		['unique'] = false,  	['useable'] = true,  	['shouldClose'] = true,  	['combinable'] = nil, 	['description'] = ''},
['m_myracabernet']  				= {['name'] = 'm_myracabernet', 		['label'] = 'Myra Cabernet',  	  	['weight'] = 1,  		['type'] = 'item',  	['image'] = 'm_myracabernet.png',  		['unique'] = false,  	['useable'] = true,  	['shouldClose'] = true,  	['combinable'] = nil, 	['description'] = ''},
['m_santacarolina']  				= {['name'] = 'm_santacarolina', 		['label'] = 'Santa Carolina',  	  	['weight'] = 1,  		['type'] = 'item',  	['image'] = 'm_santacarolina.png',  	['unique'] = false,  	['useable'] = true,  	['shouldClose'] = true,  	['combinable'] = nil, 	['description'] = ''},

-- Beers
['m_budweiser']  				= {['name'] = 'm_budweiser', 			['label'] = 'Budweiser',  	  		['weight'] = 1,  		['type'] = 'item',  	['image'] = 'm_budweiser.png',  		['unique'] = false,  	['useable'] = true,  	['shouldClose'] = true,  	['combinable'] = nil, 	['description'] = ''},
['m_corona']  					= {['name'] = 'm_corona', 				['label'] = 'Corona',  	  			['weight'] = 1,  		['type'] = 'item',  	['image'] = 'm_corona.png',  			['unique'] = false,  	['useable'] = true,  	['shouldClose'] = true,  	['combinable'] = nil, 	['description'] = ''},
['m_stellaartois']  				= {['name'] = 'm_stellaartois', 		['label'] = 'Corona',  	  			['weight'] = 1,  		['type'] = 'item',  	['image'] = 'm_stellaartois.png',  		['unique'] = false,  	['useable'] = true,  	['shouldClose'] = true,  	['combinable'] = nil, 	['description'] = ''}, 	
```

## qb-smallresources/config.lua

```
ConsumeablesDrink = {
    ["m_sette"] = math.random(20, 40),
    ["m_bigbanyanmerlot"] = math.random(20, 40),
    ["m_tempranillo"] = math.random(20, 40),
    ["m_yorkarros"] = math.random(20, 40),
    ["m_myracabernet"] = math.random(20, 40),
    ["m_santacarolina"] = math.random(20, 40),
    ["m_budweiser"] = math.random(20, 40),
    ["m_corona"] = math.random(20, 40),
    ["m_stellaartois"] = math.random(20, 40),
}
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://mscripts.gitbook.io/docs/qbcore/general/qb-vespucci/installation.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
