solutions-management
latest
false
  • Introduction
    • Getting started
    • Understanding the solution development lifecycle
    • Solution components - Studio Web and Orchestrator
    • Overview of the Solutions UI
    • Developing automations with and without solutions
    • Solutions feature availability
  • Managing solution projects and packages
  • Managing solution deployments
UiPath logo, featuring letters U and I in white

Solutions user guide

Last updated Mar 24, 2026

Developing automations with and without solutions

UiPath automations can be developed and deployed either as standalone projects or as part of a Solution. Only Studio Desktop users can create standalone projects, while in Studio Web, every new automation is created within a Solution.

A project is the fundamental unit of automation development in Studio. You can build, publish, and deploy a project independently without using Solutions.

A Solution provides a structured way to design, debug, package, configure, deploy, and manage multiple related projects and resources together. Solutions are designed for controlled, repeatable, and scalable deployments across environments.

The following comparison table explains what changes when you use Solutions in addition to standard project development.

Packaging

Table 1. Packaging differences

ConceptBuild and deploy projectsBuild and deploy solution
Packaging (produced by the Publish button in Studio Web)Produces a nupkg file containing one project.Produces a .zip Solution Package containing multiple projects, their resource definitions, and deployment configuration.
Deployment You create a project from a package using the Add Process button in Orchestrator.
Screenshot of the Add Process button
You deploy a solution from a solution package via Tenant > Solutions > Packages.
Screenshot of the Add Process button
Folders Processes are added to folders.
Screenshot of processes in folders
Solutions are deployed to solution folders, and all resources from that solution are automatically included.
Screenshot of the Solutions folder
Package Requirement Resolution (Bindings) Performed from the Package Requirements tab in Orchestrator.
Screenshot of the Package Requirements tab
For the moment, this can only be done via the Package Requirements tab in Orchestrator.
Screenshot of the Package Requirements tab

Publishing and deployment

Table 2. Publishing and deployment differences
Deployed packages in Orchestrator Deployed solutions in Orchestrator
Project logs, jobs, requirements, and upgrades are managed from the folder where the project is deployed. Upgrades are handled from the Solutions tab. Project logs, jobs, and requirements continue to be accessible from the Solution Folder.
How to upgrade a project:
  1. Go to the project folder.
  2. Navigate to the Automations tab.
  3. Go to the Processes tab.
  4. Choose the project you want to upgrade and select the Upgrade icon.
  5. Alternatively, you can select the More Actions button and choose Upgrade to latest version from the dropdown.

![Upgrade to latest version](https://dev-assets.cms.uipath.com/assets/images/solutions/upgrade-project-8b7b38c8.webp)

How to upgrade a project:
  1. Go to the Tenant page.
  2. Navigate to the Solutions tab.
  3. Go to the Deployments tab.
  4. Choose the solution you want to upgrade and select the More Actions icon.
  5. Choose Upgrade / Downgrade from the dropdown.

![Upgrade to latest version](https://dev-assets.cms.uipath.com/assets/images/solutions/upgrade-solution-972df898.webp)

How to view project logs or jobs:
  1. Go to the project folder.
  2. Navigate to the Automations tab.
  3. Go to the Jobs tab to view project jobs.
  4. Go to the Logs tab to view project logs.

    ![View project](https://dev-assets.cms.uipath.com/assets/images/solutions/view-project-4f4c520c.webp)

How to view project logs or jobs:
  1. Go to the solutions folder.
  2. Navigate to the Automations tab.
  3. Go to the Jobs tab to view project jobs.
  4. Go to the Logs tab to view project logs.

    ![View solution](https://dev-assets.cms.uipath.com/assets/images/solutions/view-solution-260202a1.webp)

  • Packaging
  • Publishing and deployment

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated