# Requirements

{% hint style="danger" %}
**Please note:** This page is under construction and has not been finished yet.
{% endhint %}

## Minimal

* A Web-Server (Apache or Microsoft IIS)&#x20;
* PHP v5.6 or higher with the following libraries installed: :point\_right: [xml](http://php.net/manual/en/ref.xml.php), [cURL](http://php.net/manual/en/book.curl.php), [MB String](http://php.net/manual/en/book.mbstring.php), [GD ](http://php.net/manual/en/book.image.php)
* MySQL 4.x or 5.x.
* FTP access to your webserver and an ftp program such as Filezilla

## Recommended

* A Linux based Webserver running Apache 2.x, PHP 7.x and MySQL 5.0 or higher. (LAMP)
* A registered Domain Name
* Access to a webhosting or server Control Panel (such as cPanel, Plesk or DirectAdmin)


---

# 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://userguide.e107.org/installation-and-maintenance/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.
