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

# Customers and subscribers

> See who bought from your store, review purchase history, and understand active subscriptions.

The **Customers** section gives you a single view of everyone who has purchased from your store — useful for support, repeat buyers, and subscription management.

## View customers

Click **Customers** in the dashboard sidebar. You'll see buyers grouped with their purchase history.

For each customer you can typically see:

* **Email** — from Stripe Checkout
* **Orders** — past one-time purchases
* **Subscriptions** — active or past recurring plans

## Subscription customers

When someone subscribes to a monthly or yearly product, they appear as an active subscriber. They can manage billing (update card, cancel) through the **member portal** linked from their confirmation email.

You don't need to manually extend access each billing cycle — Stripe handles renewals, and Quickshops keeps subscription status in sync.

## Support scenarios

<AccordionGroup>
  <Accordion title="A customer didn't receive their download email">
    Ask them to check spam. Confirm the order appears under **Orders** with a successful payment. You can resend or troubleshoot delivery from your support workflow; payment must have succeeded first.
  </Accordion>

  <Accordion title="A subscriber wants to cancel">
    Direct them to the subscription management link in their email, or the member portal. Cancellations take effect per your Stripe billing settings (usually end of the current period for cancel-at-period-end).
  </Accordion>

  <Accordion title="A customer needs a receipt">
    Stripe sends receipts automatically. They can also find charges in their bank app or request a receipt from Stripe if needed.
  </Accordion>
</AccordionGroup>

## Related

<CardGroup cols={2}>
  <Card title="Orders" icon="receipt" href="/selling/orders">
    Individual purchase records.
  </Card>

  <Card title="Subscriptions" icon="repeat" href="/products/subscriptions">
    Set up recurring products.
  </Card>
</CardGroup>
