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

# 파라미터 라이브러리

파라미터 라이브러는 설계 가구 라이브러리 전반에서 사용되는 전역 엔터프라이즈 파라미터를 관리하는 라이브러리입니다.

## 엔터프라이즈 파라미터란

엔터프라이즈 파라미터는 기업 도메인 내에서 전역적으로 사용되는 파라미터를 의미합니다.

**재질, 사이즈, 옵션 명** 등 다양한 제품에서 공통적으로 사용되는 변수를 관리하기에 적절합니다.

{% hint style="warning" %}
엔터프라이즈 파라미터는 파라미터 라이브러리에서 조회/수정이 가능하며, 부품 에디터에서는 수정이 불가능합니다.
{% endhint %}

### 엔터프라이즈 파라미터 유형

#### Number

* 숫자 값을 담는 파라미터 유형

#### Text

* 텍스트 값을 담는 파라미터 유형

#### Text with Images

* \[텍스트+이미지] 쌍을 담는 파라미터 유형

#### Materials

* 재질 이미지를 담는 파라미터 유형

#### Component

* 부품을 담는 파라미터 유형

## 파라미터 조회

설계 가구 라이브러리 > 파라미터 라이브러리에서 파라미터 목록을 확인할 수 있습니다.

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

## 파라미터 생성

우측 상단 \[+] 버튼을 클릭한 후 파라미터 정보를 입력하여 파라미터를 생성할 수 있습니다.

* Display Name은 에디터에서 보이는 이름을 의미합니다. (중복 가능)
* Reference Name은 부품 에디터 등에서 파라미터를 사용할 때 부르는 이름을 의미합니다. (중복 불가)

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

## 파라미터 삭제

각 파라미터 우측 메뉴 버튼을 클릭해 더보기 메뉴를 확인할 수 있습니다.

더보기 메뉴에서 \[삭제] 버튼을 클릭해 파라미터를 삭제할 수 있습니다.

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

## 파라미터 수정

각 파라미터 우측 메뉴 버튼을 클릭해 더보기 메뉴를 확인할 수 있습니다.

\[복제] 버튼을 클릭해 파라미터를 복제할 수 있으며, \[수정] 버튼을 클릭 시 파라미터 정보를 수정할 수 있습니다.

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