# Profile settings

The **Profile settings** page allows you to manage and customize your account details. Here, you can view and update your [personal information](/digital-river-api/administration/dashboard/profile-settings/viewing-your-personal-information.md), [change your password](/digital-river-api/administration/dashboard/profile-settings/changing-your-password.md), set up and maintain your trusted mobile [phone number](/digital-river-api/administration/dashboard/profile-settings/updating-your-phone-number.md), and [enable multi-factor authentication](/digital-river-api/administration/dashboard/profile-settings/enabling-two-factor-authentication.md).

{% hint style="info" %}
**Note:** The Digital River Dashboard application provides multifactor authentication (MFA) to ensure maximum security. Choose your phone number or Google Authenticator [to set up MFA](/digital-river-api/administration/dashboard/profile-settings/enabling-two-factor-authentication.md). If you are using both Digital River Dashboard and eCompass, you are required to set up MFA for both applications. Use the same username and password for both applications, so you only need to set up MFA once. Your credentials are applied to both applications in the same way.
{% endhint %}

To access your Profile settings, click your user name in the upper-right corner of the page, which will open a drop-down menu.

<div align="left"><figure><img src="/files/PNHxSXBIh2OPDaILxfWf" alt=""><figcaption></figcaption></figure></div>

Click **Profile settings** to open the Profile settings page and perform one or more of the following tasks:

* [Viewing your personal information](/digital-river-api/administration/dashboard/profile-settings/viewing-your-personal-information.md)
* [Changing your password](/digital-river-api/administration/dashboard/profile-settings/changing-your-password.md)
* [Updating your phone number](/digital-river-api/administration/dashboard/profile-settings/updating-your-phone-number.md)
* [Enabling multi-factor authentication](/digital-river-api/administration/dashboard/profile-settings/enabling-two-factor-authentication.md)


---

# 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://docs.digitalriver.com/digital-river-api/administration/dashboard/profile-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.
