> For the complete documentation index, see [llms.txt](https://docs.archisketch.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.archisketch.com/guide/enterprise-en/manage-furniture/group-furniture.md).

# Furniture grouping

When grouping furniture **management and edits are much more convenient**It becomes much more convenient! In particular, products grouped in the editor can, even after being placed once, **be edited easily**or **changed quickly**which is a big advantage.

![](/files/ec696668e9e07cedbc6303f861c019c48b19f45d)

**Path**

Dashboard → Enterprise Library → Products → Furniture → Desired category

![](/files/6cf4d7f6f6264d4858d5599ae898f5086a4c4050)

## Step 1. Select furniture

1. Select the furniture to group.
   * You can select checkboxes one by one or select multiple.
   * If you select multiple **\[Select All]** button is activated.
2. Once selection is complete **\[Product Group]** click the button.

![](/files/a1aec06cef0128dadfb1c014f4a454d4a99b3d4d)

## Step 2. Enter options

When the grouping settings window opens, enter or select the items below.

1. **Upload group thumbnail** `Optional`
   * If you don't upload one, the image of the first product is automatically set as the representative thumbnail.
2. **Group name**
   * Enter the group's representative name.
3. **Classification criterion**
   * Enter the grouping criteria. (e.g., color, type, size, etc.)
4. **Brand**
   * Select the brand of the products in the group.
5. **Option name**
   * Enter an option name that matches the classification criteria.
   * The initial value is automatically set to the product name, but it is recommended to change it to the option name.

![](/files/0b886d89d6a52f4b7083d8cafc4222b42b7532e8)

## Step 3. Grouping complete

Once grouping is complete **\[Refresh]** click the button.

* Grouped products are displayed as a single group.

![](/files/62594b7f379b4332bff9e50e08a68c1eb59912fb)

* Click the group to view or edit the group information at the top.
* You can click each product in the product list on the right to view detailed information.

![](/files/c03c1c454b28dd202ae2c80202e033a370b98ee7)

## Add individual products to a grouped product

If you want to add a new product to an already grouped product, follow these steps.

**Select the grouped product and the product to add**

* Select the existing grouped product and the new single product to add.
* Once selection is complete, click the \[Product Group] button.

![](/files/4270da9f1cc17bc1c7357b4f387a6d5a3ea269a4)

**Option settings**

* The product to be added will follow the existing group's **Group name**and **Classification criterion**will follow.
* You can edit the option name of the newly added product.

**Save**

* Once all settings are complete, press the Confirm button to save the changes.

![](/files/bbb91c237e68e86ba7502d0e8c6401c61ad30c5b)

## Ungroup

If you want to ungroup, click the grouped item and press the \[Ungroup] button.

* When ungrouped, the category position remains unchanged.

![](/files/621e341a1c57f18097f3accd2d4a9b979f700df1)


---

# 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.archisketch.com/guide/enterprise-en/manage-furniture/group-furniture.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.
