# Installation

Getting setup with the Planting script is straight forward.\
Just follow the steps below and you'll be selling your nan's favourite cat in no time.

***

{% stepper %}
{% step %}

### Download

Once you have purchased your resource download it from **Keymaster**
{% endstep %}

{% step %}

### Adding The Resource

After downloading the resource extract and add it into your server resources.
{% endstep %}

{% step %}

### Ensure It

Add `ensure planting_system` to your `server.cfg`&#x20;
{% endstep %}

{% step %}

### Downloading Dependencies

Get the latest release versions of our dependency resources if you do not already have them:

* [**BOII Development Tool Kit**](https://github.com/boiidevelopment/bdtk/releases)
* [**BOII Development UI Kit**](https://github.com/boiidevelopment/bduk/releases)
  {% endstep %}

{% step %}

### Adding The Dependencies

Add the `bdtk` & `bduk` resource into your server, and ensure them.\
Your order should be like so:

```
ensure bduk
ensure bdtk # must be started before the script
ensure planting_system
```

{% endstep %}

{% step %}

### Resource Configuration

For resource configuration read the [**Guides**](https://docs.boii.dev/fivem-paid-resources/planting-system/guides)
{% endstep %}

{% step %}

### Restart Your Server

Restart your server and you will be good to go
{% endstep %}
{% endstepper %}
