# Publishing and deploying a Maestro Case plan

> Publish and deploy a Maestro Case project from Studio Web to Orchestrator, then manage versions using the change history panel.

## Publishing a Maestro Case plan

To publish a Maestro Case project:

1. Open the project.
2. Select **Publish** at the top of the designer.
3. In the **Publish automation** window:
   - Enter a name and description for your automation. If you are republishing a project you already published before, you cannot edit the name.
   - Select where to publish:
     - **Orchestrator Personal Workspace Feed** — the automation is published to your personal workspace and is only available to you. This is the default selection.
     - **Orchestrator Tenant Processes Feed** — the automation is published to the global tenant feed and is available to all users assigned to folders that use the tenant feed.
   - Select a version. A version is generated automatically starting with 1.0.0 when you first publish, and incremented automatically every time you republish.
4. Select **Publish**.

:::note
- Maestro Case plans published to the **Orchestrator Personal Workspace Feed** are automatically deployed in Orchestrator and can be run immediately.
- Publishing to the **Orchestrator Tenant Processes Feed** requires the **Tenant** permission for **Packages create**, or the predefined **Allow to be Automation Publisher** role.
:::

Open the **Change history** panel from the icon on the upper-left side of the designer to manage versions of a published case plan. The panel lists project versions in chronological order. Selecting an earlier version opens it in the designer in read-only mode.

## Deploying a Maestro Case plan

To deploy a published Maestro Case project, navigate to Orchestrator and:

1. Select the Orchestrator folder you want to deploy your project in.
2. Navigate to the **Automations** page and select **Add process**.
3. Choose the Maestro Case project from the **Package Source Name** dropdown, followed by the version from **Package Version**.
4. Select **Next** to advance through the requirements and settings pages.
5. Select **Create** to deploy the Maestro Case plan.

After deployment, your Maestro Case plan is listed in the **Processes** page and is ready to accept new case instances.

To learn more about managing deployed processes, see the [Orchestrator guide](https://docs.uipath.com/orchestrator/automation-cloud/latest/user-guide/about-processes).
