> For the complete documentation index, see [llms.txt](https://docs.platform.softwareone.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.platform.softwareone.com/modules-and-features/settings/licensees/view-licensees.md).

# View licensees

This topic describes how to view a list of licensees in your account, as well as details about a specific licensee.

### View a list of licensees

To view a list of licensees  in your account:

1. Go to **Settings** > **Licensees**.
2. View the list of all licensees displayed on the page.&#x20;
3. Review details, such as licensee name, address, status, and more. You can also identify whether the licensee is configured as a **resale licensee** who sells products for resale rather than using them for self-consumption.&#x20;

<div data-with-frame="true"><figure><img src="/files/2a4q8G1wQPT75oroDlmN" alt=""><figcaption><p>The Licensees page in the platform.</p></figcaption></figure></div>

### Open licensee details <a href="#subscription-details" id="subscription-details"></a>

On the licensee details page, you can view detailed information for a specific licensee.&#x20;

To view the licensee details:

1. Go to **Settings** > **Licensees**.&#x20;
2. Select the licensee you want to view. The licensee details page opens.
3. Use the tabs to access different types of information:

<table><thead><tr><th width="138">Tab</th><th>Description</th></tr></thead><tbody><tr><td><strong>General</strong></td><td>Shows the licensee's mailing address and contact person details. </td></tr><tr><td><strong>Details</strong></td><td>Shows the event history and additional details for the licensee.</td></tr><tr><td><strong>Audit trail</strong></td><td>Shows an <a href="/pages/JDfWpNZKSOWvWaQjaRbq">audit trail</a> for the licensee.</td></tr></tbody></table>


---

# 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.platform.softwareone.com/modules-and-features/settings/licensees/view-licensees.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.
