> 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/create-licensees.md).

# Create licensee

In the SoftwareOne Marketplace, you must select a licensee when creating a new agreement or ordering products.

Account administrators can create new licensees and map them to the appropriate buyer and seller entities within the account.

### Create a licensee

Before creating a licensee, ensure that your account contains buyers and sellers. Also, make sure that you have the licensee's first and last name and email address.

To create a new licensee:

1. Go to **Settings** > **Licensees**.&#x20;
2. Select **Add**.
3. In the **Add licensee** flow, complete the following steps:
   1. **General** – Provide the following details, then select **Next**:
      * **Logo** – (Optional) Add a logo representing the licensee. You can upload an image by clicking **Select file** or by dragging the image into the field.
      * **Licensee name** – (Required) Provide the licensee's name. This can be your company name, department name, or username.&#x20;
      * **Resale licensee** – (Optional) Select this checkbox if you are a SoftwareOne partner who is transacting through the partner program. Otherwise, leave it clear.
      * **External reference** – (Optional) Provide a reference number or identifier for the licensee.
      * **Licensee description** – (Optional) Add a description for the licensee.
   2. **Buyers** – Choose the buyer for your transactions. You can link a licensee to one buyer only. Select **Next**.
   3. **Sellers** – Choose the SoftwareOne entity that will facilitate transactions. Select **Next**.
   4. **Address** – Choose the licensee's address. You can use the same address as that of the buyer or provide a new one by selecting **Create a new licensee address**.&#x20;
   5. **Overview** – Review the details, then select **Add**.&#x20;
   6. **Summary** – Select **View details** to open the licensee details page or select **Close**.

The new licensee is created. You can select this licensee when ordering products through the Marketplace.


---

# 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/create-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.
