> For the complete documentation index, see [llms.txt](https://docs.hesh.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hesh.app/manuals/product-management/product-configuration/parameters/add-parameter-pop-up.md).

# "Add parameter" pop-up

This page provides a comprehensive guide on how to create and manage parameter templates effectively.

## Overview

You can easily create templates with parameters to streamline your product management! By using the same parameters across different products, you'll save time and ensure consistent naming throughout the system.

<figure><img src="https://2718719119-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2iEmashkfYYrRZjhJnSk%2Fuploads%2F1DOIrw51UujlrAdEjr94%2Fimage.png?alt=media&amp;token=b8ab3be5-5b99-4d3f-99e0-ec82613bd179" alt=""><figcaption><p>"Manage template" pop-up</p></figcaption></figure>

## Adding template

1. Click "Add" button in the "Parameters" section
2. Click "Manage templates" button in the "Add parameter" pop-up
3. Enter parameter's name into the input field in the "Templates" section
4. Click :heavy\_plus\_sign: button next to the input field
5. Enter parameter's value into the input field in the "Values" section
6. Click :heavy\_plus\_sign: button next to the input field
7. Click "Save" button to save the parameter's template

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

## Reordering values of the parameter

1. Select parameter's value you want to drag to another position
2. Click on D\&D area near the value
3. Drag it

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

## Deleting parameter or its value from the template

1. Click :heavy\_multiplication\_x: button next to the parameter or value you want to delete
2. Click "Save" button to save the parameter's template with updated values

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

{% hint style="warning" %}
The system prevents saving a parameter group if it does not contain at least one value.&#x20;
{% endhint %}

&#x20;


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.hesh.app/manuals/product-management/product-configuration/parameters/add-parameter-pop-up.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
