# Installation

Installation starts with downloading the latest release.

## Installation

Download the latest release. &#x20;

```
$ # Only given as an example, please use the latest from github
$ wget https://distribution.theskyfallen.com/SkyMake/V4/2020Q3-Q4/SkyMake4-Release-2-1-0.zip
```

{% hint style="info" %}
You can also download the zip manually from github.com
{% endhint %}

Unzip the archive.

```bash
$ # Unzip the file
$ unzip SkyMake.zip
```

{% hint style="info" %}
Make sure you are on the document root of your PHP Web Server
{% endhint %}

Move content from SkyMake folder to document root.

```bash
$ # Move files
$ mv SkyMake/* .
```

{% hint style="info" %}
You may need sudo here.
{% endhint %}

Proceed with editing the config.


---

# 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://docs.skyfallen.org/skymake/versionfour/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.
