> 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 furniture is grouped, **management and editing become much more convenient**becomes! In particular, products grouped in the editor can even while already placed once **edit easily**or **change quickly**has the big advantage that you can do it.

![](/files/21930244bdd5cde78c708d90021721f258d06d77)

**Path**

Dashboard → Enterprise Library → Products → Furniture → desired category

![](/files/85a321af215f3c0046b0649c567d2b299e687ba2)

## Step 1. Select furniture

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

![](/files/38d807ab2aee125565339d939c0892556db1a197)

## 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 first product image will automatically be set as the representative thumbnail.
2. **Group name**
   * Enter the group's representative name.
3. **Classification criteria**
   * 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 the option name that matches the classification criteria.
   * The default value is automatically set to the product name, but it is recommended to change it to the option name.

![](/files/806e612b7f6fc723cb2b93f9d947110d9c49c914)

## Step 3. Grouping complete

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

* The grouped products are displayed as one group.

![](/files/ae31e373be0b98f0e223786a6abaf57be731c8e1)

* 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 details.

![](/files/2bbf20e62e8da6740489a8315334dbdc3c1065a7)

## Add individual products to a grouped product

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

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

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

![](/files/7f69ce7434b4ba4f4a0d337d065422e640580226)

**Option settings**

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

**Save**

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

![](/files/1c1a9026e3cb9e329e9b2975e362c6b0d091aade)

## Ungroup

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

* When ungrouped, the category position remains unchanged.

![](/files/bfe5619c39031ffae3be3e678e079b27da3fb863)


---

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