# Requirements

​In most cases, WordPress installation is a very simple process that takes less than five minutes to complete. Many web servers now offer tools to automatically install WordPress for you.

### **1) Requirements for WordPress**  <a href="#id-1-requirements-for-wordpress" id="id-1-requirements-for-wordpress"></a>

Make sure that your web host has the [minimum requirements to run WordPress.](http://wordpress.org/about/requirements/)

You can download the latest WordPress release from [WordPress.org](http://wordpress.org/)

### **2) Requirements for Lexus Theme WP** <a href="#id-2-requirements-for-shome-wp" id="id-2-requirements-for-shome-wp"></a>

To use Lexus Theme  please make sure that your hosting is running with the following features:&#x20;

{% hint style="info" %}
WordPress 5.9+
{% endhint %}

{% hint style="info" %}
PHP 7.4+
{% endhint %}

{% hint style="info" %}
MySQL 5.6+
{% endhint %}

### **3) Recommended PHP Configuration Limits**

{% hint style="success" %}
Max\_execution\_time 600
{% endhint %}

{% hint style="success" %}
Memory\_limit 512M
{% endhint %}

{% hint style="success" %}
Upload\_max\_filesize 40M
{% endhint %}

{% hint style="success" %}
Post\_max\_size 48M
{% endhint %}

### **4) Recommended for Vineland Theme WP**

{% hint style="danger" %}
**For threads to work, change permalinks to the post name format. This is required and should be done immediately after activating the theme**
{% endhint %}

![](https://content.gitbook.com/content/xkvLRNgCCAwQ1QcB7NqE/blobs/MTYJuIaSPo3fSsz4wwHv/image01.png)


---

# 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.gitbook.io/vineland/get-started/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.
