> For the complete documentation index, see [llms.txt](https://zat-scripts.gitbook.io/zat-scripts/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://zat-scripts.gitbook.io/zat-scripts/qbcore/tap-to-order/installation.md).

# Installation

<figure><img src="/files/joW0QykMlMCYHBZygHH1" alt=""><figcaption></figcaption></figure>

## Dependencies

<details>

<summary>QBCore</summary>

You will need the latest version of [qb-core](https://github.com/qbcore-framework/qb-core).

* Extract the contents of the archive to your resources folder.
* Start the resource near the top of your resources in your server.cfg.

</details>

### Installing the resource

* Make sure you have the [dependencies](#dependencies) listed above installed.
* Extract the contents of the archive to your resources folder.
* Ensure zat-taptoorder on the server.cfg
* Add  this to the qb-core/shared/items.lua<br>

  ```lua
     ["zat-ticket"] 					    = {["name"] = "zat-ticket", 						    ["label"] = "Receipt", 					    ["created"] = nil, 	["decay"] = 999.0,	['weight'] =  50, 		["type"] = "item", 		["image"] = "zat-ticket.png", 			["unique"] = true, 				["useable"] = true, 	["shouldClose"] = true, 	   ["combinable"] = nil,  ["description"] = ""},
  ```
