# Customer Accounts

LicenseSpring allows customers to be grouped by account. This is useful if you license software to an organization with different departments, or multiple locations, and can be found by expanding the "Customers" tab in the left-hand navigation.

![List of Customer Accounts](/files/d0ec9e84357c552f5c5285cf0347365a7da90ceb)

The columns in the accounts table include:

* `Name` — Account name
* `Code` — Account code
* `Number of customers` — Number of customers that belong to a specific account
* `Email` — Email address associated with the account
* `Reference` — Optional value that can be useful when searching for an account

To retrieve information on the account without moving from the summary page, click on the dropdown arrow next to the account `Name`:

![Customer Accounts Detail View](/files/ff7691c993ab6600785ffbd3df399898b3f17638)


---

# Agent Instructions: 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.licensespring.com/vendor-platform/customer-accounts.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.
