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

# Cash Flow Widget Overview

<Tabs>
  <Tab title="Overview">
    The Cash Flow Widget helps users project how much cash they'll have for the next 30 days, based on the user's checking and savings accounts. This widget uses transactions that have been classified as [repeating transactions](/api-reference/platform-api/reference/transactions#repeating-transactions).

    <img src="https://mintcdn.com/mx-7a01b258/okX1fNbKtNWRCDvn/images/experience/pfm/cash-flow-widget.svg?fit=max&auto=format&n=okX1fNbKtNWRCDvn&q=85&s=0c264c0eca338bbb1c3fd7f14d651c3b" alt="Full Cash Flow Widget" width="1076" height="799" data-path="images/experience/pfm/cash-flow-widget.svg" />
  </Tab>

  <Tab title="Mini Widget">
    A smaller view of the widget is available (mini widget). This view displays key information and drives traffic to the full widget for more details.

    <img src="https://mintcdn.com/mx-7a01b258/okX1fNbKtNWRCDvn/images/experience/pfm/cash-flow-mini.svg?fit=max&auto=format&n=okX1fNbKtNWRCDvn&q=85&s=8b4b4b274894b70a126d8926061c95f3" alt="Mini Cash Flow Widget" width="734" height="204" data-path="images/experience/pfm/cash-flow-mini.svg" />
  </Tab>

  <Tab title="Empty State">
    This is how the widget appears when there is no available data.

    <img src="https://mintcdn.com/mx-7a01b258/okX1fNbKtNWRCDvn/images/experience/pfm/cash-flow-empty.svg?fit=max&auto=format&n=okX1fNbKtNWRCDvn&q=85&s=a6d7d0a74723a6df058752b28208d1ad" alt="Empty Cash Flow widget" width="1224" height="974" data-path="images/experience/pfm/cash-flow-empty.svg" />
  </Tab>

  <Tab title="Zero State">
    This is how the widget appears before accounts are connected.

    <img src="https://mintcdn.com/mx-7a01b258/okX1fNbKtNWRCDvn/images/experience/pfm/cash-flow-zero.svg?fit=max&auto=format&n=okX1fNbKtNWRCDvn&q=85&s=75b1203739b092830a8fad677ca3e4e4" alt="Zero Cash Flow widget" width="504" height="344" data-path="images/experience/pfm/cash-flow-zero.svg" />
  </Tab>
</Tabs>

## Key Features

* See each account's balance, projected income and expenses, and remaining cash for that month
* Filter the accounts that show in the widget
* Manage expenses and income by adding a recurring transaction, modifying an existing one, or removing one entirely

<Note>
  **DEVELOPER NOTE**

  You can integrate this widget so that the "Manage Income" drawer is open by default. See the [`deep_link_params`](/api-reference/platform-api/reference/widgets) for more details.
</Note>
