# Product Upgrade Options

https://docs.wisecp.com/es/product-upgrade-options

Pick the higher-tier products this one can be upgraded to.

## Opening the Screen

Panel menu: **Products**. Open the product's group, then click its name (or the row menu's **Edit** action): `{admin}/products/edit?id={product}`

In the tab strip, click **Upgrading**. A direct link opens it already selected: `{admin}/products/edit?id={product}&configuration=upgrades`

## What Is on the Screen

An info box explains the step, then one tall list, grouped under each product category as a heading. Products with no category sit under **Uncategorized**, and this product itself never appears in its own list.

## Fields

- **Available Upgrades**: Select upgrade product. Hold Ctrl (Windows) or Cmd (Mac) to pick more than one.

## Tasks

### Offer upgrades from this product

1. Open the **Upgrading** tab.
2. Click a product to select it. Ctrl/Cmd-click to add more, or to remove one already picked.
3. Click **Save Changes** at the bottom of the page. It saves every tab on this screen together.

## Things to Watch

> **Only products from the same group can be picked**
> 
> The list only offers products in this product's own group, under their catalog categories. Products from other groups are not offered as upgrades.

> **This only builds the offer list**
> 
> Picking a product here does not move any live service. It only decides which products a client, or you, can choose when upgrading a service running on this product.

> **Offering an upgrade does not guarantee the module can carry it out**
> 
> When the upgrade runs, the service's automation module is asked to apply it. If that module has no upgrade handler, WISECP still records the change as completed and updates the service's product and price, with nothing happening on the server and no failure notice to you or the client. Before offering a target product, check that the module behind the service supports upgrades, and verify the first one by hand.

## Required Privileges

Opening this screen needs `PRODUCTS_LOOK` or `PRODUCTS_OPERATION`. Saving changes needs `PRODUCTS_OPERATION`.

## Related Articles

- [Editing a Product](https://docs.wisecp.com/en/editing-a-product)
- [Product Categories](https://docs.wisecp.com/en/managing-product-categories)
- [Upgrading and Downgrading a Service](https://docs.wisecp.com/en/upgrading-and-downgrading-a-service)
