# Autoscale

ReadyMage autoscale applies to the Magento **Admin Panel** and **Front End**.&#x20;

Your store's resource load is automatically monitored and if additional resources are required, additional server pod replicas are created. Once the load decreases, these additionally created server pod replicas are removed.&#x20;

Access the *Autoscale* setting through the **User Portal → Project → Selected Instance → Infrastructure Management → Autoscale**. Then, enable or disable the switch.

<figure><img src="/files/DojJ5iNNXkOWHiTkSWkG" alt=""><figcaption></figcaption></figure>

Autoscaling is enabled by default for your first instance, and disabled for each of the subsequent instances you create in your account.

{% hint style="info" %}
**Note**: Autoscaling does not apply to stateful services, such as MySQL.&#x20;

Therefore, when your store has a planned **marketing campaign**, please inform <hello@readymage.com> in advance and provide the **estimated traffic**, so these resources can be checked and manually adequate if necessary.\
After the campaign is over, the resources should be reduced back.
{% endhint %}

For more information, refer to [Autoscaling](/faq/autoscaling.md).


---

# 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://help.readymage.com/infrastructure-management/autoscale.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.
