- Getting Started
- Setup and Configuration
- Automation Projects
- Dependencies
- Types of Workflows
- Control Flow
- File Comparison
- Automation Best Practices
- Source Control Integration
- Debugging
- Logging
- The Diagnostic Tool
- Workflow Analyzer
- About Workflow Analyzer
- ST-NMG-001 - Variables Naming Convention
- ST-NMG-002 - Arguments Naming Convention
- ST-NMG-004 - Display Name Duplication
- ST-NMG-005 - Variable Overrides Variable
- ST-NMG-006 - Variable Overrides Argument
- ST-NMG-008 - Variable Length Exceeded
- ST-NMG-009 - Prefix Datatable Variables
- ST-NMG-011 - Prefix Datatable Arguments
- ST-NMG-012 - Argument Default Values
- ST-NMG-016 - Argument Length Exceeded
- ST-NMG-017 - Class name matches default namespace
- ST-DBP-002 - High Arguments Count
- ST-DBP-003 - Empty Catch Block
- ST-DBP-007 - Multiple Flowchart Layers
- ST-DPB-010 - Multiple instances of [Workflow] or [Test Case]
- ST-DBP-020 - Undefined Output Properties
- ST-DBP-021 - Hardcoded Timeout
- ST-DBP-023 - Empty Workflow
- ST-DBP-024 - Persistence Activity Check
- ST-DBP-025 - Variables Serialization Prerequisite
- ST-DBP-027 - Persistence Best Practice
- ST-DBP-028 - Arguments Serialization Prerequisite
- ST-USG-005 - Hardcoded Activity Arguments
- ST-USG-009 - Unused Variables
- ST-USG-010 - Unused Dependencies
- ST-USG-014 - Package Restrictions
- ST-USG-017 - Invalid parameter modifier
- ST-USG-020 - Minimum Log Messages
- ST-USG-024 - Unused Saved for Later
- ST-USG-025 - Saved Value Misuse
- ST-USG-026 - Activity Restrictions
- ST-USG-027 - Required Packages
- ST-USG-028 - Restrict Invoke File Templates
- ST-USG-032 - Required Tags
- ST-USG-034 - Automation Hub URL
- Variables
- Arguments
- Imported Namespaces
- Coded automations
- Introduction
- Registering custom services
- Before and After contexts
- Generating code
- Generating coded test case from manual test cases
- Troubleshooting
- Trigger-based Attended Automation
- Recording
- UI Elements
- Selectors
- Object Repository
- Data Scraping
- Image and Text Automation
- Citrix Technologies Automation
- RDP Automation
- VMware Horizon Automation
- Salesforce Automation
- SAP Automation
- macOS UI Automation
- The ScreenScrapeJavaSupport Tool
- The WebDriver Protocol
- Extensions
- About extensions
- SetupExtensions tool
- UiPathRemoteRuntime.exe is not running in the remote session
- UiPath Remote Runtime blocks Citrix session from being closed
- UiPath Remote Runtime causes memory leak
- UiPath.UIAutomation.Activities package and UiPath Remote Runtime versions mismatch
- The required UiPath extension is not installed on the remote machine
- Screen resolution settings
- Group Policies
- Cannot communicate with the browser
- Chrome extension is removed automatically
- The extension may have been corrupted
- Check if the extension for Chrome is installed and enabled
- Check if ChromeNativeMessaging.exe is running
- Check if ComSpec variable is defined correctly
- Enable access to file URLs and Incognito mode
- Multiple browser profiles
- Group Policy conflict
- Known issues specific to MV3 extensions
- List of extensions for Chrome
- Chrome Extension on Mac
- Group Policies
- Cannot communicate with the browser
- Edge extension is removed automatically
- The extension may have been corrupted
- Check if the Extension for Microsoft Edge is installed and enabled
- Check if ChromeNativeMessaging.exe is running
- Check if ComSpec variable is defined correctly
- Enable access to file URLs and InPrivate mode
- Multiple browser profiles
- Group Policy conflict
- Known issues specific to MV3 extensions
- List of extensions for Edge
- Extension for Safari
- Extension for VMware Horizon
- Extension for Amazon WorkSpaces
- SAP Solution Manager plugin
- Excel Add-in
- Studio testing
- Troubleshooting
- About troubleshooting
- Assembly compilation errors
- Microsoft App-V support and limitations
- Internet Explorer X64 troubleshooting
- Microsoft Office issues
- Identifying UI elements in PDF with Accessibility options
- Repairing Active Accessibility support
- Validation of large Windows-legacy projects takes longer than expected

Studio User Guide
Solutions
linkSolutions group everything needed to automate an end-to-end business process, offering you the capabilities to develop automation projects together with their dependencies and deploy them across tenants as a whole.
Solutions are cloud-level containers for modeling an end-to-end automation as a single, versioned unit. In a solution, you can create and orchestrate:
- RPA workflows
- API workflows
- Agents
- Agentic processes
- Apps (with human-in-the-loop validations)
All these components share solution-scoped resources (assets, connections, queues, storage, etc.) that you manage centrally at the solution level. Solutions are also portable—package once and deploy across tenants and organizations with environment-specific configuration.
To learn more, refer to the Studio Web user guide.
The Project panel
linkThe Project panel allows you to manage the projects in your solution, as well as the project files in each project.
Inside the Project panel, you can:
- Use the
Add to Solution button to:
- Create a new automation project and add it to your solution.
- Import an existing automation project.
Note: You can also access the Add to Solution window by right-clicking inside the Solution panel.
- Use the
Search bar to find specific projects, files, pages, actions, variables, or arguments in your solution.
- Right-click the solution to rename it or open it in Studio Web.
- Right-click a project to:
- Open the project in Studio and access the context menu for projects with project-specific options.
- Open the project in Studio Web in a new browser tab.
- Remove the project from the solution.
When you open a solution in Studio, you can only make changes to RPA projects. Other types of projects included in a solution cannot be modified from Studio and require you to continue editing the solution in Studio Web (this includes app projects, agentic processes, API projects, and agents).
Projects that cannot be modified in Studio are greyed out in the Solution panel. You can right-click a project that is not supported in Studio to either open it in Studio Web or remove it from the solution. When opening the project in Studio Web, changes are saved to cloud and the project is opened in a new browser tab.
The experience of designing and debugging RPA projects within a solution is the same as with standalone RPA projects.
The Defined Resources panel
linkThe Defined Resources panel displays the resources included in your solution. The panel can be collapsed. Resources are automatically added to a solution as they are used by activities and are grouped under these categories:
- Apps - User interfaces powered by automations that allow you to build custom business applications which connect to data.
- Assets - Shared variables or credentials that you can use in different automation projects.
- Business rules - Objects used to store and manage Decision Model and Notation (DMN) files.
- Connections - Integration Service connections that help in establishing tasks between single users and external applications.
- Context - Context Grounding indexes that give access to permissioned knowledge bases.
- Processes - Package versions linked to a particular folder.
- Queues - Containers that enable you to hold an unlimited number of items.
- Storage buckets - Per-folder storage solutions leveraged in creating automation projects.
- Task catalogs - Action containers where you can categorize your actions based on various criteria. The catalog that stores an action is set when an action is created, using action creation activities in Studio Web.
- Dependencies - Activity categories contextually linked into a specific project.
Activities are aware of the solution context. Inside activities that handle solution resources (for example, Add Queue Item), the resource picker widget displays all available resources (assets, queues, connections, etc.). You can also use the Open Orchestrator button to manage platform resources in Orchestrator.
Managing solutions in Studio and Studio Web
linkChanges made to a solution are always synced to the cloud, allowing you to seamlessly switch between Studio and Studio Web.
After you create a solution in Studio Web, you have the option to continue working in Studio. From the Workspace page in Studio Web, open the menu on the right side of a solution and select Open in Studio Desktop. Alternatively, open the solution in Studio Web, right-click the solution name in the Solution Explorer, and select Open in Studio Desktop.
- Open in Browser - Open the solution in Studio Web. If the solution is locked by Studio Web, an error is displayed and the solution is opened in a new tab in read-only mode.
- Sync with Cloud - Push the changes that you made in Studio and continue building your solution in Studio Web.
You can add a solution under Git version control by selecting the Add To Source Control label in the status bar. This allows you to manage commits and branches at solution level.
- Studio detects when a project is part of a solution. Opening a local project that is part of a solution automatically opens the entire solution context.
- When converting a cross-platform project to the Windows compatibility, the project is converted directly, without the option to create a copy of the original project.
Working with solutions in Studio and Studio Web
link- New solutions can only be created in Studio Web. You can open and edit existing solutions in Studio, which is context-aware and allows you to enhance solutions with cross-platform and Windows RPA projects.
- Renaming individual projects is currently supported only in Studio Web.
- You can only publish the current RPA project from Studio.
- Some project types (agentic processes, apps, API workflows, or agents) can only be opened and edited in Studio Web. You can use Studio for its powerful RPA design and debug experiences, and Studio Web to access agentic automation features.
- Solution packaging and deployments occurs only in Studio Web. Support for solutions will be added to CI/CD integrations with UiPath CLI in the future.
- You can view Windows projects in the Solution Explorer in Studio Web, but you can edit them only when you open the solution in Studio.
- Only one user can work on a solution at a time. We introduced a solution-level lock to prevent unsolvable conflicts (for example, when one user builds an API workflow project in Studio Web while another edits an RPA project in Studio). Without this lock, a later sync to cloud could overwrite one set of changes. This limitation will be removed once Studio Web supports local workspaces (saving the entire solution to disk), allowing standard Git flows to safely resolve conflicts.
- Use Git at the solution level to version automation projects together with their configurations.
- Deploy the solution for debugging in Studio Web before opening it in Studio. This ensures all solution resources and projects are deployed in Orchestrator and are ready for use in Studio.