> For the complete documentation index, see [llms.txt](https://learn.withessential.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://learn.withessential.com/customers-and-work/customers/see-and-browse-all-your-customers.md).

# See and browse all your customers

The Customers page lists every customer account for your business. Each row shows the customer's Name, Notes, Status (Active or Inactive), and Created At. Click a column header to sort (the list opens sorted by Name), and click a row to open that customer.

The New Customer button in the top right adds one. Next to it, the "..." menu has an Export to CSV item that downloads the list. There is no text search box on this page, so sort by a column and use the page controls to find the account you want, then click it to open it.

![Customers list](/files/B8XXi07jtycH3u6zRFNu)

> **Where to find it:** Customers page (main navigation, Customers)

## Related guides

* [Merge or split customer accounts](/customers-and-work/customers/merge-or-split-customer-accounts.md)
* [Create a customer](/customers-and-work/customers/create-a-customer.md)
* [Making a customer active or inactive](/customers-and-work/customers/making-a-customer-active-or-inactive.md)
* [Saving a customer's payment methods](/customers-and-work/customers/saving-a-customers-payment-methods.md)
* [Set customer billing (payment terms, tax exempt, autopay)](/customers-and-work/customers/set-a-customers-billing-profile-payment-terms-tax-exempt-autopay.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://learn.withessential.com/customers-and-work/customers/see-and-browse-all-your-customers.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
