> For the complete documentation index, see [llms.txt](https://thembay-docs.gitbook.io/greenmart/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://thembay-docs.gitbook.io/greenmart/general/requirement.md).

# Requirement

To install this theme you must have a working version of WordPress. Please refer to WordPress documentation for further instructions. You can download the latest version of WordPress here <https://wordpress.org/download/>

* WordPress 6.0 or higher
* WooCommerce 4.0 or higher
* [For best performance we recommend using PHP 7.4 or higher.](https://wordpress.org/support/upgrade-php/)
* MySQL version 8.0 or MariaDB version 10.4 or greater.
* Nginx or Apache with mod\_rewrite module
* This theme is tested under Mac, Windows and Linux.
* Please install the XMLReader PHP extension on your server

{% hint style="warning" %}
If the import stalls and fails to respond after a few minutes, or it fails with a simple error message like “Import failed,” You are suffering from PHP configuration limits that are set too low to complete the process. You should contact your web host and ask them to increase those limits to a minimum as follows:

* max\_execution\_time 3600
* max\_input\_time 3600
* memory\_limit 256M
* post\_max\_size 64M
* upload\_max\_filesize 64M
* max\_input\_vars 3000
* **allow\_url\_fopen on** (!important)
* Please install the XMLReader PHP extension on your server
  {% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://thembay-docs.gitbook.io/greenmart/general/requirement.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.
