> 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/parametric-library/sale-library.md).

# 商品ライブラリ

商品ライブラリは、部品ライブラリの部品に商品情報を結合して、エディタに表示されるライブラリです。

## 商品とは

商品は、部品ライブラリの部品に商品情報を追加したオブジェクトで、直接エディタに表示されるオブジェクトです。

## 商品の確認

設計家具ライブラリ > 商品ライブラリで商品一覧を確認できます。

<figure><img src="/files/72ffd05bcba4b3ba0a1172d55e35646f78666f9e" alt=""><figcaption></figcaption></figure>

商品をクリックすると商品詳細ページに移動し、商品のさまざまな情報を確認できます。

<figure><img src="/files/4c89d5d54f96dc1939fa7c8839de4c1556da006f" alt=""><figcaption></figcaption></figure>

## 商品作成

* 商品ライブラリ右上の「商品作成」をクリックすると、商品作成ページに移動できます。
* 商品画像（サムネイル）は、デフォルトで連携された部品のサムネイルを使用し、作成後に詳細ページで修正できます。
* 作成ページ下部の「部品追加」ボタンから、部品ライブラリで部品を選択して連携できます。
* 部品連携後、上部の「部品変更」ボタンから連携された部品を変更できます。
* 連携された部品が必ず必要です。商品は作成できません。
* 部品連携後、右上の「作成する」ボタンをクリックして商品を作成できます。

{% hint style="info" %}

* 1つの商品には1つの部品のみ連携でき、モデリング部品は連携できません。
* 1つの商品は複数の商品カテゴリに属することができます。
  {% endhint %}

<figure><img src="/files/b735ef0ba79739b5bee7263856851138aee430d1" alt=""><figcaption></figcaption></figure>

## 商品の編集

### 個別編集

* 商品情報 > \[編集] ボタンをクリックして、商品情報を修正できます。
* カテゴリ > \[編集] ボタンをクリックして、商品カテゴリを修正できます。
* 商品情報 > \[編集] ボタンをクリックして、連携された部品の情報を修正できます。

<figure><img src="/files/22865ce4d1bc0b075be52e7913bc3ab694060f67" alt=""><figcaption></figcaption></figure>

### 一括編集

* 商品ごとのチェックボックスをクリックして商品を選択できます。
* 商品を選択した後、希望する値を選んで変更したり、カテゴリを修正したりできます。

<figure><img src="/files/2fb4be7d59b629db90e75ce9eda58eee109c0c99" alt=""><figcaption></figcaption></figure>

## 商品の削除

### 個別削除

商品サムネイル内の「もっと見る」ボタンをクリックした後、\[削除] ボタンをクリックして個別の商品を削除できます。

<figure><img src="/files/2ce1d6c763d359706926f8d6869d29786c679d6f" alt=""><figcaption></figcaption></figure>

### 一括削除

* 商品ごとのチェックボックスをクリックして商品を選択できます。
* 商品を選択した後、\[削除] ボタンをクリックして選択した商品を一括で削除できます。

<figure><img src="/files/03cd6dd85529c54a5c9942c2fe1b2ee79baf9ff2" alt=""><figcaption></figcaption></figure>


---

# 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/parametric-library/sale-library.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.
