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

# 상품 라이브러리

상품 라이브러리는 부품 라이브러리의 부품들에 상품 정보를 결합하여 에디터에 노출되는 라이브러리입니다.

## 상품이란

상품은 부품 라이브러리의 부품들에 상품 정보를 추가한 객체로, 직접적으로 에디터에 노출되는 객체입니다.

## 상품 조회

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

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

상품을 클릭하면 상품 상세페이지로 진입하여 상품의 다양한 정보를 확인할 수 있습니다.

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

## 상품 생성

* 상품 라이브러리 우측 상단‘상품 생성’을 클릭해 상품 생성 페이지로 이동할 수 있습니다.
* 상품 이미지(썸네일)는 기본으로 연결된 부품의 썸네일을 사용하며, 생성 후 상세페이지에서 수정할 수 있습니다.
* 생성 페이지 하단‘부품 추가’ 버튼을 통해 부품 라이브러리에서 부품 선택하여 연결할 수 있습니다.
* 부품 연결 후 상단‘부품 변경’ 버튼을 통해 연결된 부품을 변경할 수 있습니다.
* 반드시 연결된 부품이 있어야 상품을 생성할 수 있습니다.
* 부품 연결 후 우측 상단‘생성하기’ 버튼을 클릭해 상품을 생성할 수 있습니다.

{% hint style="info" %}

* 하나의 상품은 하나의 부품만 연결할 수 있으며 모델링 부품은 연결 불가능합니다.
* 하나의 상품은 여러 상품 카테고리에 속할 수 있습니다.
  {% endhint %}

<figure><img src="/files/8j3Q9FyDs903iGgGUjFY" alt=""><figcaption></figcaption></figure>

## 상품 수정

### 개별 수정

* 상품 정보 > \[수정] 버튼을 클릭해 상품 정보를 수정할 수 있습니다.
* 카테고리 > \[수정] 버튼을 클릭해 상품 카테고리를 수정할 수 있습니다.
* 제품 정보 > \[수정] 버튼을 클릭해 연결된 부품의 정보를 수정할 수 있습니다.

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

### 단체 일괄 수정

* 상품 별 체크박스를 클릭해 상품을 선택할 수 있습니다.
* 상품 선택 후 원하는 값을 선택하여 변경하거나 카테고리를 수정할 수 있습니다.

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

## 상품 삭제

### 개별 삭제

상품 썸네일 내 더보기 버튼을 클릭 후 \[삭제] 버튼을 클릭해 개별 상품을 삭제할 수 있습니다.

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

### 단체 일괄 삭제

* 상품 별 체크박스를 클릭해 상품을 선택할 수 있습니다.
* 상품 선택 후 \[삭제] 버튼을 클릭해 선택한 상품을 한번에 삭제할 수 있습니다.

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