# Create licensee

In the SoftwareOne Marketplace, a licensee must be selected when you are creating a new agreement or ordering products.&#x20;

Account administrators can create new licensees and map those licensees to the buyers and sellers within the account.

### Creating a new licensee

{% hint style="info" %}
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.
{% endhint %}

To create a new licensee:

1. Go to **Settings** > **Licensees**.&#x20;
2. Select **Add**.
3. In the **Add licensee** wizard, 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 address by selecting **Create a new licensee address**.&#x20;
   5. **Overview** - Review the details, then select **Add**. The new licensee is created.
   6. **Summary** - Select **View details** to open the licensee details page, or select **Close**.


---

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