> For the complete documentation index, see [llms.txt](https://docs.expel.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.expel.io/workbench-setup/get-started/manage-your-profile-and-user-account-settings.md).

# Manage Your Profile and User Account Settings

To access your Profile, select the box in the upper right corner and select **Manage account** in the dropdown.

{% hint style="info" %}
You can also access this page by going to **Organization Settings > Your Profile**.
{% endhint %}

<div align="left"><figure><img src="/files/E68gHqm4SqjzVsPOCMfJ" alt="Manage account button in Workbench Profile flyout." width="171"><figcaption></figcaption></figure></div>

See below to learn more about the various options in your Profile.

<div align="left"><figure><img src="/files/FcHnzDNCVqf9Lwr6A5Dc" alt="Areas of interest highlighted in Workbench UI."><figcaption></figcaption></figure></div>

A. **Change password and Reset Multifactor Authenticator**\
Use these links to reset your password or Multifactor Authenticator app.

B. **Account Details**\
This section provides information about you, including account status, activity, role, and more.

C. **Edit User**\
Select **Edit User** to change your email/username, first and last name, and other options depending on your user role.

D. **Email Notifications**\
This tab allows you to toggle [email notifications](/workbench-setup/notifications/manage-email-notifications.md) on or off, and select the conditions under which you will receive notifications. You may also opt into an **email digest** that will send a daily or weekly summary of open actions assigned to your organization.

<details>

<summary>Set Up an Email Digest</summary>

**About Email Digests**

An email digest is a scheduled summary of open [remediation](/workbench-reference/expel-terminology.md#remediation-action) and [investigative actions](/workbench-reference/expel-terminology.md#investigative-action) assigned to your organization. The digests provide you an accessible way to reference actions and see what needs to be completed in Workbench.

When you receive the email, the subject line will read: *Open actions assigned to your organization*

Each section lists the total number of open actions and includes:

* The name of the open action
* A link to the investigation
* A link to view open actions in Workbench&#x20;

**Configure an Email Digest**

1. [Log in to Workbench](https://workbench.expel.io/).
2. Select **Organization Settings > My Profile**.
3. Select **Email Notifications**.
4. In the Email Digest section, select **Add Digest**.
5. Select the frequency to receive the digest.

   For example, Weekly on Monday at 13:00 UTC.

   <div align="left"><figure><img src="/files/HZBZlZ4IYDNb355ciG7w" alt="Example shows email digest frequency set to Weekly on Monday at 13:00 UTC." width="375"><figcaption></figcaption></figure></div>
6. Select **Save**.

You can edit or delete existing digests via the pencil or trash can icon on a particular digest.

<div align="left"><figure><img src="/files/irUCaoIqWMefgj6HGfQA" alt="Digest edit and delete options in Workbench."><figcaption></figcaption></figure></div>

</details>

E. **Preferences**\
This tab allows you to:

* Choose from a list of Workbench dashboards or pages and set one as your homepage.&#x20;
* Toggle context highlighting on or off.
* Apply filtering: Expel Managed Phishing subscribers can opt to filter data by phishing service, MDR service, or both.
* Apply a color theme including light or dark modes, or default to your device's theme setting.

F. **Support**\
Easily access links to submit a support ticket or visit the Help Center.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.expel.io/workbench-setup/get-started/manage-your-profile-and-user-account-settings.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
