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

# 設計家具ライブラリ構造

設計家具ライブラリは、階層と目的に応じていくつかのサブライブラリに分かれています。

設計家具ライブラリの全体構造と各ライブラリについて簡単にご説明します。

## ライブラリ構造

すべての設計型（パラメトリック）家具は、設計家具ライブラリを通じて管理できます。

設計家具ライブラリは、商品、部品、モデリング、パラメータの4つのライブラリと部品エディタで構成されています。

<figure><img src="/files/525a6dfb4cdf05e34b1396a9bf087eaa04104d1e" alt=""><figcaption></figcaption></figure>

### 設計家具ライブラリ

* パラメトリック家具を構成するすべてのライブラリを包括する概念です。

### 商品ライブラリ

* パラメトリック部品の価格、購入リンクなどの販売情報を管理するライブラリです。
* 商品ライブラリのカテゴリおよび商品を基準に、エディタに表示されます。
* [**商品ライブラリガイドはこちら**](/guide/kegaido/parametric-library/sale-library.md)

### 部品ライブラリ

* 設計型の部品や情報を管理するライブラリです。
* 部品エディタを通じて、部品ライブラリの部品を編集できます。
* [**部品ライブラリガイドはこちら**](/guide/kegaido/parametric-library/component-library.md)

### モデリングライブラリ

* 部品ライブラリで使用されるモデリングファイルを管理するライブラリです。
* [**モデリングライブラリガイドはこちら**](/guide/kegaido/parametric-library/modeling-library.md)

### パラメータライブラリ

* 部品ライブラリで使用されるエンタープライズ（グローバル）パラメータを管理するライブラリです。
* [**パラメータライブラリガイドはこちら**](/guide/kegaido/parametric-library/parameter-library.md)

### 部品エディタ

* 部品ライブラリの設計型部品を編集できるエディタです。
* [**部品エディタガイドはこちら**](/guide/kegaido/parametric-library/modular.md)


---

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