> 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/uber-eats/installation.md).

# Installation

<figure><img src="/files/PmUtswPHOvGcpAUyGJDz" 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).

* Download the latest build of oxmysql (not the source code).
* 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>QB Target</summary>

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

* Download the latest build of oxmysql (not the source code).
* 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>RP Emotes</summary>

You will need the latest version of [rp-emotes](https://github.com/TayMcKenzieNZ/rpemotes).

* Download the latest build of oxmysql (not the source code).
* 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.
* Add this to qb-core/shared/items.lua:

```lua
["ubereatstablet"]     = {["name"] = "ubereatstablet", 	["label"] = "Uber Eats Tablet", ["weight"] = 1000,	["type"] = "item", 	["image"] = "ubereatstablet.png", ["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,		 ["combinable"] = nil, 	["description"] = ""},
```

* Add the item image by copying it from the **`imgs`**&#x66;older and pasting it into your inventory images folder.
* Ensure zat-ubereats on the server.cfg
