> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mx.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Dashboard

The Dashboard is the main page of the mobile app, displaying all accounts organized by type, an access point to the Connect Widget, Financial Insights (if purchased), and mini financial management widgets. Your users can customize which accounts appear and access key features like notifications, search, and account management.

<iframe src="https://embed.figma.com/design/8v0T7PULl7LopzaajvAJAq/Dashboard---Docs?node-id=8-23948&embed-host=share" style={{ width: "100%", maxWidth: "700px", aspectRatio: "7/4.5", border: "none" }} />

## Header

The Dashboard header displays your institution's name, search bar, notification bell, and three-dot menu. It also shows a dynamic greeting that changes based on the user's local time:

* Good Morning
* Good Afternoon
* Good Evening

<iframe src="https://embed.figma.com/design/8v0T7PULl7LopzaajvAJAq/Dashboard---Docs?node-id=8-22762&embed-host=share" style={{ width: "100%", maxWidth: "700px", aspectRatio: "7/4.5", border: "none" }} />

### Notification Bell

The bell icon shows the number of unread notifications. Your users can select it to view the full [notifications page](/products/experience/mobile/features/notifications).

### Three-Dot Menu

The three-dot menu opens a More Options modal with Customize Dashboard options and a Send Feedback form.

## Accounts Views

Under the heading, you see a pill-style tab bar with six tabs:

* Summary
* Checking
* Savings
* Credit
* Loans
* Investments

<Note>
  **NOTE**

  You can scroll tabs horizontally.
</Note>

<iframe src="https://embed.figma.com/design/8v0T7PULl7LopzaajvAJAq/Dashboard---Docs?node-id=17-10495&embed-host=share" style={{ width: "100%", maxWidth: "700px", aspectRatio: "7/4.5", border: "none" }} />

Each pill tab includes multiple associated account types.

| Pill tab    | Account types                                              |
| :---------- | :--------------------------------------------------------- |
| Checking    | `CHECKING`                                                 |
| Savings     | `SAVINGS`                                                  |
| Credit      | `CREDIT_CARD`, `LINE_OF_CREDIT`, `CHECKING_LINE_OF_CREDIT` |
| Loans       | `LOAN`, `MORTGAGE`                                         |
| Investments | `INVESTMENT`, `PROPERTY`                                   |
| Other       | `CASH`, `INSURANCE`, `PREPAID`, `DIGITAL_WALLET`           |

### Summary

The **Summary** tab displays all aggregated accounts as row items, showing the account name, type, and balance.

Your users can select the left side of a row to open account details, or select the right side to open a card view. The app displays Financial Insights for an account when your users expand the card.

The expanded card view shows general account information (such as balance) and the 3 most recent transactions. The card footer includes available action buttons based on account eligibility, which you configure via the [MDX API](/api-reference/more-apis/mdx/).

<iframe src="https://embed.figma.com/design/8v0T7PULl7LopzaajvAJAq/Dashboard---Docs?node-id=17-25517&embed-host=share" style={{ width: "100%", maxWidth: "700px", aspectRatio: "7/4.5", border: "none" }} />

Different account types will display different balances. See the table to identify which balance field will display by default. The display term can be changed per account type.

| Account Type            | Balance Display |
| :---------------------- | :-------------- |
| Checking, Savings       | `Available`     |
| Credit, Loans, Mortgage | `Outstanding`   |
| Investments, Any, Other | `Balance`       |

Action types in order of preference:

1. `Deposit`
2. `Transfer`
3. `Make Payment`

<Warning>
  **WARNING**

  Only two actions can display at a time.
</Warning>

### Pill Tabs

When your users select a tab, the app displays all accounts belonging to that group in an at-a-glance view. Under the group, **Manage** and **Connect** buttons appear, allowing your users to remove existing accounts or add new accounts.

## Transactions

Under the accounts view, the app displays a card view of all transactions. The app embeds insights generated for specific transactions into their respective transaction rows. Your users can select **View More** to open the full [Transactions widget](/products/experience/mobile/features/transactions).

<img src="https://mintcdn.com/mx-7a01b258/okX1fNbKtNWRCDvn/images/experience/mobile/dashboard-transactions.svg?fit=max&auto=format&n=okX1fNbKtNWRCDvn&q=85&s=b567a7bb06751cbc29e03acdadc65326" alt="dashboard transactions" width="417" height="432" data-path="images/experience/mobile/dashboard-transactions.svg" />

## Connect Accounts

The Connect Accounts card provides another entry point where your users can add more accounts to their profile. For more information, visit the [Connect Widget](/connect/) page.

<img src="https://mintcdn.com/mx-7a01b258/2CWOnx7baIckmnqs/images/experience/mobile/dashboard-connect-accounts.svg?fit=max&auto=format&n=2CWOnx7baIckmnqs&q=85&s=5ba8313276a880538af603e3919d8e4d" alt="connect accounts" width="417" height="204" data-path="images/experience/mobile/dashboard-connect-accounts.svg" />

## Insights

The Insights card will show the [Micro Insights Widget](/products/experience/insights/widget-overviews/micro-widget). This displays users' insights. When users select an insight, the app redirects them to the Insights Widget with that insight pinned to the top.

<img src="https://mintcdn.com/mx-7a01b258/okX1fNbKtNWRCDvn/images/experience/mobile/dashboard-insight.png?fit=max&auto=format&n=okX1fNbKtNWRCDvn&q=85&s=91978581ed8ae5fcd95f6b7886bca8f7" alt="dashboard insights" width="417" height="289" data-path="images/experience/mobile/dashboard-insight.png" />

<Note>
  **NOTE**

  The Insights card only displays if you've purchased Financial Insights.
</Note>

## Mini Widgets

The next element presented is a selection of mini widgets. For more information on each of the widgets, see [widget overviews](/products/experience/pfm/widget-overviews/).

<Note>
  **NOTE**

  All PFM widgets are available except the Money Dashboard widget, Accounts widget, and Transaction widget.
</Note>

See [Widget customization](/products/experience/mobile/setup#widgets) for how to disable widgets.

<iframe src="https://embed.figma.com/design/8v0T7PULl7LopzaajvAJAq/Dashboard---Docs?node-id=17-43177&embed-host=share" style={{ width: "100%", maxWidth: "700px", aspectRatio: "7/4.5", border: "none" }} />
