# 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 ox_lib
ensure op-ambulancemdt
```

***

## First Usage

Configure your additional scripts in config/MainConfig.lua

After configuring access Job to the Tablet you must run this command to assign Permissions To View all tabs to selected rank.&#x20;

> **IMPORTANT:** Run this command in txAdmin Console!

```
/setallpermsrank <jobName> <gradeNumber>

Example:
/setallpermsrank ambulance 4
```
