# Creating Customer Accounts

{% hint style="info" %}
**Customer accounts can only access the email marketing frontend using impersonation**&#x20;

A user account logs in directly to the frontend with an email address and password, a customer account stays logged in as the backend admin while using the email marketing frontend in a new tab.
{% endhint %}

{% hint style="info" %}
**Customer accounts do not share data or users**

In contrast to user accounts, customer accounts are siloed, each customer account is an isolated environment.
{% endhint %}

**Click Customers -> Customer Accounts**

<div align="left"><figure><img src="https://2024949584-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FHNgw7cfnOYHQr0B6GDXr%2Fuploads%2FFAHkkrnsCRfI7M1YqTfl%2FScreenshot%202023-06-07%20at%202.38.29%20AM.png?alt=media&#x26;token=07bb1ac8-3031-48de-a957-b32536e20418" alt="" width="184"><figcaption></figcaption></figure></div>

**Click the green plus to create a new customer account:**

<figure><img src="https://2024949584-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FHNgw7cfnOYHQr0B6GDXr%2Fuploads%2FWJWQ3DCKWk5dQegV3r1v%2FScreenshot%202023-06-07%20at%204.24.17%20AM.png?alt=media&#x26;token=2a7a3012-7042-4675-9e89-aae8b9590a3b" alt=""><figcaption></figcaption></figure>

**Company Name**

Give the customer account a name, this will be shown on the frontend under the user account name.

**Frontend**

{% hint style="danger" %}
Do not change, this is an advanced feature for expert use only.
{% endhint %}

A default frontend settings configuration suitable for all customer accounts comes pre-configured with your installation.

**Postal Routes**

At least one [postal route](https://docs.emaildelivery.com/docs/introduction/postal-routes) must be added to a customer account in order to create it or save changes made to it.&#x20;

{% hint style="info" %}
When you add multiple postal routes, they will appear in a dropdown in the email marketing platform UI anywhere you can send a message, postal routes can also be specified through the email marketing API.&#x20;
{% endhint %}

<figure><img src="https://2024949584-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FHNgw7cfnOYHQr0B6GDXr%2Fuploads%2FEldCjlYJItKacXh385LX%2FScreenshot%202023-06-07%20at%206.33.41%20AM.png?alt=media&#x26;token=25668f1d-bb20-4b4d-83c4-c77d02422c22" alt=""><figcaption></figcaption></figure>

**Edit send limits**

{% hint style="warning" %}
Disabled by default, this is an advanced feature for expert use only.
{% endhint %}

[Sending limits](https://docs.emaildelivery.com/docs/backend-administration/broken-reference) place email sending volume restrictions on untrusted customer accounts to guard against spam and abuse.&#x20;

**Trial Expiration:**

{% hint style="warning" %}
Disabled by default, this is an advanced feature for expert use only.
{% endhint %}

Customer accounts can be given an email marketing trial period with an expiration date that automatically cuts access off.&#x20;

**Example Data Template**

{% hint style="warning" %}
Disabled by default, this is an advanced feature for expert use only.
{% endhint %}

If checked, newly created customer accounts will duplicate this account's data and come with all of it's contact lists, broadcasts, segments, email funnels, etc.&#x20;

**Reverse Funnel Order**

{% hint style="info" %}
Default: First in, first out. Reverse: Last in, first out.&#x20;
{% endhint %}

If checked, during periods of delayed delivery the most recently added contacts will be sent first, with the expectation that recency creates higher engagement and better deliverability.

**Don't Validate Lists**

{% hint style="warning" %}
Disabled by default, this is an advanced feature for expert use only.
{% endhint %}

List validation places contact list uploading restrictions on untrusted customer accounts to guard against spam and abuse.&#x20;

If unchecked, uploaded contact lists will be unavailable for use until manually approved by the backend admin.

Lists needing approval will be shown under the List Approval tab. Optional automated hygiene and validation can be done using a Mailgun integration.&#x20;

<figure><img src="https://2024949584-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FHNgw7cfnOYHQr0B6GDXr%2Fuploads%2FLqYWxUDjl8dS5fTB759j%2FScreenshot%202023-06-07%20at%206.10.41%20AM.png?alt=media&#x26;token=64abf977-2aca-4eea-adc0-4f0e20230b62" alt=""><figcaption></figcaption></figure>

**Remember to save!**

<figure><img src="https://2024949584-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FHNgw7cfnOYHQr0B6GDXr%2Fuploads%2FESKPR8OAA1cqM3bjPykt%2FScreenshot%202023-06-07%20at%203.45.38%20AM.png?alt=media&#x26;token=b34bbab2-aaa6-4c1c-8c48-72305d1a1492" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
**Create a user account**

[Creating a user account](https://docs.emaildelivery.com/docs/backend-administration/creating-user-accounts) is optional, you can just hit the back arrow and still access the email marketing frontend in a new tab via impersonation.<br>
{% 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/backend-administration/creating-customer-accounts.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.
