> For the complete documentation index, see [llms.txt](https://docs.licensespring.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.licensespring.com/vendor-platform/customers/customer-detail-view.md).

# Customer Detail View

The customer detail view is where you look up information on a specific customer, see any orders they have, and any licenses they are assigned to, along with logs.

![](/files/b5db2c7fefb04721ae9024ba26b3ecd1b7eb9307)

### Actions you can take on a customer

* Edit customer details
* Add/remove customer labels
* Change customer accounts
* Delete the customer

### Edit customer details

A customer has the following fields that can be modified or left blank. The email address, however, is required.

{% hint style="info" %}
Email is required.
{% endhint %}

* `Email` **(Required)**
* `First Name`
* `Last Name`
* `Address`
* `City`
* `State/Province`
* `Country`
* `Zipcode/Postcode`
* `Phone Number`
* `Company Name`
* `Reference` (Customer reference number)

### Add customer label

Customers can be filtered by their labels, which is useful when searching for certain types of customers.

Click "Add label" and select an existing unapplied label for the customer, or create a new one and apply it.

![](/files/43c8aba9bd5288ac4ea12294f6e45513a2516c6d)

![](/files/0820d24e215e10ebf5434ceadab25d6d9fe085cd)


---

# 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://docs.licensespring.com/vendor-platform/customers/customer-detail-view.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.
