# Installation

## 1. Manual Installation

If you prefer to install the theme yourself without using the automatic script, follow these steps:

1. Download the Dravix theme archive from [BuiltByBit](https://builtbybit.com/)
2. Extract the archive on your computer
3. Open the `upload` folder found inside the archive
4. Upload **only the contents** of the `upload` folder (not the folder itself) to your panel directory:

```bash
/var/www/pterodactyl
```

5. Overwrite existing files when prompted.

Then run the following commands **one by one** to your terminal:

```bash
cd /var/www/pterodactyl

yarn install
php artisan cache:clear
php artisan view:clear
php artisan route:clear
chown -R www-data:www-data /var/www/pterodactyl/*
yarn run build:production
```

### Installation complete

That's it! Dravix has been successfully installed!

You can now explore and start customizing the theme to match your brand and style.


---

# 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://theodor-work.gitbook.io/dravix-theme/getting-started/publish-your-docs.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.
