- Getting started
 - Understanding UiPath Robot
 - Installation requirements
 - Installing robots for unattended automations
 - Configuring robots for unattended automations
- Deploying unattended automations
 - Connecting robots for unattended automations to Orchestrator
 - Setting up Windows Server for High-Density Robots
 - Redirecting robots through a proxy server
 - Implementing authentication with credential providers
 - Configuring package signature verification
 - Setting up package folders and network paths
 - Configuring activity feeds
 
 - Installing robots for attended automations
 - Configuring robots for attended automations
 - Integrations
 - Governance
 - Troubleshooting
 

Robot admin guide
UiPath Robot API is a component designed to expand the functionality of your own Robot. It comes with several features, each addressing a specific aspect of automation management. These include:
- 
                     
Individual job management: Provides the capability to run, stop, and track personal automation processes.
 - 
                     
Domain-specific interfaces: Allows for the development of tailored interfaces to meet unique automation needs.
 - 
                     
Local accessibility: Available only on the machine where the Robot is installed, ensuring secure and direct access.
 - 
                     
Version compatibility: Keeps consistent with the version of the installed Robot, which allows for backwards compatibility.
 
Robot API uses the UiPath.Robot.api library. Use the following feed to download the library:
https://uipath.pkgs.visualstudio.com/Public.Feeds/_packaging/UiPath-Official/nuget/v3/index.json.https://uipath.pkgs.visualstudio.com/Public.Feeds/_packaging/UiPath-Official/nuget/v3/index.json.| 
                                  Robot Version  | 
                                  API 2024.10.x  | 
                                  API 2023.10.x  | 
                                  API 2023.4.x  | 
                                  API 2022.10.x  | 
                                  API 2022.4.x  | 
                                  API 2021.10.x  | 
|---|---|---|---|---|---|---|
| 
                                  Robot 2024.10.x  | 
                                  | 
                                  | 
                                  | 
                                  | 
                                  | 
                                  | 
| 
                                  Robot 2023.10.x  | 
                                  | 
                                  | 
                                  | 
                                  | 
                                  | 
                                  | 
| 
                                  Robot 2023.4.x  | 
                                  | 
                                  | 
                                  | 
                                  | 
                                  | 
                                  | 
| 
                                  Robot 2022.10.x  | 
                                  | 
                                  | 
                                  | 
                                  | 
                                  | 
                                  | 
| 
                                  Robot 2022.4.x  | 
                                  | 
                                  | 
                                  | 
                                  | 
                                  | 
                                  | 
| 
                                  Robot 2021.10.x  | 
                                  | 
                                  | 
                                  | 
                                  | 
                                  | 
                                  | 
| 
                                  Description  | 
                                  .NET Robot API call  | 
|---|---|
| 
                                  Including the client in your application  |  | 
| 
                                  Getting the list of available processes  |  | 
| 
                                  Using the process key to start a job  |  | 
| 
                                  Starting a process execution  |  | 
| 
                                  Adding input arguments  |  | 
| 
                                  Exporting output arguments  |  | 
| 
                                  Stopping a process  |  | 
| 
                                  Monitoring the process status  |  | 
| 
                                  Using the event scheduler  |  |