> 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/esx/tap-to-order/installation.md).

# Installation

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

## Dependencies

<details>

<summary>ES EXTENDED</summary>

You will need the latest version of [es\_extended](https://github.com/ESX-Official/es_extended).

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

</details>

<details>

<summary>OX_LIB</summary>

You will need the latest version of [ox\_lib](https://github.com/overextended/ox_lib/releases/tag/v3.16.2).

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

</details>

<details>

<summary>OX_INVENTORY</summary>

You will need the latest version of [ox\_inventory](https://github.com/overextended/ox_inventory/releases/tag/v2.38.1).

* 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 "zat-ticket"  item to the database
* Add this to ox\_inventory > modules > items > client.lua :

```
Item('zat-ticket', function(data, slot) 
    TriggerEvent("zat-touchdisplay:client:UseTicket", slot.metadata) 
end)
```


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://zat-scripts.gitbook.io/zat-scripts/esx/tap-to-order/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.
