# Adding a Robot in the Orchestrator

To add a robot to the Orchestrator, go to the "Robots" screen. This screen contains two tables: "Robot Groups" and "Robots".

If necessary, create a robot group where the robot will be located. Click the "Create" button in the "Robot Groups" table and fill out the form that appears.

<figure><img src="https://3237142148-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FscP4BXwl9ufpJr5mfVln%2Fuploads%2Fgit-blob-52ad6051a28234b7f1fdf32f1a9bcba056ed2fce%2Fimage%20(118).png?alt=media" alt=""><figcaption></figcaption></figure>

Next, select a robot group using the checkbox to add robots to a specific group.

To add a robot, click the "Create" button in the "Robots" table and fill out the form that appears.

<figure><img src="https://3237142148-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FscP4BXwl9ufpJr5mfVln%2Fuploads%2Fgit-blob-6cae030f557c83c969f2babbe464254ae24fe164%2Fimage%20(120).png?alt=media" alt=""><figcaption></figcaption></figure>

* Switch "Robot is active". When enabled, it indicates that the robot is turned on in the Orchestrator; if the switch is in the off position, a command to turn off the robot will be sent when this robot is requested from the Orchestrator.
* Field "Name". A required field.
* Field "Description". Fill in if necessary.
* Field "Access Folder". The access folder for the added robot.
* Field "License". Select the license for the added robot.
* Checkbox "Create Job on Local Robot Launch". Check this box if you need to create a job when this robot is launched locally.

When selecting the robot role "Attended", specify a name for the robot that will be displayed in the Orchestrator, a description of the robot (if necessary), and select the license used by the robot.

When selecting the robot role "Unattended", in addition to the name, description, access folder, and license:

* specify the IP address or domain name of the terminal server or virtual machine where this robot is deployed,
* specify the login (which may include the domain if necessary) and password for the user account under which the robot should run. The login and password can be selected from a previously created resource in the corresponding field of the form.
* check the "Remote Debugging" box if the robot will be launched in remote debugging mode through Sherpa Designer and specify the IP address and port of the Designer machine for remote debugging in the format "IP:port".
* select the Coordinator instance that will be used to launch the robot.

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. More details about the Coordinator and its installation can be found in the "Sherpa Coordinator" section.

<figure><img src="https://3237142148-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FscP4BXwl9ufpJr5mfVln%2Fuploads%2Fgit-blob-f7b6922f7ff0ba3c1e16243daca7973f2a9bb61a%2F%D0%A1%D0%BE%D0%B7%D0%B4%D0%A0%D0%BE%D0%B1%D0%BE%D1%82UnAtt.png?alt=media" alt=""><figcaption></figcaption></figure>

After filling out the card, click the "OK" button to save the entered data. The robot will be created.


---

# 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/nachalo-raboty-v-sherpa-orchestrator/dobavlenie-robota-v-orkestratore.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.
