# Installation

### Install VxSpawners

Use this page for the full VxSpawners install flow.

{% stepper %}
{% step %}

#### Download VxSpawners

Get the latest VxSpawners build from your release source.
{% endstep %}

{% step %}

#### Add it to your project or server

Place VxSpawners in the correct location for your setup.
{% endstep %}

{% step %}

#### Start once

Run your project or server once to generate files.
{% endstep %}

{% step %}

#### Review the generated files

Open the VxSpawners folder and check the default settings.
{% endstep %}

{% step %}

#### Test before going live

Confirm VxSpawners loads correctly and behaves as expected.
{% endstep %}
{% endstepper %}

{% hint style="warning" %}
Replace these generic steps with the exact VxSpawners installation steps when ready.
{% 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://vortexstudio-1.gitbook.io/vortexstudio-docs/vxspawners/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.
