# Email addresses

Your email address is a key component of your Hippoly account. It’s used for identification, workspace invitations, email notifications, meeting calendar events, and more.

Your user account can be linked to multiple email addresses, allowing you to manage different addresses for various purposes. For example, if you belong to multiple workspaces, you can choose to [use a specific email address for communication in a particular workspace](#use-a-specific-email-address-for-one-of-my-workspaces).

## Add a new email address

If you want to update the email address linked to your account or add an additional one, follow these steps:

{% stepper %}
{% step %}
Go to <https://secure.hippoly.com/#/account-settings/settings>, or navigate to your account settings by clicking your name at the top right corner of the screen. &#x20;
{% endstep %}

{% step %}
Expand the **Email addresses** section.
{% endstep %}

{% step %}
Click the `Add email address` button.
{% endstep %}

{% step %}
Enter your new email address and click **`Continue`**.
{% endstep %}

{% step %}
A verification code will be sent to your email address. Check your email inbox for the code,  then enter it in the Hippoly dialoge.&#x20;
{% endstep %}

{% step %}
Your new email address is now verified and added  to your account
{% endstep %}
{% endstepper %}

## Change primary email address

{% hint style="info" %}
**Always make sure that you have a valid and functional email address set as your primary.** The primary address is used for authentication and serves as the default for all Hippoly email communication across your workspaces, unless specific addresses are assigned to individual workspaces.
{% endhint %}

To update your primary email address, for example, if your current primary email address is no longer active or accessible, follow these steps:

{% stepper %}
{% step %}
Go to <https://secure.hippoly.com/#/account-settings/settings>

Or navigate to your account settings by clicking your name at the top right corner of the screen. &#x20;
{% endstep %}

{% step %}
Expand the Email addresses section.
{% endstep %}

{% step %}
Click on the `menu-icon` to the right of the email address and select `Set as primary email address`.&#x20;
{% endstep %}
{% endstepper %}

<figure><img src="/files/GtaqnFwNVewh7u2P7FaB" alt="" width="563"><figcaption><p>Set email address as primary</p></figcaption></figure>

## Delete email adress

You might want to delete an email address associated with your account, for instance if that email address is no longer active or accessible.&#x20;

{% hint style="info" %}
**Note that your primary email address cannot be deleted**.  If you want to delete that email address you first need to [set another email address as  your primary](#change-primary-email-address).
{% endhint %}

To delete an email address follow these steps:&#x20;

{% stepper %}
{% step %}
Go to <https://secure.hippoly.com/#/account-settings/settings>

Or navigate to your account settings by clicking your name at the top right corner of the screen. &#x20;
{% endstep %}

{% step %}
Expand the Email addresses section.
{% endstep %}

{% step %}
Click on the `menu-icon` to the right of the email address and select `Delete email address`
{% endstep %}
{% endstepper %}

<figure><img src="/files/Vgj1WYuzv5ylXEmNpz9v" alt="" width="563"><figcaption><p>Delete an email address</p></figcaption></figure>

## Use a specific email address for one of my workspaces

{% hint style="info" %}
If you haven’t assigned a specific email address to a workspace, your primary email address will be used by default. Only verified email addresses that are already linked to your user account can be assigned to a workspace.
{% endhint %}

If you are a member of multiple workspaces, you might prefer to use different email addresses for each. A common reason for this is managing separate personal calendars, ensuring that calendar invitations from each workspace are sent to the correct calendar. On Hippoly, you can easily control which email address is used for each of your workspaces. Simply follow these steps:

{% stepper %}
{% step %}
Go to <https://secure.hippoly.com/#/account-settings/workspaces>

Or navigate to your account settings page by clicking your name at the top right corner of the screen.  On the account settings page click the workspaces tab.&#x20;
{% endstep %}

{% step %}
In the list, click on the workspace you want to assign a specific email address for.
{% endstep %}

{% step %}
Select the email address you want to use in the dropdown.
{% endstep %}
{% endstepper %}

<figure><img src="/files/IdRUMhRkCRNIeHjZ556F" alt="" width="563"><figcaption><p>Set specific email address for workspace</p></figcaption></figure>

## Troubleshoot adding new email address&#x20;

### Email address needs verification?

This message appears if the email address added hasn't been verified correctly. To be able to assign the email address to a specific workspace or to use it as your primary, it must be verified. To verify the email address follow these steps:&#x20;

{% stepper %}
{% step %}
Click the `menu-icon` to the right of the email address and select `Verify email address`
{% endstep %}

{% step %}
A verification code will be sent to your email address. Check your email inbox for the code,  then enter it in the Hippoly dialoge.&#x20;
{% endstep %}
{% endstepper %}

<figure><img src="/files/PcT27sUkJLIjSVFgdksD" alt="" width="563"><figcaption></figcaption></figure>

### I don't receive a verification code when I adding my address?&#x20;

Try these steps:

{% stepper %}
{% step %}
Control that you have entered the correct email address.
{% endstep %}

{% step %}
Check your email junk folder.
{% endstep %}

{% step %}
Try resending the verification code. Click the `menu-icon` next to the email address and select `Verify Email Address`.
{% endstep %}

{% step %}
Still no luck? Please reach out to Hippoly support for further assistance
{% endstep %}
{% endstepper %}

### My email address is not available?

This message appears if the email address you entered is already linked to another user account on Hippoly. This is often due to having multiple accounts on the platform. For assistance, please reach out to Hippoly support.

<figure><img src="/files/8RhVODiOsrrEkSA5HKLJ" alt="" width="563"><figcaption><p>Email address not available</p></figcaption></figure>


---

# 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.hippoly.com/administration/user-account-settings/email-addresses.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.
