# Unattended Robot

## 1. Activation Procedure

Licenses require mandatory activation through Sherpa Orchestrator.

Local activation is available by default if the Robot has its own License that has been activated locally. To select local activation, you need to go to the Robots window and click the "Create" button above the "Robots" table:

Next, fill in the fields in the "Robot" window, selecting the Unattended role.

## 2. Re-activation

Re-activation occurs automatically or at the request of an administrator, without the need for user intervention.

The transfer of the Unattended robot is carried out only through Sherpa Orchestrator.

To view or edit information for a previously created License, you need to select the desired License in the Licenses window and click the <img src="https://3237142148-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FscP4BXwl9ufpJr5mfVln%2Fuploads%2Fgit-blob-3f1e1cba735325f34804af517f62073b62ca8a96%2Fimage%20(96).png?alt=media" alt="" data-size="line"> (“Edit”) button next to it. After this, a form with the settings of the selected License will open, where you can make all necessary changes:

In addition to the fields filled in when creating a new License, the editing form has additional fields:

· "Record GUID" - a unique identifier assigned to the License after its creation. This field cannot be changed;

· "Expires" - the date and time of License expiration;

· "Created" - the date and time of License creation;

· "Updated" - the date and time of License update.

## 3. Management

Unattended robots are robots that are launched by the Coordinator. The Coordinator launches robots if there is work for them on the "Jobs" screen. Work can be created manually, by Trigger, or via API.

On the Robots screen, click the “Create” button and fill in the required fields:

*Table 1 – User Interface Elements in the Robot Window (Unattended role)*

<table data-header-hidden><thead><tr><th width="277.7833251953125"></th><th width="376.0499267578125"></th></tr></thead><tbody><tr><td><strong>Interface Element</strong></td><td><strong>Description</strong></td></tr><tr><td>“Robot Active” Switch</td><td><p>The enabled switch indicates that the Robot is active on the Orchestrator side.</p><p>If the switch is in the “Robot Inactive” position, a command to turn off will be sent to the Orchestrator when this Robot requests it.</p></td></tr><tr><td>“Name” Text Field</td><td>The name of the robot. A required field.</td></tr><tr><td>“Unattended Role” Flag</td><td>The role of the robot.</td></tr><tr><td>“Machine (IP address or domain name)” Text Field</td><td>The IP address of the terminal server or virtual machine where this robot is deployed.</td></tr><tr><td>“Domain (if any) and account login in the format domain\username” Text Field</td><td>The domain name of the terminal server or virtual machine where this robot is deployed or the account login (if necessary including the domain) under which the robot should run.</td></tr><tr><td>“Account Password” Text Field</td><td>The password for the user Account under which the robot should run.</td></tr><tr><td>“Login and Password from Resource” Text Field</td><td>Allows specifying the login and password for this robot from the selected resource.</td></tr><tr><td>“Remote Debugging” Checkbox</td><td>Indicates that the robot will run in remote debugging mode through Sherpa Designer.</td></tr><tr><td>“Designer Machine IP Address for Remote Debugging” Text Field</td><td>The IP address of the machine where Sherpa Designer is located, through which the robot will run in remote debugging mode.</td></tr><tr><td>“Remote Debugging Server” Text Field</td><td>The server where remote debugging of this robot will take place.</td></tr><tr><td>“Coordinator” Text Field</td><td>The instance of the Coordinator that will be used to launch this robot.</td></tr><tr><td>“Description” Text Field</td><td>A description of the robot.</td></tr><tr><td>“Access Folder” Text Field</td><td>Allows specifying the access folder for the created robot.</td></tr><tr><td>“License” Text Field</td><td><p>Allows selecting the type of License for the robot. Available options:</p><ul><li>Local license;</li><li>Unattended License added to the Orchestrator and assigned to a specific robot.</li></ul></td></tr></tbody></table>

Next, you need to create a Coordinator. The Coordinator is a service used to launch Unattended robots in user accounts where automatic login to Robot accounts is required. It is installed from the corresponding Sherpa Coordinator distribution provided by the vendor and does not require a separate License. To install it, follow the link: <https://docs.sherparpa.ru/sherpa-orchestrator/razvertyvanie-platformy-pod-upravleniem-orkestratora/ustanovka-sherpa-rpa-coordinator>

*Table 2 – User Interface Elements of Sherpa AI Server (Coordinator role)*

<table data-header-hidden><thead><tr><th width="266.61669921875"></th><th width="373.8165283203125"></th></tr></thead><tbody><tr><td><strong>Interface Element</strong></td><td><strong>Description</strong></td></tr><tr><td>“Robot Active” Switch</td><td>The enabled switch indicates that the Robot is active on the Orchestrator side. If the switch is in the “Robot Inactive” position, a command to turn off will be sent to the Orchestrator when this robot requests it.</td></tr><tr><td>“Name” Text Field</td><td>The name of the Coordinator. A required field.</td></tr><tr><td>“Coordinator Role” Flag</td><td>The role of the Coordinator.</td></tr><tr><td>“Description” Text Field</td><td>A description of the Coordinator.</td></tr><tr><td>“Access Folder” Text Field</td><td>Allows specifying the access folder for the created robot.</td></tr></tbody></table>

To save the created robot, after filling out the form, you need to click the “OK” button.

3.1. Launching the Robot via Triggers

You need to go to the “Triggers” screen and configure the robot launch in the “Robots” tab:

{% embed url="<https://docs.sherparpa.ru/sherpa-orchestrator/rabota-v-sherpa-orchestrator/ekrany/triggery#vkladka-roboty>" %}

3.2. Launching the Robot via Jobs

You need to go to the “Jobs” screen and configure the launch:

{% embed url="<https://docs.sherparpa.ru/sherpa-orchestrator/rabota-v-sherpa-orchestrator/ekrany/raboty>" %}

3.3. Launching the Robot via API

The robot can be launched via API by creating a job or adding a task to the queue, for which a trigger is set to launch this robot upon receiving a new task:

{% embed url="<https://docs.sherparpa.ru/sherpa-orchestrator/api>" %}


---

# 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/licenzii/unattended-robot.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.
