# Changing the installation domain

{% hint style="warning" %}
**The domain that you entered during installation is the only domain that's "baked-in".**
{% endhint %}

{% hint style="info" %}
**Installation Domain**

The installation domain serves some vital functions in your ESP platform such as receiving webhooks, displaying images while editing email templates inside of the platform, encrypting your connection with HTTPS, and other administrative components.&#x20;
{% endhint %}

{% hint style="success" %}
You can change your installation domain at any time, just SSH into your server or use the Digital Ocean Droplet Console and run the following commands:
{% endhint %}

```
cd edcom-install
```

```
./update_domain.sh
```

```
./restart.sh
```

{% hint style="warning" %}
The installation domain must match the A record in your DNS provider ***exactly*** including subdomain. If your DNS record is esp.fivetacofiesta.com your installation domain must also be esp.fivetacofiesta.com.
{% 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.emaildelivery.com/docs/post-installation/changing-the-installation-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.
