# Manage Product Group

Product Group allows users to organize multiple products into a single group for easier access and navigation.

## Create a New Group

To create a new product group, click the **Create Group** menu on the sidebar.&#x20;

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

On the **Create Group** page, first select an icon to represent the group.&#x20;

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

Then, enter the group name in the provided field.

<figure><img src="/files/1dWiiWNlzDWOmy1JSlzo" alt=""><figcaption></figcaption></figure>

Next, select one or more products to be included in the group. The selected products are displayed in the **Selected** section, while products that have not been added remain available in the **Available Products** section.

<figure><img src="/files/8jK3LFgTMF2LclpOGFgm" alt=""><figcaption></figcaption></figure>

After all required information has been completed, click the **Create** button to create the product group.

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

Once the product group is successfully created, you can manage it from the **Product Group** page.

## Manage Product Groups

To manage existing product groups, navigate to **My Product**, then select **Manage Product Group**.

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

The **Product Group** page displays all created product groups along with the products assigned to each group.

<figure><img src="/files/1j8fv47O5YJryoAPkAzM" alt=""><figcaption></figcaption></figure>

Users can enable the **Show in Sidebar** option to display a product group in the navigation menu for quicker access. Product groups displayed in the sidebar allow users to access the products contained within the selected group directly from the navigation panel.

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

If a product group is no longer needed, click the **Delete** button to remove the selected group.

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

Users can also create an additional product group by clicking the **+Create Group** button available on the **Product Group** page.

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


---

# 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.cloudeka.ai/guidance-for-individual/starter-guide/manage-product-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.
