# Installation

### Install Vxkoth

Use this page for the full Vxkoth install flow.

{% stepper %}
{% step %}

#### Download Vxkoth

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

{% step %}

#### Add it to your project or server

Place Vxkoth 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 Vxkoth folder and check the default settings.
{% endstep %}

{% step %}

#### Test before going live

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

{% hint style="warning" %}
Replace these generic steps with the exact Vxkoth 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/vxkoth/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.
