# Requirements

* ExpressionEngine 6.4 or greater
* PHP 8.2 or greater

{% hint style="info" %}
Simple Grids & Tables is meant to be used in moderation on small sets of data for optimal performance. It stores its data as JSON objects in ExpressionEngine, thus encoding and decoding must be performed. Large sets of data may decrease performance. If you're adding 50+ rows to a Simple Grid or Simple Table field, you may want to re-evaluate your data structure.
{% 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://docs.boldminded.com/simple-grids-and-tables/docs/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.
