# Installation

Getting setup with the Vendor 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 vendors` 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 vendors
ensure vendors
```

{% endstep %}

{% step %}

### Resource Configuration

For resource configuration read the following guide: [**Creating Vendors**](/fivem-paid-resources/vendors/guides/creating-vendors.md)
{% endstep %}

{% step %}

### Restart Your Server

Restart your server and you will be good to go, start buying guns for beans, or fake ids for empty bottles... skies the limit.
{% 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.boii.dev/fivem-paid-resources/vendors/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.
