# My Account

The **My Account** view of the is the place where you can manage your account information, change password, or set up the MFA.

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

## Personal settings

In **Personal settings**, you can view and edit your personal information and see the specific roles you are assigned to in the and .

The **Custom Roles** section is visible if you have specific user groups assigned in the . These can be managed directly in the by `CE Administrator` users.

## Password

In the **Change password** tab, you can change the access password to your account.

If your account is configured to use a social login or single sign-on to access the applications, you are not able to reset your password on your own, as this is managed by an external provider. To reset the password, change it through the provider directly.

## Multi-factor authentication (MFA)

In the Manage MFA section of your account settings, you can set up Multi-Factor Authentication (MFA).

1. Using an **Authenticator App** (for example Google or Windows ones) on your phone, scan the provided QR code or enter the provided secret key manually.

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

2. Enter the verification code and save the configuration. After you choose **Save**, you are logged out and need to log in to the developer portal again.

Your MFA setup is complete. You can disable it at any time using the **Disable MFA** button.

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

* All the users can use the MFA, but only Authenticator Apps are supported.
* When you enable MFA, it works both for the Developer Portal and the Management Dashboard.


---

# 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://developer.emporix.io/ce/getting-started/developer-portal/myaccount.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.
