# Project Templates

> A template is a preconfigured project that helps speed up automation design when used as a starting point for new automation projects. You can use one of the built-in templates or [use custom templates](https://docs.uipath.com/studio/standalone/2025.10/user-guide/project-templates#browsing-and-using-templates) from other sources, such as the organization-wide template feed. In addition, you can [create and publish](https://docs.uipath.com/studio/standalone/2025.10/user-guide/project-templates#creating-a-template) your own custom templates.

A template is a preconfigured project that helps speed up automation design when used as a starting point for new automation projects. You can use one of the built-in templates or [use custom templates](https://docs.uipath.com/studio/standalone/2025.10/user-guide/project-templates#browsing-and-using-templates) from other sources, such as the organization-wide template feed. In addition, you can [create and publish](https://docs.uipath.com/studio/standalone/2025.10/user-guide/project-templates#creating-a-template) your own custom templates.

The following built-in project templates are available on the **Start** tab in Studio Backstage View:

* [Background Process](https://docs.uipath.com/studio/standalone/2025.10/user-guide/background-process#background-process)
* [Long Running Automation](https://docs.uipath.com/studio/standalone/2025.10/user-guide/long-running-automation#long-running-automation)
* [Mobile Testing Project](https://docs.uipath.com/test-suite/automation-suite/2025.10/user-guide/mobile-device-automation-getting-started)
* [Robotic Enterprise Framework](https://docs.uipath.com/studio/standalone/2025.10/user-guide/robotic-enterprise-framework#robotic-enterprise-framework)
* [Attended Automation Framework](https://docs.uipath.com/studio/standalone/2025.10/user-guide/attended-automation-framework#attended-automation-framework)
* [SAP Testing Project](https://docs.uipath.com/studio/standalone/2025.10/user-guide/sap-testing-project#sap-testing-project)
* [Transactional Process](https://docs.uipath.com/studio/standalone/2025.10/user-guide/transactional-process#transactional-process)
  :::note
  If after updating Studio from a version prior to 2021.4 you experience issues such as no built-in templates being displayed on the **Start** tab or pinning/unpinning templates not working, do one of the following, and then restart Studio:
    * Open the file `C:\Users\&lt;user&gt;\AppData\Roaming\UiPath\UiStudio.v2.settings` in a text editor and set the value of the `&lt;HasCustomFavorites&gt;` element to `false`.
    * Go to **Settings** &gt; **General** and select **Reset settings**. For more information about the settings that are reset, see [Configuring Studio Settings](https://docs.uipath.com/studio/standalone/2025.10/user-guide/configuring-studio-settings).
    :::

To browse and search for custom templates from all available sources, go to **Home** (Backstage View) and select the **Templates** tab.

  ![docs image](https://dev-assets.cms.uipath.com/assets/images/studio/studio-docs-image-605002-e1fe9619.webp)

## Custom Templates

User-defined processes, or test automation projects can be saved as templates to be used in other automation projects. Such templates may contain a particular set of dependencies and built-in workflows with already defined variables and arguments that can later be used in various projects.

Studio offers two ways to create your own custom templates, either by using the **Template** project type in the **Home** tab or by exporting a [process](https://docs.uipath.com/studio/standalone/2025.10/user-guide/about-automation-projects#about-automation-projects), or [test automation](https://docs.uipath.com/studio/standalone/2025.10/user-guide/application-testing) project as a template.

### Creating a Template

1. In the Studio Backstage view, under New Project, click **Template**.
2. In the new template window, configure the following:
   * Choose between a **Process** and a **Test Automation** type of template.
   * Enter a name for the new project (up to 128 characters) and a description that summaries what you are aiming to do with this automation project (up to 500 characters).
   * Select the location where to create the project. The default location where projects are created is `%USERPROFILE%\Documents\UiPath`.
   * Select the [compatibility](https://docs.uipath.com/studio/standalone/2025.10/user-guide/about-automation-projects#setting-the-project-compatibility) and [language](https://docs.uipath.com/studio/standalone/2025.10/user-guide/about-automation-projects#setting-the-project-language).
3. Click **Create** and your template opens in Studio.

   ![docs image](https://dev-assets.cms.uipath.com/assets/images/studio/studio-docs-image-609893-58c522ab.webp)

#### Customizable Fields

Customizable fields allow you to create a template with sample data that is cleared when the template is published. This makes it easier to then create tasks with your own data from that template.

When creating a template, you may have fields that should become configurable once the template is published. As an example, this can be useful when creating a template using Excel activities where the file used and the range selected can change according to what is being automated.

For those instances, you can mark fields as customizable by clicking **Plus** ![](https://documentationpicturerepo.blob.core.windows.net/screenshots/screenshots/2020.4_StudioX/plus_menu.png) on the right side of the field, then selecting **Mark as Customizable**.

   ![docs image](https://dev-assets.cms.uipath.com/assets/images/studio/studio-docs-image-169675-33698455.webp)

This marks the field with an icon. You can still use fields marked as customizable as any other field, so you can run and test the project with your own values.

   ![docs image](https://dev-assets.cms.uipath.com/assets/images/studio/studio-docs-image-167328-fff41cc0.webp)

Once the template is published, the value in this field is cleared. If you reopen the template after saving it, your test values are kept and you can continue editing.

If you decide you’d like this field not to be configurable and maintain the values, select **Plus** ![](https://documentationpicturerepo.blob.core.windows.net/screenshots/screenshots/2020.4_StudioX/plus_menu.png) &gt; **Unmark as customizable**.

   ![docs image](https://dev-assets.cms.uipath.com/assets/images/studio/studio-docs-image-167279-68736455.webp)

### Exporting a Project as a Template

Processes and test automation projects can be exported as templates, published to a certain location, and then made available in the **Templates** tab in Studio's Backstage view.

A process, test automation, or modified built-in template opened in Studio can be exported using the **Export As** &gt; **Templates** ribbon button.

   ![docs image](https://dev-assets.cms.uipath.com/assets/images/studio/studio-docs-image-609897-c34cd20f.webp)

When exported, the template is saved under the path in the **Location** field.

:::note
Unsaved changes made in files are automatically saved in the project before the template is created.
:::

### Publishing a Template

Publishing templates is similar to publishing processes and libraries, with the exception that the wizard contains an additional step where to enter template information. For more information, see [About Publishing Automation Projects](https://docs.uipath.com/studio/standalone/2025.10/user-guide/about-publishing-automation-projects#about-publishing-automation-projects).

## Browsing and Using Templates

You can view all available project templates in the **Templates** tab in Studio Backstage View.

Recently used templates are listed at the top. You can search for templates by name and description, select whether to include prerelease versions, or filter templates by location.

The following template locations are available:

* **All** - All locations.
* **Built-in** - Templates that come installed with Studio.
* **Official** - Templates from the official UiPath feed.
* **Orchestrator** - Organization-wide templates feed, available when connected to Orchestrator.
* **Local** - The local user feed, by default: `C:\Users\User\Documents\UiPath\.templates`. The location can be defined by selecting **Settings** &gt; **Locations** in Studio Backstage view.
* **Marketplace** - Templates published to the [UiPath Marketplace](https://marketplace.uipath.com/).

### Creating a Project Based on a Template

1. Click the template. A window with details about the template opens.
2. Select the version to use from the lower-left corner of the window, and then click **Use Template**.
3. If the template uses any packages that require accepting license terms, click **View License** to read the terms, and then **I Accept** to agree and continue.
4. In the new project window, edit the details of the project (name, location, description). Some templates also give you the option to select the compatibility and language.
