# Shared value sets

The **Value Sets** feature in aqua has been redesigned to give users more flexibility, clarity, and centralized control. With this update, value sets are now managed in their own dedicated tab, allowing for a smoother experience when creating and applying reusable lists of options across project.

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

### What is a Value Set?

A **Value Set** is a predefined list of values that can be reused across multiple item types. This helps keep field options consistent and saves configuration time.

Examples:

* Device types (e.g., Desktop, Mobile, Tablet)
* Priority levels (e.g., Low, Medium, High)
* Risk categories

### How to Manage Value Sets

#### Adding a New Value Set

* Go to the **Value sets** tab.
* Click **Add value set**.
* A placeholder appears—give your new value set a name.
* Add values using the **“+”** icon.

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

* Set a default (optional) and click **Save**.

{% hint style="info" %}
&#x20;You can only edit and save one value set at a time.
{% endhint %}

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

* You can re-order values by sorting them or dragging. Additionally, you can delete them as needed.

Create as many value sets as needed and re-use them in single or multi-select fields.

### Re-use shared values

To reuse a value set, select a field and open its sidebar. Then, in the Values section, click on the Value Set dropdown to apply an existing set.

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

Once a value set is applied, it can no longer be edited directly within the field. To make changes, go to the **Value Sets** page, any updates there will automatically apply to all fields using that set.

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

### Convert list to a shared value set

You can convert a list of values into a value set.\
To do this:

* Add the desired values to the field and save your changes.
* Then reopen the field and click **Convert to value set**.

<figure><img src="/files/9UVq8kfMVIGoIo0PBjFI" alt=""><figcaption></figcaption></figure>

\
You’ll be redirected to the **Value Sets** page, where you can name the new set and make further modifications if needed.

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

{% hint style="info" %}
**Please note:** after the conversion, the new value set is not automatically applied to the field. To use it, you’ll need to manually select the set from the field’s sidebar once it has been saved.
{% endhint %}


---

# 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.aqua-cloud.io/documentation/project-configuration/project-template-configuration-fields/shared-value-sets.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.
