> For the complete documentation index, see [llms.txt](https://docs.globo.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.globo.io/filter/merge-filter-option-values-into-group.md).

# Merge filter option values into group

✨The group values function helps you to merge different values into one group. For instance, you can combine the light blue, dark blue, and midnight blue into one group called ‘Blue’ value.

### **‼️ Important Notice**

* After creating or deleting a Merge Value, you must **sync product data** from the App Dashboard to update these changes!

### ⚡️**Step 1: Creating group values**

1. From the app’s left navigation bar, click the **Filters** section.
2. Choose the **Merge Values** tab.
3. Click **Add Group**.<br>

   <figure><img src="/files/10jsBnYok4KOJHKGgIyb" alt=""><figcaption></figcaption></figure>
4. In the **Group Name** field, enter the group name.
5. From the **Source** drop-down, select a filter data type of this group.
6. In the **Values** field, choose the values you want to add to this new group.<br>

   <figure><img src="/files/3phmjIk4xKIDcAXmUyG4" alt=""><figcaption></figcaption></figure>
7. Click **Save** to finish.

### ⚡️Step 2: Sync product data

1. Go back to the app Dashboard.
2. Click **Sync Data** button to update the changes.

### ⚡️**Step 3: Display group values on the filter sidebar**

By default, the new group will appear in the filter sidebar immediately. If the new group value doesn’t appear in the filter tree, follow the steps below to add it to the filter option.

1. From the app’s left navigation bar, click the **Filters** section.
2. Click the filter sidebar you want to modify.
3. Scroll down to the **Filter Options** section.
4. Click the **Pencil** icon to manage the filter option values.
5. Under the **Values** section, select the **Manual Selection** option.
6. Choose the needed values in the **All Values** column.
7. Click the **Add** button to add these values to the **Selected Values** column.
8. Click **Save** to complete

<figure><img src="/files/0YsCiT0l5cP8m5QaMZlg" alt=""><figcaption></figcaption></figure>

### ⚡️**Step 4: Remove old values from the filter sidebar after merging**

You must remove these old values from the **Selected Values** column to the **All Values** column.

1. From the app’s left navigation bar, click the **Filters** section.
2. Click the filter sidebar you want to modify.
3. Scroll down to the **Filter Options** section.
4. Click the **Pencil** icon to manage the filter option values.
5. Under the **Values** section, select the **Manual Selection** option.
6. Choose the values you want to remove in the **Selected Values** column.
7. Click the **Remove** button.
8. Click **Save** to complete

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

### 💬 Need Help?

If you need support, feel free to email us at:\
**📩 <contact@globo.io>**


---

# 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:

```
GET https://docs.globo.io/filter/merge-filter-option-values-into-group.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.
