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

# 설계 가구 라이브러리 구조

설계 가구 라이브러리는 위계 및 목적에 따라 여러 하위 라이브러리로 나뉘어져 있습니다.

설계 가구 라이브러리의 전체 구조와 각 라이브러리에 대해 간략하게 설명해드릴게요.

## 라이브러리 구조

모든 설계형(파라메트릭) 가구는 설계 가구 라이브러리를 통해 관리할 수 있습니다.

설계 가구 라이브러리는 상품, 부품, 모델링, 파라미터 4가지 라이브러리 및 부품 에디터로 구성되어있어요.

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

### 설계 가구 라이브러리

* 파라메트릭 가구를 구성하는 모든 라이브러리를 포괄하는 개념이에요.

### 상품 라이브러리

* 파라메트릭 부품의 가격, 구매 링크 등 판매 정보를 관리하는 라이브러리입니다.
* 상품 라이브러리의 카테고리 및 상품을 기준으로 에디터에 노출돼요.
* [**상품 라이브러리 가이드 바로가기**](/guide/enterprise/parametric-library/sale-library.md)

### 부품 라이브러리

* 설계형 부품 및 정보를 관리하는 라이브러리입니다.
* 부품 에디터를 통해 부품 라이브러리의 부품을 수정할 수 있습니다.
* [**부품 라이브러리 가이드 바로가기**](/guide/enterprise/parametric-library/component-library.md)

### 모델링 라이브러리

* 부품 라이브러리에서 사용되는 모델링 파일들을 관리하는 라이브러리입니다.
* [**모델링 라이브러리 가이드 바로가기**](/guide/enterprise/parametric-library/modeling-library.md)

### 파라미터 라이브러리

* 부품 라이브러리에서 사용되는 엔터프라이즈(전역) 파라미터를 관리하는 라이브러리입니다.
* [**파라미터 라이브러리 가이드 바로가기**](/guide/enterprise/parametric-library/parameter-library.md)

### 부품 에디터

* 부품 라이브러리의 설계형 부품을 편집할 수 있는 에디터입니다.
* [**부품 에디터 가이드 바로가기**](/guide/enterprise/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/enterprise/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.
