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

# Customers

> Create and manage customers on the Korint platform.

## Customer object

A customer represents a policy holder. Each customer has one policy, which in turn has one or more assets.

**General**

* payment methods: a list of payment methods used by this customer.
* invoices: a list of invoices issued to this customer.

**Product specific information**

* custom fields: a list of product specific attributes. For more details check out [custom fields](/concepts/customization/custom-fields).

## Customer statuses

Customer statuses follow policy statuses for the most part.

| Status               | Allowed Operations                                                                                                                                              | Next Status          |
| -------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------- |
| `CUSTOMER_CREATED`   | Edit your customer information, and ask for quotes for the customer's policy.                                                                                   | `CUSTOMER_QUOTED`    |
| `CUSTOMER_QUOTED`    | A quote has been chosen for the customer's policy. You can edit non pricing information.                                                                        | `CUSTOMER_CONFIRMED` |
| `CUSTOMER_CONFIRMED` | Your customer's policy can no longer be modified. You can modify its details through a [Mid Term Agreement](/concepts/core-lifecycle/modifying-live-contracts). | `CUSTOMER_SIGNED`    |
