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

# 製品カテゴリの整理

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

![](/files/31b19fd85b09c49227af94e48718f1b061ce464c)

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

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

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

![](/files/432667dfefff7370439567a41b9f06cca5c12469)

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

## 共用ライブラリ

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

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

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

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

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

![](/files/d7a38ae8ab18944b415b129bbe08ef693eb61561)

## 企業ライブラリ

### カテゴリー管理

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

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

**対応機能**

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

![](/files/626b7bb31d3f4f6e0e39eae1be32fb02f2720a41)

#### カテゴリー追加

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

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

![](/files/d28597c140665247aaa7cd32d5ef87520c55674e)

#### カバー画像の修正

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

![](/files/7508e82132bdd93fb745e2cc07c7746ee45b76b4)

#### 名前の修正

カテゴリーや製品の **名前を修正**できる機能です。

![](/files/4f4d5532426325233e222e1e72ea375c945000a9)

#### 削除

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

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

#### Excelで抽出する

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

![](/files/475621be2826638645529112eb5cd76bcd33f428)


---

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