> 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 %}

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

#### 数値

* 数値を保持するパラメータの種類

#### テキスト

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

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

* \[テキスト+画像]のペアを保持するパラメータの種類

#### 素材

* 素材画像を保持するパラメータの種類

#### コンポーネント

* 部品を保持するパラメータの種類

## パラメータの参照

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

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