> For the complete documentation index, see [llms.txt](https://docs.perkville.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.perkville.com/features/reports/customer-details.md).

# Customer Details

Use the following steps to download your customer list with points.

1. Navigate to the **Reports** section in your Perkville dashboard.
2. Select **Customer Details** from the list of available reports.
3. Apply the desired filters and choose your date range.
4. Click **Run Report** to export the data as a CSV file for further analysis.

**Note: Certain** [**staff permissions**](/features/settings/staff-members.md) **are required to download this report.** If your account lacks permissions, contact the administrator or billing-responsible user of your Perkville account.&#x20;

The downloaded report will contain the following fields.

* First name&#x20;
* Last name&#x20;
* Email address&#x20;
* Birthday&#x20;
* Gender&#x20;
* Balance&#x20;
* Total points earned&#x20;
* Last location&#x20;
* Date of last transaction&#x20;
* Name of last transaction&#x20;
* Phone number&#x20;
* Loyalty program status
* Level (if using [Levels](/features/levels.md))
* Blacklisted&#x20;
* Loyalty program join datetime
* User Id

For businesses using memberships, it will also include:

* Home location
* External membership status
* External member ID


---

# 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:

```
GET https://docs.perkville.com/features/reports/customer-details.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
