# Install

* Unzip the purchased zip package from envato on your local machine
* Decide which version you want to use: **light** or **dark** and continue in the corresponding folder locally
* Create your own Google reCaptcha key and put it into the very bottom of the **index.php** file:

```php
<!-- Google reCaptcha -->
<script src="https://www.google.com/recaptcha/api.js?render=YOUR_KEY"></script>
```

{% hint style="info" %}
How to create your Google reCaptcha key:

<https://www.magetop.com/blog/get-site-key-and-secret-key-from-google-recaptcha/>
{% endhint %}

* Connect to your server (we used FTP)
* Copy source files from your local machine (from chosen light OR dark folder) to your server

{% hint style="info" %}
If you do not have permission to connect to your server and operate with files and databases, please contact your system administrator.
{% endhint %}

<figure><img src="/files/KcD4stgxZA4IKcxGn9co" alt=""><figcaption><p>Click on the image to enlarge it and close with Esc.</p></figcaption></figure>

* Create a database on your server (setting another name than "budgy" is also correct)
* We recommend to use [phpMyAdmin tool](https://www.phpmyadmin.net/downloads/) to deal with SQL and demo import easily
* Select your newly created database and select SQL to see the blank input area

<figure><img src="/files/FwkLFlLWGhGWJ7HJIKHm" alt=""><figcaption><p>Click on the image to enlarge it and close with Esc.</p></figcaption></figure>

* Open the script on your local machine with a text editor: **budgy.sql** from the **sql** folder
* Select all content, copy and paste it into SQL field
* Start the execution of the pasted SQL script with "Start" button

<figure><img src="/files/lo05YISvYD8cezwVKRY3" alt=""><figcaption><p>Click on the image to enlarge it and close with Esc.</p></figcaption></figure>

After successful execution the demo tables and data have been created under your database

<figure><img src="/files/LG6tdqkvYtPFqMc78m49" alt=""><figcaption><p>Click on the image to enlarge it and close with Esc.</p></figcaption></figure>


---

# 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://ultimatewebsolutions.gitbook.io/budgy-documentation/install.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.
