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

# パラメータライブラリ

パラメータライブラリは、設計家具ライブラリ全体で使用されるグローバルなエンタープライズパラメータを管理するライブラリです。

## エンタープライズパラメータとは

エンタープライズパラメータとは、企業ドメイン内でグローバルに使用されるパラメータを意味します。

**材質、サイズ、オプション名** など、さまざまな製品で共通して使用される変数を管理するのに適しています。

{% hint style="warning" %}
エンタープライズパラメータはパラメータライブラリで参照/編集が可能で、部品エディタでは編集できません。
{% endhint %}

### エンタープライズパラメータの種類

#### 数値

* 数値を格納するパラメータの種類

#### テキスト

* テキスト値を格納するパラメータの種類

#### 画像付きテキスト

* ［テキスト+画像］ペアを格納するパラメータの種類

#### マテリアル

* 材質画像を格納するパラメータの種類

#### コンポーネント

* 部品を格納するパラメータの種類

## パラメータ照会

設計家具ライブラリ > パラメータライブラリでパラメータ一覧を確認できます。

<figure><img src="/files/607c3054673f0dd9446d9ff1680ef2842d8ae0d4" alt=""><figcaption></figcaption></figure>

## パラメータ作成

右上の［+］ボタンをクリックした後、パラメータ情報を入力してパラメータを作成できます。

* Display Nameはエディタに表示される名前を意味します。（重複可）
* Reference Nameは部品エディタなどでパラメータを使用する際に呼ぶ名前を意味します。（重複不可）

<figure><img src="/files/62331eaeeaa0bdd1e3dc42c682ababc37684cb13" alt=""><figcaption></figcaption></figure>

## パラメータ削除

各パラメータ右側のメニューボタンをクリックして、その他メニューを確認できます。

その他メニューで［削除］ボタンをクリックしてパラメータを削除できます。

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

## パラメータ編集

各パラメータ右側のメニューボタンをクリックして、その他メニューを確認できます。

［複製］ボタンをクリックしてパラメータを複製でき、［編集］ボタンをクリックするとパラメータ情報を編集できます。

<figure><img src="/files/23b6422004d59e4847833e16192fe5fc4b06bf9a" 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/parameter-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.
