# License Management

With the License Management Dashboard, you can easily keep track of the number of available editor and reader licenses plus active Designer users.

{% hint style="warning" %}
**Prerequisites**

* A limited number of licenses. You cannot configure the License Management Dashboard if you have unlimited reader and editor licenses.
* ServiceNow admins must set the number of editor and reader licenses available.
* Your instance has Global Settings.
  {% endhint %}

## Configuring the License Management Dashboard

As part of your scheduled daily jobs, the number of licenses assigned in Global Licence settings is compared with the number in use.

For this feature to work, a ServiceNow admin must first set the number of licenses available to your organization in the Global License settings in Diagrams.

To set the number of licenses:

1. Open Diagrams as described in Diagrams View.
2. Select the dropdown menu and select **Settings**.

![designer-license\_management2.png](/files/UpeGfl87b1Msr8wbQdwz)

3. Select **Licences** and enter the number of reader and/or editor licenses available.

![designer-license\_management3.png](/files/XDHP0UnHHXVuTnkHh2DL)

The next time you access the Licence Management Dashboard, it will show the most up-to-date information on how many licenses you have for editors and/or readers.

{% hint style="warning" %}
**Incorrect number of licenses displayed**

If the number of licenses shown in the Dashboard appears incorrect after configuration, check the x\_inpgh\_des\_global\_settings table. It may be that the number of licenses has a double entry.

To correct this error, delete one of the entries.
{% endhint %}

## How to access the License Management Dashboard

### Access via ServiceNow app navigator

1. Open the ServiceNow app navigator.
2. Filter for **Designer >> Configuration** and select **Licence management**.

![designer-license\_management6.png](/files/B7PY154Xdr4x7INJdGtj)

You can now see your License Management configuration in detail.

### Access via Designer Diagrams

1. Open the Diagrams view as described in Diagrams View.
2. Select the dropdown menu and select **Licence Dashboard**.

![designer-license\_management2.png](/files/LWrDWnSrCA6KsKaY5XrX)

You can now see your License Management configuration in detail.

## Features of the License Management Dashboard

The Dashboard consists of four elements. They are:

### Dynamic content table

![designer-license\_management1.png](/files/Sz1BnEjLunxvb9J3YenS)

Basic overview

| Column        | Elements and explanation                     |
| ------------- | -------------------------------------------- |
| **Type**      | Licenses associated with Readers and Editors |
| **Owned**     | Total number of licenses available           |
| **In Use**    | Total number of licenses currently in use    |
| **Remaining** | Total number of licenses still available     |

Below the table, a status message indicates the current configuration status. Possible status messages include:

| Status             | Explanation                                                                                                                 |
| ------------------ | --------------------------------------------------------------------------------------------------------------------------- |
| **Configured**     | The number of licenses has been correctly configured                                                                        |
| **Not configured** | The number of licenses has not been added to Diagram's Global Settings or has not been configured correctly                 |
| **Non-Compliant**  | The number of licenses has been correctly configured, but there is an error, such as more licenses in use compared to owned |

### Designer Admins

This element indicates the number of current admins.

![designer-license\_management6.png](/files/Mx88iW3Na4TIigcLmK4S)

### Pie Chart of users

This element consists of a pie chart that can be set to show the following information:

* Access Type
* Role
* Designer Admin

To cycle through the options, select the dropdown menu and choose your preferred view:

![designer-license\_management5.png](/files/JOKLc9VXnARXNi8yHAgO)

### License User Table

A table showing the number of readers and editors. Select the dropdown icon to reveal additional details about the readers and editors.

![designer-license\_management4.png](/files/shjXR7pG8nb7iLnOlO5c)


---

# 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.ins-pi.com/designer/configuration/initial-configuration/license-management.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.
