# User Groups

### Overview

A User Group serves multiple purposes in QLM:

* Associate licenses to a defined entity such as a Reseller or an internal team within your organization.&#x20;
* Define the privileges of QLM Portal users.

#### Associate licenses to a user group

To associate licenses to a user group such as a reseller, you must first define the user group and then associate licenses to the reseller.

To define a user group:

* Launch the QLM Management Console
* Go to the Manage Keys tab
* Click User Groups
* Click Add
  * Set the User Group ID (name of the user group)
  * Set the Email of the user group (optional)
  * Leave the default values for all other fields and click OK.

<figure><img src="/files/FhyQhel2SCa5JHPVR0bN" alt=""><figcaption></figcaption></figure>

To associate a license to a User Group:

* Go to the Manage Keys tab
* Select a license key and click Edit
* Set the **User Group** dropdown to the name of the user group created above
* Click Ok

#### Define privileges of QLM Portal Users

If you want to allow resellers to manage their customers and license keys, you must define a User Account for the reseller and associate the User Account with a User Group. You define the privileges of the user account at the user group level. For more details about this topic, [click here](/docs/qlm-portal/role-based-access-control-rbac.md).

<figure><img src="/files/S7IpiDhMkUFyNV3z4aRS" alt=""><figcaption></figcaption></figure>


---

# 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.soraco.co/docs/fundamental-concepts/user-groups.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.
