# Installation

## Installation

Follow this flow for a clean install.

{% stepper %}
{% step %}

### Download the resource

Download the latest package from your Tebex purchase page.
{% endstep %}

{% step %}

### Upload the files

Place the resource in your server's `resources` directory.

Keep the original folder name unless the product says otherwise.
{% endstep %}

{% step %}

### Install dependencies

Add every required dependency before starting the resource.

Start dependencies above this resource in your server config.
{% endstep %}

{% step %}

### Add the start line

Add the resource to your startup config.

```cfg
ensure your_resource_name
```

{% endstep %}

{% step %}

### Restart the server

Restart the server and confirm the resource loads without errors.
{% endstep %}
{% endstepper %}

### Verify the install

Check:

* The resource starts successfully
* No missing dependency errors appear
* Config values load as expected
* In-game features work

{% hint style="warning" %}
If the resource uses escrow, do not rename protected files.
{% endhint %}


---

# 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://vibesez.gitbook.io/vibesez/readme/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.
