# Installation

#### Installation

You can install our template in two ways:

* Install with quickstart.
* If you have wordpress installed and if you are ready to go, then you can install theme normally

The best and the recommended way of installation is using the Quickstart package (which is a pre-installed, pre-configured Wordpress with the Mist theme). You can get started quickly if you use this package.

> NOTE: This process explains installing just the template in an existing WordPress website or a fresh WordPress installation.

In our theme package, you will find mist.zip file.

* Go to Appearance -> Themes .
* Click Add new and Select the Browse button and choose the mist.zip file from your computer.
* Select the Upload & Install button.

After a successfull installation, go to Appearance -> Themes to access the theme.

**Quickstart:**

Quickstart is an exact copy of the theme demo you have seen in your website. It has complete WordPress instance with the theme installed. You just have to follow the installation wizard.

Installation of Quick start Package:

In your package,you can see the Quickstart folder contain jpa file.Place the jpa file in the Web root.

Download the Akeeba kickstart package from the following link <https://www.akeebabackup.com/products/akeeba-kickstart.html> and place the kickstart.php in the same web root.

After this process, point your browser to url of the public root or the folder where you place the jpa file. Example: Let us say, you have created a folder called mist under the public\_html folder (called your web root) .

If you have installed XAMPP or MAMP or WAMP, you will have to create a new folder and place that jpa file and kickstart.php in the new folder into the httpdocs folder

In that case, your site url would be: <http://www.yourdomain.com/mist/kickstart.php> Or if you installed in the localhost, then your url will be: <http://localhost/mist/kickstart.php>

This will bring up an Installation wizard. Follow the instructions in the video.

{% embed url="<https://www.youtube.com/embed/o3uomSsGdKc>" %}

Direct Youtube link: [Quickstart video tutorial](https://www.youtube.com/embed/o3uomSsGdKc)


---

# 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://wpdocs.themeparrot.com/wordpress-themes/mist/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.
