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

# 家具のグループ化

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

![](/files/295831ffdff3eccd5eabe21380ea28d574ee2d93)

**経路**

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

![](/files/a7191a0b8b31d508f57c28cf67cddf967c10c0bd)

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

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

![](/files/6f3d755bdc2f7574cecaa4a40d786b20add43043)

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

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

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

![](/files/3a9158cbdc8e0fe83c9b16650d39f28f73682cfd)

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

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

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

![](/files/978e71b7e6016a4ac23e5db0d4112584ea7c505a)

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

![](/files/0c6f761c81104249f0503c94566e53765c0aef0f)

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

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

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

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

![](/files/b274ebc9aa763fa74b2c48d4e80036249af045da)

**オプション設定**

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

**保存**

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

![](/files/28b56eea273de092b3ee913cd79b80ea0a27c8bf)

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

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

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

![](/files/9b2a48371aabc756a92b2f3fc85880c68cc506c1)


---

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