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

# How Invoices Work

> Understand invoice statuses, learn how to create and send invoices, and track customer payments from your Bila Product Store.

Create professional invoices, send them to customers, and track their payment status from your Product Store. Invoices are denominated in ZMW and customers pay via mobile money from a public payment link.

<Info>
  Invoices are part of your **Product Store**. Make sure your store is active and accepting orders before sending invoices.
</Info>

***

## Watch: How to Create and Send Invoices

<iframe src="https://www.youtube.com/embed/mbCrHXlc6CM" title="YouTube video player" frameborder="0" className="w-full aspect-video rounded-xl" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen />

***

## Invoice Statuses

| Status             | Meaning                                     |
| ------------------ | ------------------------------------------- |
| **Draft**          | Created but not yet sent                    |
| **Sent**           | Delivered to the customer, awaiting payment |
| **Viewed**         | The customer has opened the invoice         |
| **Partially paid** | A partial payment has been received         |
| **Paid**           | Paid in full                                |
| **Overdue**        | Past due date with no payment               |
| **Cancelled**      | Cancelled by you                            |
| **Void**           | Voided and no longer valid                  |

***

## What You Can Do

<CardGroup cols={2}>
  <Card title="Create an Invoice" icon="file-circle-plus" href="/docs/guide/invoices/create-invoice">
    Add customer details, line items, and send or save as draft.
  </Card>

  <Card title="View and Manage" icon="file-lines" href="/docs/guide/invoices/view-and-manage">
    Open invoices, edit, duplicate, download PDF, or cancel.
  </Card>

  <Card title="Customer Payment" icon="credit-card" href="/docs/guide/invoices/customer-payment">
    How your customers view and pay invoices via mobile money.
  </Card>

  <Card title="Invoice Settings" icon="gear" href="/docs/guide/invoices/settings">
    Configure numbering, branding, defaults, and notifications.
  </Card>
</CardGroup>
