# System Requirements

## **PHP Configuration limits** <a href="#php-configuration-limits" id="php-configuration-limits"></a>

Most common issues like Demo Import failure or page save errors are generally related to excessively low PHP configuration limit settings. Some hosts will try to keep PHP limits low to conserve resources. You can either increase these limits on your own, or contact your web host and ask to have the limits increased. Since are paying for those resources, you should rightfully expect to be getting your money’s worth.

|                |      |
| -------------- | ---- |
| PHP Version    | 7.4  |
| Server Memory  | 256M |
| Post Max Size  | 128  |
| PHP Max Input  | 300  |
| Max Upload     | 25M  |
| Execution Time | 300  |


---

# 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://webtend-support.gitbook.io/docs/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.
