# Logging in to the email marketing frontend

There are two ways to access the email marketing frontend:&#x20;

1\. Impersonating a customer account from the backend admin account.

2\. Logging in with a user account.

{% hint style="info" %}
**Login as customer account through the backend via impersonation**

The most convenient way to access the email marketing platform frontend is by using the impersonate a customer account feature from the backend, this will open the frontend in a new tab while staying logged in as an administrator.
{% endhint %}

{% hint style="info" %}
When using impersonation, any new messages created will have the backend admin account's name and email address set as the default instead of the customer account's name and email address, this is easily modified by editing the message.
{% endhint %}

**From the backend top navigation go to customers -> customer accounts**

<div align="left"><figure><img src="https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FHNgw7cfnOYHQr0B6GDXr%2Fuploads%2FHVgjFHwiK8SuuPdUfS10%2FScreenshot%202023-06-05%20at%205.52.55%20PM.png?alt=media&#x26;token=3ef9e33e-60ad-4dd4-bf6d-6e9062d112fa" alt="" width="188"><figcaption></figcaption></figure></div>

**Check the customer account you want to log in as and click the action button:**

<div align="left"><figure><img src="https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FHNgw7cfnOYHQr0B6GDXr%2Fuploads%2FaWB3zsiJSYYbE2VH7V5c%2FScreenshot%202023-06-05%20at%205.55.31%20PM.png?alt=media&#x26;token=0c077549-ddb2-4603-8d38-0798b86b0efe" alt="" width="188"><figcaption></figcaption></figure></div>

**Selecting login as customer will open the email marketing frontend in a new tab:**

<div align="left"><figure><img src="https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FHNgw7cfnOYHQr0B6GDXr%2Fuploads%2FIm0p163a4Fb1PeQA7YPr%2FScreenshot%202023-06-05%20at%205.53.46%20PM.png?alt=media&#x26;token=ab364558-6c6b-45d7-b52a-da9007d0bd1f" alt="" width="188"><figcaption></figcaption></figure></div>

You'll see this at the top of your email marketing frontend browser tab to indicate you're in impersonation mode.

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

{% hint style="info" %}
**Logging in with a user account**

A user account logs directly into the frontend with a unique email address and password combination, for more information on user accounts see [creating user accounts](/docs/backend-administration/creating-user-accounts.md).
{% endhint %}

{% hint style="info" %}
**Log in with a user account at the same URL as your backend admin account**

Use the same admin\_url link you configured during installation to log in with an email marketing frontend user account and your backend admin account, each account type will be routed to the right place automatically.
{% endhint %}

{% hint style="warning" %}
To stay logged in as the backend admin while fully logging in as an email marketing user account instead of using administrator impersonation, just log in again through an incognito window, another browser, or use Firefox [containers](https://addons.mozilla.org/en-US/firefox/addon/multi-account-containers/).
{% 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/logging-in-to-the-email-marketing-frontend.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.
