# User account settings

Your Hippoly user account is **personal** and used across all workspaces you belong to.&#x20;

Only you can update your account information. Workspace administrators cannot change your email address, phone number, or sign-in settings on your behalf.&#x20;

Keeping your profile and contact details up to date ensures that you receive the right notifications and can access all your workspaces without interruption.

## Typical tasks

{% columns %}
{% column %}
[Update or add additional email address](/administration/user-account-settings/email-addresses.md)

[Update or add a profile picture](/administration/user-account-settings/profile-picture.md)
{% endcolumn %}

{% column %}
[Add a passkey for smoother login](/administration/user-account-settings/passkeys.md)

[Change Sign-in method](/administration/user-account-settings/sign-in-method.md)
{% endcolumn %}
{% endcolumns %}

## Navigate to your Account settings

{% stepper %}
{% step %}
To open the **User account settings** page go to <https://secure.hippoly.com/#/account-settings/settings>

Or click your name at the top right corner of the screen and select the `Account settings`  menu option.&#x20;

<figure><img src="/files/QpmCt4Ad3rfJWSV4TfzY" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Click the setting you want to update
{% endstep %}
{% endstepper %}


---

# 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.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.
