> For the complete documentation index, see [llms.txt](https://help.citrusad.com/retail-media-interface/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.citrusad.com/retail-media-interface/platform-navigation/logging-in.md).

# Logging in

Logging in is easy if you're a current user. Simply navigate to campaign.citrusad.com and follow the prompts.

{% embed url="<https://campaign.citrusad.com/>" %}

#### **Logging In:**

1. Enter your email and password.
2. Select the retailer and team you want to manage campaigns for on the landing page.<br>

   <figure><img src="https://19206235-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FmxYbXHcdDvQ7toxAu8ql%2Fuploads%2FAZ8Ny5m2K3rjvU6rA5M6%2FCleanShot%202025-09-23%20at%2017.08.03.png?alt=media&amp;token=5b5cef22-86c9-4d08-8f7b-116c8bc1759a" alt=""><figcaption></figcaption></figure>
3. Select the team you want to access

If you’ve been invited to the platform, this will be added to the new experience in the coming months. In the meantime, you can still use the current invitation process below.

When you receive an email invitation to the Epsilon platform, it means you've been added to a team. To access it, simply follow the instructions provided in the email.

#### **New Account:**

1. Click the accept invite button in your email to get started.
2. Fill in your details and accept the terms and conditions. Once completed, click register. You will then receive a confirmation email with next steps.
3. In the confirmation email, click the activate button, which will redirect you to the success page.
4. On the success page, sign in with the username and password you created during the sign-up process.

#### **Existing Account:**

1. Click the accept invite button in your email to gain access to the team you’ve been invited to.
2. After logging in to the platform, you will be taken to the invitations page.
3. Accept the invite and begin exploring the respective team that you have been invited to.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.citrusad.com/retail-media-interface/platform-navigation/logging-in.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
