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

# Linked Accounts

> Bank accounts and credit cards connected to Layer.

Displays all accounts connected to Layer including embedded banking, Plaid, and custom accounts.

![Linked Accounts](https://github.com/Layer-Fi/layer-react/assets/1592431/3e7c1349-a5c3-47c8-a4d5-71f9bdc3be78)

```tsx theme={null}
<LinkedAccounts showLedgerBalance />
```

### Properties

<ParamField body="elevated" type="boolean">
  Stylistic option to highlight the component.
</ParamField>

<ParamField body="showLedgerBalance" type="boolean">
  Flag to enable or hide the current ledger balance corresponding to this external account. Useful for bank reconciliation workflows.
</ParamField>
