# Licenses

Licenses define the number and type of Robots and Jobs that can be run by the Orchestrator.

The "Licenses" screen contains the "Licenses" table:

<table data-header-hidden><thead><tr><th width="52"></th><th width="199"></th><th></th></tr></thead><tbody><tr><td><strong>No.</strong></td><td><strong>Interface Element</strong></td><td><strong>Description</strong></td></tr><tr><td>1.</td><td>column "Name"</td><td>Name of the License.</td></tr><tr><td>2.</td><td>column "Type"</td><td><p>Type of License. Possible options:</p><ul><li>Attended;</li><li>Unattended;</li><li>Orchestrator;</li><li>Attended Floating.</li></ul></td></tr><tr><td>3.</td><td>column "Capacity"</td><td>The number of Robots that can be run simultaneously under this License. This column is intended for Unattended licenses.</td></tr><tr><td>4.</td><td>column "Assigned"</td><td>The number of Robots from the "Robots" screen that have been assigned this License. The number of assigned Robots can exceed the number in the "Capacity" column. This column is intended for Unattended licenses.</td></tr><tr><td>5.</td><td>column "In Use"</td><td>The number of Robots currently using the License. The number of Robots using the License must not exceed the number specified in the "Capacity" column.</td></tr><tr><td>6.</td><td>column "Expires"</td><td>The date and time when the License expires. When a new License is added, the "Expires" column will default to the creation date until the License is activated.</td></tr><tr><td>7.</td><td>column "Created"</td><td>The date and time when the License was created.</td></tr></tbody></table>

## Creating a New License

To create a new License, click the "Create" button above the "Licenses" table and fill out the form that appears.

<table data-header-hidden><thead><tr><th width="55"></th><th width="205"></th><th></th></tr></thead><tbody><tr><td><strong>No.</strong></td><td><strong>Interface Element</strong></td><td><strong>Description</strong></td></tr><tr><td>1.</td><td>text field "Name"</td><td>Name of the License. For informational purposes only.</td></tr><tr><td>2.</td><td>text field "Key"</td><td>The License Key provided by the vendor.</td></tr><tr><td>3.</td><td>flag "Prohibit launch from Sherpa Designer"</td><td>Allows enabling the prohibition of launching the Robot from Sherpa Designer. This feature is available only for Attended Floating Licenses.</td></tr><tr><td>4.</td><td>flag "Prohibit launching local robots in Sherpa Assistant"</td><td>Allows enabling the prohibition of launching local Robots in Sherpa Assistant. This feature is available only for Attended Floating Licenses.</td></tr><tr><td>5.</td><td>flag "Prohibit execution of C#, VB, Python, and PowerShell code in scripts"</td><td>Allows enabling the prohibition of executing C#, VB, Python, and PowerShell code in Robot scripts. This feature is available only for Attended Floating Licenses.</td></tr><tr><td>6.</td><td>flag "Force log all blocks"</td><td>Allows enabling forced logging of all blocks in the Robot's script. This feature is available only for Attended Floating Licenses.</td></tr></tbody></table>

## **Editing a Previously Created License**

To view and edit a previously created License, select it from the list and click the icon ![](https://3237142148-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FscP4BXwl9ufpJr5mfVln%2Fuploads%2Fgit-blob-690447737878822a051c1768d4d44828fa21d624%2F2025-03-19_21-36-15.png?alt=media). This will open a form with the settings of the selected License, where necessary changes can be made. In addition to the fields filled out when creating a new License, the editing form has additional settings:

<table data-header-hidden><thead><tr><th width="54"></th><th width="209"></th><th></th></tr></thead><tbody><tr><td><strong>No.</strong></td><td><strong>Interface Element</strong></td><td><strong>Description</strong></td></tr><tr><td>1.</td><td>text field "GUID"</td><td>A unique identifier assigned to the License after its creation. This field cannot be edited.</td></tr><tr><td>4.</td><td>text field "Expires"</td><td>The date and time when the License expires.</td></tr><tr><td>5.</td><td>text field "Created"</td><td>The date and time when the License was created.</td></tr><tr><td>6.</td><td>text field "Updated"</td><td>The date and time when the License was updated.</td></tr></tbody></table>


---

# 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.sherparpa.ru/en/sherpa-rpa/sherpa-orchestrator/rabota-v-sherpa-orchestrator/ekrany/licenzii.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.
