> ## Documentation Index
> Fetch the complete documentation index at: https://docs.controlplane.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Install and Manage using the UI

> Install, upgrade, and manage Control Plane Template Catalog releases using the Console UI. Covers browsing templates, configuring releases, viewing revisions, and uninstalling.

## Install a Template

<Steps>
  <Step title="Open the Template Catalog">
    Select **Catalog** under the templates dropdown in the navigation menu.
  </Step>

  <Step title="Select a Template">
    Browse the catalog and select a template to install.
  </Step>

  <Step title="Review the Template">
    Read through the **README** page to understand the template's configuration options and usage.
  </Step>

  <Step title="Configure the Release">
    Click **Create Template Release**

    On the **Install** page, provide the following:

    * **Release Name** — A unique name for this installation.
    * **GVC** — Select the GVC to deploy to. If no GVC select option is available, you will need to configure the GVC name in the values file.
  </Step>

  <Step title="Configure Values">
    Review and modify the **values** file to customize the template for your environment. This can include settings such as resource limits, replica counts, and any template-specific options.
  </Step>

  <Step title="Install">
    Click **Install App** to deploy the template. Control Plane will provision the required resources based on your configuration and will automatically navigate you to the newly created release.
  </Step>
</Steps>

<Note>
  The **Template** option generates raw YAML manifests that you can review and manually apply. The equivalent CLI install command is also shown — see [Install through the CLI](/template-catalog/install-manage/cli) for details.
</Note>

## Manage a Template

### View Releases

Select **Releases** under the templates dropdown in the navigation menu to view all created template releases.

### Release Details

When viewing a release, the info section displays the template version, app version, GVC, number of items created, and a list of created items with their details.

### Upgrade

To upgrade a release with new values or a new template version, select **Upgrade** and provide any updated values or the template version you wish to use. Click **Upgrade App** to apply the changes.

<Note>
  Any workloads affected by the change will roll out new deployments. Unchanged items will not be redeployed.
</Note>

### Template Preview

From the **Upgrade** section, click **Template** to generate a preview YAML file of the items that will be created. This allows you to review changes before applying them.

### Revisions

Click **Revisions** to view all revisions to the release, including upgrades and rollbacks. You can inspect individual changes and roll back to any previous revision.

## Uninstall a Template

Navigate to the template release, click the **Actions** dropdown, and select **Uninstall**.
