# Parameters

## Overview

The "Parameter" feature empowers users to add specific characteristics to products, streamlining the process of configuring product variations. This guide will walk you through all aspects of adding parameters to a product configuration.

* **Parameter** - product's characteristic (e.g. Material)
* **Parameter's value** - product's characteristic value (e.g. Silk)

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

## Adding a parameter

### Option 1. Create new parameter

1. Click "Add" button in the "Parameters" section&#x20;
2. Enter parameter's name in the "Name" field (e.g. "Colour")
3. Enter parameter's value in the "Value" field (e.g. "Red")
4. Click :heavy\_plus\_sign: near the "Value" field
5. Click "Save" button to add a parameter

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

{% hint style="info" %}
System adds these parameters as "Variants" to the product configuration automatically.
{% endhint %}

### Option 2. Use parameter from the previosly added templates

1. Click "Apply template" button in the "Add parameter" pop-up
2. Select the template
3. Click "Apply" button
4. Click "Add" button to add a parameter

Read [this ](https://app.gitbook.com/o/13N58EfuOA1zSY86pwEX/s/2iEmashkfYYrRZjhJnSk/~/changes/223/manuals/product-management/product-configuration/parameters/add-parameter-pop-up)article to find out how to configure the parameters templates

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

## Editing a parameter

1. Click  :pencil2: button next to the parameter you want to edit
2. Change parameter's name or value
3. Click "Save" button to apply changes

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

{% hint style="info" %}
System updates the list of "Variants" accordingly.
{% endhint %}

## Chaning parameter's position order

1. Select parameter you want to drag to another position
2. Drag it

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

{% hint style="info" %}
System updates the "parameter" that changed positions in the list of "Variants" automatically.
{% endhint %}

## Deleting a parameter

1. Click :heavy\_multiplication\_x: button next to the parameter you want to delete
2. Click "Delete" button to confirm

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

{% hint style="info" %}
System removes the "parameter" that was deleted from the list of "Variants" automatically.
{% endhint %}

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

* You can add up to 3 parametres per product configuration.<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/parameters.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.
