# System Requirements

To ensure optimal performance and compatibility, your website must meet the following minimum requirements before installing and using our plugin.

### 1. Server Requirements

* **PHP Version**: 7.2 or higher
* **MySQL Version**: 5.6 or higher / **MariaDB Version**: 10.1 or higher
* **Web Server**: Apache, Nginx, or LiteSpeed
* **Memory Limit**: 128MB or higher (256MB recommended)
* **SSL Certificate**: Required for secure connections (recommended)

### 2. WordPress Requirements

* **WordPress Version**: 5.2 or higher
* **REST API**: Must be enabled (default in WordPress 4.7+)

### 3. Additional Requirements

* **cURL Extension**: Required for API requests
* **JSON Extension**: Required for proper data handling
* **GD Library**: Required for image processing
* **WP Cron**: Must be enabled for scheduled tasks

For the best experience, we recommend using the latest stable versions of PHP, MySQL, and WordPress.

{% hint style="info" %}
If you’re unsure whether your server meets these requirements, please contact your hosting provider.
{% endhint %}


---

# 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://ghozylab.gitbook.io/plugins/getting-started/system-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.
