# Installation

## Downloading Dependencies

Dependencies are very important — you need to install them before moving on to the installation of our script.

{% stepper %}
{% step %}

### ox\_lib

{% embed url="<https://github.com/overextended/ox_lib>" %}
{% endstep %}
{% endstepper %}

***

## Server.cfg

All dependencies you’ve installed must be started before our script. Make sure to follow the correct start-up order in your `server.cfg`.

```
ensure op-courierjob
```

***

## Database

The script will automatically create its own database and check for columns in framework database on first start-up.

***

## Optional Downloads

{% stepper %}
{% step %}

### Download Speedo Vehicle

{% embed url="<https://www.gta5-mods.com/vehicles/vapid-speedo-express-add-on-liveries/download/156640>" %}
{% endstep %}

{% step %}

### Download GO Postal T-Shirt

{% embed url="<https://www.gta5-mods.com/player/gopostal-polo>" %}
{% endstep %}
{% endstepper %}


---

# 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://docs.otherplanet.dev/scripts/op-courier-job/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.
