# Changing the Domain & Multi-Store Set up

## Schedule domain switch

{% hint style="info" %}
Domain change requires ReadyMage admin assistance. Please contact <admin@readymage.com> one week in advance and we will schedule a domain change.
{% endhint %}

1. Access the User Portal following these[ instructions](/user-portal/user-portal-access.md).
2. Select the instance you want to change the domain for from the instance drop-down.&#x20;
3. Go to the [Domain Management](/application-management/domain-management.md) tab in the Application Management section.
4. Click Change domain and enter the domain you would like to switch to, for example, mystore.com
5. You will get contacted via email by the ReadyMage team to schedule the domain switch.

### SES Records for email

During the domain switch required DNS records can be set to enable the default Magento 2 SMTP email solution with your domain email addresses. Once the domain switch is requested ReadyMage team will clarify if the default Magento 2 SMTP email solution will be used and provide the required DNS records for it.

## Multi-Store Set up

With ReadyMage it is also possible to have multiple stores on a single instance.

1. Set up multiple stores in Magento admin following [Magento Guide](https://devdocs.magento.com/guides/v2.4/config-guide/multi-site/ms_websites.html).&#x20;
2. Send a support request to ReadyMage or write directly to <admin@readymage.com> that you wish to set up multiple domains for your stores. The ReadyMage team will assist you with further configuration.


---

# 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/project-development/change-domain.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.
