> For the complete documentation index, see [llms.txt](https://izaap-studios.gitbook.io/izaap-scripts/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://izaap-studios.gitbook.io/izaap-scripts/ads-jobs/installation-and-configuration.md).

# Installation & Configuration

### Downloading Dependencies

Dependencies are essential—you must install them before proceeding with the installation of our script.

{% stepper %}
{% step %}

### Oxmysql

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

### **Server cfg**

```shellscript
ensure oxmysql
ensure izaap_adsjob
```

### Permissions

Example: Grant permission to an admin group

```shellscript
add_ace group.admin "izaap.adsjob" allow
```

Example: Grant permission to a specific license

```shellscript
add_ace identifier.license:xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx "izaap.adsjob" allo
```
