> For the complete documentation index, see [llms.txt](https://docs.rahe.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rahe.dev/our-scripts/taxi/installation.md).

# Installation

### Dependencies

<details>

<summary>oxmysql</summary>

#### Installation

* Download the [latest build](https://github.com/overextended/oxmysql/releases/latest) 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.

#### Required version

Your oxmysql version must be <mark style="color:yellow;">2.0.0 or above</mark> in order to work with our system.

#### Use the built version

Make sure you have downloaded the <mark style="color:yellow;">built version</mark> of oxmysql! If you download the source code, then the resource won't start and queries are unable to execute.&#x20;

The built version can be downloaded from the [releases page](https://github.com/overextended/oxmysql/releases/latest) (oxmysql.zip).

</details>

<details>

<summary>ox_lib</summary>

#### Installation

* Download the [latest build](https://github.com/overextended/ox_lib/releases/latest) of ox\_lib (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.

#### Use the built version

Make sure you have downloaded the <mark style="color:yellow;">built version</mark> of ox\_lib! If you download the source code, then it won't function correctly and the application will have problems.&#x20;

The built version can be downloaded from the [releases page](https://github.com/overextended/ox_lib/releases/latest) (ox\_lib.zip).

</details>

### Installing the resources

Make sure you have the [dependencies](#dependencies) listed above installed.&#x20;

Extract the contents of the archive to your resources folder. Add both of the resources into your server config file so they would automatically run when the server is starting up.

#### Required start-up order <a href="#required-order" id="required-order"></a>

```
ensure rahe-navigation
ensure rahe-taxi
```

#### Framework

If you're using <mark style="color:blue;">QB</mark>, <mark style="color:blue;">QBX</mark> or <mark style="color:blue;">ESX</mark>, your framework will be automatically detected.

For other frameworks, please follow the provided instructions:

<details>

<summary>Using other frameworks</summary>

Firstly, in <mark style="color:blue;">public\config\shared\sh\_config.lua</mark> change the framework to <mark style="color:blue;">CUSTOM</mark>.

Secondly, in <mark style="color:blue;">public\api</mark>, fill all the framework related functions.

</details>

### Using the resource

Use the command <mark style="color:blue;">/taxi</mark> to open the taxi launcher.&#x20;

**Make sure this works before moving on to the phone integration.**
