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

# Customers

> Browse customers synced from your Stripe account into Bizzy

The **Customers** section shows the customers on your primary business's Stripe
account. Think of it as a CRM-style view over Stripe data — unified with the
rest of Bizzy so agents and automations can reference customer context.

<Frame>
  <img src="https://mintcdn.com/thebizzycomapny/LTbGbhRRJUQlFsAe/images/user-guide/customers/list.png?fit=max&auto=format&n=LTbGbhRRJUQlFsAe&q=85&s=e7541c5e2ceefc99f3be978fa75364c1" alt="Customers list with Stripe-synced badges" width="800" height="500" data-path="images/user-guide/customers/list.png" />
</Frame>

## The list

Each row shows:

| Column             | Notes                                        |
| ------------------ | -------------------------------------------- |
| **Name**           | From Stripe                                  |
| **Email**          | From Stripe                                  |
| **Customer since** | Stripe creation date                         |
| **Stripe badge**   | Green badge if the row is synced from Stripe |

### Filters

* **Search** — matches name and email.
* **Sync filter** — `All` / `Synced from Stripe` / `Not synced`.

## Customer detail

Click a row to open the customer's detail page. You'll see:

* Contact information (name, email)
* Stripe-sourced metadata (customer since, Stripe customer ID if synced)
* Related context from Bizzy when applicable

## Prerequisites

For the Customers section to be populated, you need:

1. A linked Stripe account — see
   [Stripe Connect](/user-guide/businesses/stripe-connect).
2. Customers in that Stripe account.

If Stripe isn't linked yet, the list will be empty and you'll see guidance
pointing you to connect.

## Limitations today

* **Read-only from Stripe.** The current UI displays Stripe customers — it
  doesn't create them. New customers show up only after they exist in Stripe.
* **No manual "sync now".** Sync happens automatically; there's no button to
  force an immediate refresh.
* **No customer ↔ contact mapping.** Customers and
  [Contacts](/user-guide/contacts/index) are separate entities today; linking
  them explicitly is not yet supported in the UI.

## Next steps

<CardGroup cols={2}>
  <Card title="How sync works" icon="rotate" href="/user-guide/customers/sync">
    Understand the data flow
  </Card>

  <Card title="Stripe Connect" icon="credit-card" href="/user-guide/businesses/stripe-connect">
    Link Stripe to populate this list
  </Card>
</CardGroup>
