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

# パラメータライブラリ

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

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

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

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

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

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

#### Number

* 数値を格納するパラメータタイプ

#### Text

* テキスト値を格納するパラメータタイプ

#### Text with Images

* ［テキスト＋画像］の組を格納するパラメータタイプ

#### 素材

* 材質画像を格納するパラメータタイプ

#### Component

* 部品を格納するパラメータタイプ

## パラメータの参照

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

<figure><img src="/files/0db27178da65e391f79211dac7d8cec5e47bbc4d" alt=""><figcaption></figcaption></figure>

## パラメータの作成

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

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

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

## パラメータの削除

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

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

<figure><img src="/files/234e7d753833806748679a9bc655de5f27413940" alt=""><figcaption></figcaption></figure>

## パラメータの編集

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

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

<figure><img src="/files/b445f9ab2642080d40ba001a0ecb588835886873" 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/enterprise-jp/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.
