# Getting started with Hippoly

To use [Hippoly](/getting-started/what-is-hippoly.md), you need a personal user account. Your account is unique to you and can be linked to multiple workspaces, allowing you to seamlessly navigate between different boards and decision-making teams.

### 1. Create your user account

{% stepper %}
{% step %}
Go to <https://secure.hippoly.com/#/auth/signup>.
{% endstep %}

{% step %}
Enter your email address (this will be pre-filled if you accessed via a workspace invitation link).
{% endstep %}

{% step %}
Select your preferred login method (eID is recommended in regions where it is supported).
{% endstep %}

{% step %}
Complete the registration process based on your chosen login method.
{% endstep %}

{% step %}
Click the `Create account` button.
{% endstep %}
{% endstepper %}

Your user account is set up, now you need a place to collaborate with your team. We call that a workspace, and you can become part of one either by creating a new one or join an existing one.

### 2. Create or join a workspace

* [Join an existing workspace](/getting-started/join-an-existing-workspace.md) I have been invited to .&#x20;
* [Create a new workspace for my team](/getting-started/create-a-hippoly-workspace.md).

### 3. Configure your profile and preferences

{% stepper %}
{% step %}
[Add a profile picture](/administration/user-account-settings/profile-picture.md). It looks nice and helps your colleagues recognise you on Hippoly.
{% endstep %}

{% step %}
Make sure your [Display name](/administration/user-account-settings/display-name.md) includes both your first and last name, since it will be used in documents such as Meeting minutes.
{% endstep %}

{% step %}
[Add a passkey](/administration/user-account-settings/passkeys.md) as a complementary sign-in method. It makes signing in faster and easier, and it also lets you access your account if, for any reason, you can’t use your primary sign-in method.
{% endstep %}

{% step %}
[Configure your notifications](/administration/user-account-settings/email-notifications.md). Notifications alert you to activity in your workspaces and make sure you don’t miss anything important.
{% endstep %}

{% step %}
Make sure you have installed the Hippoly app on your phone and/or tablet.

[Download Hippoly for  iOS](https://apps.apple.com/app/id1469078766)&#x20;

[Download Hippoly for Android](https://play.google.com/store/apps/details?id=com.hippoly.capapp)
{% endstep %}
{% endstepper %}

### Noteworthy about your Hippoly user account

* For the best experience, we strongly recommend using only one Hippoly user account, even if you work across multiple teams or organizations. If you need to receive emails, calendar invitations, or notifications at different addresses for different teams, you can [add multiple email addresses](/administration/user-account-settings/email-addresses.md) to your account and choose which one to use for each team.for which team.
* Always make sure you have a working primary email address and a verified mobile number linked to your user account. Otherwise, you may miss important updates from your workspaces, won’t be able to e-sign documents, and won’t be able to restore your account if you forget your password.


---

# 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/getting-started/getting-started-with-hippoly.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.
