# Recommended Setup Flow

## Recommended Setup Flow

Follow this order for the cleanest setup.

{% stepper %}
{% step %}

### Check requirements

Start with [Getting Started](/vibesez/readme/getting-started.md).

Confirm dependencies, framework support, and server access first.
{% endstep %}

{% step %}

### Install the resource

Use [Installation](/vibesez/readme/installation.md).

Upload the files, add dependencies, and start the resource in the right order.
{% endstep %}

{% step %}

### Configure it for your server

Open [Configuration](/vibesez/readme/configuration.md).

Set framework options, integrations, webhooks, and feature toggles.
{% endstep %}

{% step %}

### Set command access

Review [Commands & Permissions](/vibesez/readme/commands-and-permissions.md).

Document admin commands, player commands, and ACE permissions clearly.
{% endstep %}

{% step %}

### Handle common issues

Use [FAQ & Support](/vibesez/readme/faq-and-support.md).

This keeps support tickets cleaner and reduces repeat questions.
{% 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://vibesez.gitbook.io/vibesez/readme/recommended-setup-flow.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.
