> For the complete documentation index, see [llms.txt](https://docs.boii.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.boii.dev/fivem-paid-resources/planting-system/installation.md).

# 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**](/fivem-paid-resources/planting-system/guides.md)
{% endstep %}

{% step %}

### Restart Your Server

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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.boii.dev/fivem-paid-resources/planting-system/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.
