> For the complete documentation index, see [llms.txt](https://support.rosysalonsoftware.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.rosysalonsoftware.com/inventory/adding-editing-product-groups.md).

# Adding/Editing Product Groups

Product Groups refer to the *type* of product, *(for example: Shampoo, Conditioner, Moisturizer, etc)*.

This is the second step to adding Products manually.

**Proceed to: Manage** > **Inventory** > **Product Groups**

## Choosing a Standard Product Group

We provide standard Product Groups in an organized list for you to choose from.

{% stepper %}
{% step %}

## Click the "Available" tab

![Product groups](/files/bb5577ed6a0bdbc2af36333798b7e406ce8ed3e7)
{% endstep %}

{% step %}

## Add Product Groups to your "Assigned" list

Click the ![plus icon](/files/6fbfee46c20a118faafa65f9b938f2ce44214718) icon to add any Product Groups of choice to your "**Assigned**" list to be chosen from upon adding a Product.
{% endstep %}

{% step %}

## Add a custom Product Group

If none of our standard Product Groups are sufficient, you can add your own Custom Product Group by clicking the "**New Custom Group**" tab at the top.
{% endstep %}

{% step %}

## Enter the Product Group details

Enter the **Product Group Name**, and choose a **Product Category**. *(The Sort Order field is optional, and will determine where the Product Group is found within the Brand list on your Products page.)*

![New Custom Group](/files/ad3c219b72a762ea41f4af1bb6ce8af1824b38fb)
{% endstep %}

{% step %}

## Continue to adding Products manually

[Continue to adding Products manually](/inventory/adding-editing-product-groups.md)
{% endstep %}
{% endstepper %}

## Editing a Product Group

**Proceed to: Manage** > **Inventory** > **Product Groups**

{% stepper %}
{% step %}

## Select the Product Group

Click on the name of the Product Group you'd like to make adjustments to.
{% endstep %}

{% step %}

## Make changes and save

Make any necessary changes, then click **Save**.

![edit product group](/files/14e2315d35fccdd2fc5a09fd1fa05a4e2f4b5b75)
{% endstep %}
{% endstepper %}

{% hint style="info" %}
**Note:** If you'd like to DELETE the Product Group, you'd need to make sure there are NO Products currently assigned to it. You will see any Products within that Product Group listed to the right.
{% endhint %}


---

# 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://support.rosysalonsoftware.com/inventory/adding-editing-product-groups.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.
