# System Requirements and Support

{% hint style="info" %}
**You're reading the Saturn 1.0.0 documentation.**

If this isn't the version you're looking for, visit <https://docs.saturncms.net> and select your version.
{% endhint %}

## Support Explained

### App Support

If the Saturn application will run on this version.

Whilst Saturn supports these versions, we may not provide technical support if something goes wrong, check the tables below. We recommend you [Update your Server](/1.0.0/guide/update-your-server.md) to the latest version.

### Tech Support

If we'll provide you with technical support for issues and bugs if you're running this version. Typically, we'll provide support until the specified language or software removes their Security Support.

Whilst we do support these versions, we recommend you [Update your Server](/1.0.0/guide/update-your-server.md) to the latest version.

## PHP

{% hint style="danger" %}
**Do not use PHP 7 or any releases earlier.**
{% endhint %}

<table><thead><tr><th width="210">PHP Version</th><th>App Support</th><th>Tech Support</th></tr></thead><tbody><tr><td><strong>8.2 (Recommended)</strong></td><td>✅</td><td>✅</td></tr><tr><td>8.1</td><td>✅</td><td>✅</td></tr><tr><td>8.0</td><td>✅</td><td>✅</td></tr><tr><td>7.x</td><td>❌</td><td>❌</td></tr><tr><td>5.x</td><td>❌</td><td>❌</td></tr><tr><td>4.x</td><td>❌</td><td>❌</td></tr><tr><td>3.x</td><td>❌</td><td>❌</td></tr></tbody></table>

### PHP Extensions

Saturn requires the following PHP extensions to be installed:

* None at this time.

## MySQL

{% hint style="danger" %}
**Do not use MySQL 5.7 or any releases earlier.**
{% endhint %}

<table><thead><tr><th width="210">MySQL Version</th><th>App Support</th><th>Tech Support</th></tr></thead><tbody><tr><td><strong>8.1 (Recommended)</strong></td><td>✅</td><td>✅</td></tr><tr><td>8.0</td><td>✅</td><td>✅</td></tr><tr><td>5.7</td><td>❓</td><td>❌</td></tr><tr><td>5.6</td><td>❓</td><td>❌</td></tr><tr><td>5.5</td><td>❓</td><td>❌</td></tr></tbody></table>

## MariaDB

{% hint style="danger" %}
**Do not use MariaDB 10.3 or any releases earlier.**
{% endhint %}

<table><thead><tr><th width="213">MariaDB Version</th><th>App Support</th><th>Tech Support</th></tr></thead><tbody><tr><td><strong>11.1 (Recommended)</strong></td><td>✅</td><td>✅</td></tr><tr><td>11.0</td><td>✅</td><td>✅</td></tr><tr><td>10.11 (LTS)</td><td>✅</td><td>✅</td></tr><tr><td>10.10</td><td>✅</td><td>❌</td></tr><tr><td>10.9</td><td>✅</td><td>❌</td></tr><tr><td>10.8</td><td>✅</td><td>❌</td></tr><tr><td>10.7</td><td>✅</td><td>❌</td></tr><tr><td>10.6 (LTS)</td><td>✅</td><td>✅</td></tr><tr><td>10.5</td><td>✅</td><td>✅</td></tr><tr><td>10.4</td><td>✅</td><td>✅</td></tr><tr><td>10.3 or earlier</td><td>❓</td><td>❌</td></tr></tbody></table>


---

# 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.saturncms.net/1.0.0/guide/system-requirements-and-support.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.
