# Product configuration

## Overview

The Configurations feature empowers users to manage product variations effectively. By following this guide, you can navigate the features and functionalities available for managing configurations.

Product configuration allows you to create unique subtypes of your product, tailoring each one to meet specific needs. With this feature, you can easily set up:

* **Description:** provide specific details about the configuration
* **Attachments:** upload relevant files and documents
* **Worfklows:** define the processes associated with each configuration
* **Parameters:** specify options

<figure><img src="/files/C4Ch0ab2IkxVxkJKqOxE" alt=""><figcaption></figcaption></figure>

## Adding new configuration

1. Access Product page
2. Click ➕ button in the configuration tabs bar
3. Add name to the configuration&#x20;
4. Click :heavy\_check\_mark: button to save the configuration

{% @arcade/embed flowId="MU87upz1DYigZLwncfa4" url="<https://app.arcade.software/share/MU87upz1DYigZLwncfa4>" %}

## Editing configuration name

Configuration names can be changed in the product without creating a draft or a new version. This avoids confusion between identical products and keeps names consistent across versions.

✅ What happens when the name is changed?

* The name is updated in all versions of the product that had the same original name (case-sensitive).
* The history of changes is saved: you can see who changed the name and when.
* The name is updated in product lists and other interfaces.
* No draft is created - you work with the latest data right away.

1. Click "Edit name" in the "More actions" menu of the configuration you want to edit
2. Enter new name
3. Click :heavy\_check\_mark: button to save the name

{% @arcade/embed flowId="VB3QYIN7DdVVZMVlJJEA" url="<https://app.arcade.software/share/VB3QYIN7DdVVZMVlJJEA>" %}

## Duplicating configuration&#x20;

1. Click "Duplicate" in the "More actions" menu of the configuration you want to duplicate

{% hint style="success" %}
System creates a new configuration in this product completely duplicating the information from the original configuration: description, media, files, workflows, parameters
{% endhint %}

{% @arcade/embed flowId="WuS9C5B4ttDGnA1Fougk" url="<https://app.arcade.software/share/WuS9C5B4ttDGnA1Fougk>" %}

## Deactivating a configuration

1. Click "Deactivate" in the "More actions" menu of the configuration you want to deactivate
2. Click "Inactivate" button to confirm

{% hint style="danger" %}
Deactivated configurations can't be selected during the [production launch](/manuals/production/launching-productions.md) until they are activated.
{% endhint %}

{% @arcade/embed flowId="tyQQxs135IQFYaIx0Yjw" url="<https://app.arcade.software/share/tyQQxs135IQFYaIx0Yjw>" %}

## Activating a сonfiguration

1. Сlick "Activate" in the "More actions" menu of the configuration you want to activate
2. Click "Activate" button to confirm

{% @arcade/embed flowId="s5EwlorwGJ5kVl8uCOzH" url="<https://app.arcade.software/share/s5EwlorwGJ5kVl8uCOzH>" %}

## Deleting a configuration

1. Сlick "Delete" in the "More actions" menu of the configuration you want to delete
2. Click "Delete" button to confirm

{% @arcade/embed flowId="XzoTm7nLYQ7OAuY9efBE" url="<https://app.arcade.software/share/XzoTm7nLYQ7OAuY9efBE>" %}

## Things to note <a href="#h_fabf17e66d" id="h_fabf17e66d"></a>

* You can add up to 30 configurations per product.
* When creating a new product, a default configuration is automatically generated for you. This configuration will be pre-selected for your [product launch](/manuals/production/launching-productions.md).<br>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.hesh.app/manuals/product-management/product-configuration.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
