# Requirements

&#x20;[Installing UXWizz](https://docs.uxwizz.com/installation/installation) on a server should take under 5 minutes if you know how to:&#x20;

* **Upload files to your server**
* **Create a database**
* **Include a JavaScript snippet on your website**

If you don't know how to do any of those steps, don't worry as they are explained in the installation guide. You can also always contact [support](https://docs.uxwizz.com/guides/support) for help.

## Server requirements

{% hint style="info" %}
**UXWizz is self-hosted.**

You must use your own server/hosting (either shared, VPS or dedicated).&#x20;
{% endhint %}

UXWizz runs on the LAMP stack (Linux/Apache/MySQL/PHP):

* **PHP ≥ 8.0** (pdo\_mysql, zip extensions enabled)
* **MySQL ≥ 8.0** or **MariaDB ≥ 10.7**
* Web server (**Apache**, LiteSpeed, NGINX, etc.)
* Access to create a database and upload files to the server.

You can use the following guidelines to decide on your server configuration depending on the amount of traffic that your website gets:

{% content-ref url="requirements/server-specs-cpu-ram" %}
[server-specs-cpu-ram](https://docs.uxwizz.com/installation/requirements/server-specs-cpu-ram)
{% endcontent-ref %}

## Website requirements

* UXWizz's **ust.min.js** JavaScript tracker must be included on your website(s).
  * You need access to include a JavaScript file or to edit files on your website.


---

# 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.uxwizz.com/installation/requirements.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.
