> 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/products-category.md).

# 商品カテゴリ整理

エディターに表示される家具カテゴリを整理する機能について見ていきましょう。

![](/files/76d5e9a38aa3fcb6f4c7e97a8e46d5b807fde060)

## 共用 / 企業ライブラリの違い

まず、共用ライブラリと企業ライブラリの違いを見ていきましょう。エディターに入ると、タブにデフォルトで4つのライブラリが表示されます。

1. 家具ライブラリ（共用）：アーキスケッチが提供する基本家具
2. 仕上げ材ライブラリ（共用）：アーキスケッチが提供する基本仕上げ材
3. 家具ライブラリ（企業）：企業が販売・管理する家具
4. 仕上げ材ライブラリ（企業）：企業が販売・管理する仕上げ材

![](/files/72e151d3a6bbcf09ba2f76968550a19c3b352929)

ライブラリ名の変更およびOn/Off機能は［企業設定 → エディター設定］で可能です。

## 共用ライブラリ

### カテゴリの表示/非表示

アーキスケッチで提供する **共用ライブラリカテゴリ** の有効/無効を設定できる機能です。

これにより、企業のニーズに合わせて複数のカテゴリのうち特定のカテゴリだけを表示したり、すべてのカテゴリを非表示にしたりできます。

* 例）Construction、Kitchen、Bathroomカテゴリのみ表示し、その他のカテゴリは非表示にできます。

**設定パス** : 設定 → 企業設定 → エディター設定

![](/files/9c57d07d2d22684dd0d70d1a5b43a13e71d7fe94)

## 企業ライブラリ

### カテゴリ管理

企業で販売する製品が属する **カテゴリ**を管理する機能です。これにより、企業はアップロードした家具および仕上げ材製品をカテゴリ別に効率よく分類・修正できます。

**設定パス** : 企業ライブラリ → 製品 → 家具/壁紙,床材

**対応機能**

* カテゴリカバーの編集
* 名前の修正
* 削除
* Excel出力
* カテゴリ追加

![](/files/9043bc361a3fb806ec4698b6d34c1c9b7c8f20e3)

#### カテゴリ追加

新しいカテゴリを追加したり、既存カテゴリ内にサブカテゴリを追加したりする機能です。

* **新しいカテゴリを追加**: カテゴリ一覧で［新しいカテゴリを追加］ボタンをクリックして、新しいカテゴリを作成できます。
* **サブカテゴリ作成**: 既存カテゴリ内にサブカテゴリを追加するには、カテゴリ名の右側にある［もっと見る］ボタンをクリックした後、［サブカテゴリ作成］を選択してサブカテゴリを作成できます。

![](/files/2a64197f5f097afca39d009cb4d0e098ecfb9e57)

#### カバー画像の編集

各カテゴリの **カバー画像**を設定できる機能です。（右側のフォルダリストの［もっと見る］からのみ編集できます。）

![](/files/b96b9e528ef6722723baf93de8be939f795da190)

#### 名前の修正

カテゴリや製品の **名前を編集**できる機能です。

![](/files/7ea416fd60c503ea1f1aa2165e33a593f7d0ab7e)

#### 削除

カテゴリを **削除**できる機能です。

{% hint style="warning" %}
カテゴリを削除しても、そのカテゴリ内のすべての製品が消えるわけではなく、 **未分類製品**へ移動されます。
{% endhint %}

#### Excelに出力

カテゴリ内に含まれるすべての製品情報を **Excelファイル**として出力し、外部で簡単に管理・分析できる機能です。製品情報は **名前、ID、サイズ、価格、購入リンク** などの詳細情報を含みます。

![](/files/3d19d97fa9eeee38fb8f2e80de4265b61385d055)


---

# 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/products-category.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.
