> 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-jp/manage-furniture/group-furniture.md).

# 家具のグループ化

家具をグループ化すると **管理と修正がはるかに便利に**なります！特に、エディターでグループ化された商品は、一度配置した状態でも **簡単に修正**したり **素早く変更**できるという大きな利点があります。

![](/files/efe2a640a65e08600dd9d76d50f15d4258ec6e0e)

**パス**

ダッシュボード → 企業ライブラリ → 商品 → 家具 → 希望のカテゴリー

![](/files/eaf979d9ab0b9e3fe3d219b05bad9960504cb3fd)

## ステップ1. 家具の選択

1. グループ化する家具を選択します。
   * チェックボックスを1つずつ選択したり、複数選択したりできます。
   * 複数を選択すると **\[すべて選択]** ボタンが有効になります。
2. 選択が完了したら **\[商品グループ]** ボタンをクリックします。

![](/files/8a96d9bfd1f852f8136c19d29a370a4a62cc2857)

## ステップ2. オプション入力

グループ化設定ウィンドウが開いたら、下記の項目を入力または選択します。

1. **グループサムネイルのアップロード** `任意`
   * アップロードしない場合、最初の商品画像が自動的に代表サムネイルとして設定されます。
2. **グループ名**
   * グループの代表名を入力します。
3. **分類基準**
   * グループ化の基準を入力します。（例：色、タイプ、サイズなど）
4. **ブランド**
   * グループに属する商品のブランドを選択します。
5. **オプション名**
   * 分類基準に合ったオプション名を入力します。
   * 初期値は商品名で自動設定されますが、オプション名に修正するのがおすすめです。

![](/files/4b513acf52ddaf6b8ec19ef8c286deb44dfda56c)

## ステップ3. グループ化完了

グループ化が完了したら **\[再読み込み]** ボタンをクリックします。

* グループ化された商品は1つのグループとして表示されます。

![](/files/40fd93d2336e9695c95255e2f97626f3ad57b4d4)

* グループをクリックすると、最上部でグループ情報を確認したり修正したりできます。
* 右側の商品一覧でそれぞれの商品をクリックして、詳細情報を確認できます。

![](/files/bf02475b06f4bb5e3579e1b65d3159aec2907400)

## グループ商品に個別商品を追加する

すでにグループ化された商品に新しい商品を追加したい場合は、次の手順に従ってください。

**グループ化された商品と追加する商品を選択**

* 既存のグループ化された商品と、新たに追加する単品商品を選択します。
* 選択が完了したら、\[商品グループ]ボタンをクリックします。

![](/files/524fce35378a8d3748c028031b322ef11b20e738)

**オプション設定**

* 追加する商品は既存グループの **グループ名**と **分類基準**を引き継ぎます。
* 新たに追加する商品のオプション名を修正できます。

**保存**

* すべての設定が完了したら、確認ボタンを押して変更内容を保存します。

![](/files/b3efe69bf211a207b6d65d20f44ea9c836a03d89)

## グループ化を解除する

グループ化を解除したい場合は、グループ化商品をクリックした状態で\[グループ化解除]ボタンを押してください。

* グループ化を解除しても、カテゴリー位置はそのまま維持されます。

![](/files/77c7cfe4db1a96beacb0a113055f9614ca9770f1)


---

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