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

# Product library

The product library is a library exposed in the editor by combining product information with the parts in the parts library.

## What is a product

A product is an object that adds product information to the parts in the parts library, and it is the object directly exposed in the editor.

## View products

In Design Furniture Library > Product Library, you can check the product list.

<figure><img src="/files/03aad27436228b0a848c0e2fb09fb0a3e5bec897" alt=""><figcaption></figcaption></figure>

Click a product to enter the product detail page and view various product information.

<figure><img src="/files/25bfd2e2b1e3ac5a64b6068c880dd5a8756c98a0" alt=""><figcaption></figcaption></figure>

## Create product

* Click 'Create Product' at the top right of the product library to move to the product creation page.
* The product image (thumbnail) uses the thumbnail of the default linked part, and can be edited on the detail page after creation.
* You can select a part from the parts library and link it through the 'Add Part' button at the bottom of the creation page.
* After linking a part, you can change the linked part through the 'Change Part' button at the top.
* You must have a linked part to create a product.
* After linking a part, you can create a product by clicking the 'Create' button at the top right.

{% hint style="info" %}

* One product can be linked to only one part, and modeling parts cannot be linked.
* One product can belong to multiple product categories.
  {% endhint %}

<figure><img src="/files/29a4ff23f69854c32882ce9caaf7fbdb58937a00" alt=""><figcaption></figcaption></figure>

## Edit product

### Individual edit

* You can edit product information by clicking the \[Edit] button in Product Information.
* You can edit the product category by clicking the \[Edit] button in Category.
* You can edit the information of the linked part by clicking the \[Edit] button in Product Information.

<figure><img src="/files/6fb94330c6cf9ef3c5cebc51bc274b7295038c6e" alt=""><figcaption></figcaption></figure>

### Bulk edit

* You can select products by clicking the checkbox for each product.
* After selecting a product, you can change the selected value or edit the category.

<figure><img src="/files/33fece893c1fe7d99c2d95557631f30f50ec468d" alt=""><figcaption></figcaption></figure>

## Delete product

### Individual delete

You can delete an individual product by clicking the More button in the product thumbnail and then clicking \[Delete].

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

### Bulk delete

* You can select products by clicking the checkbox for each product.
* After selecting products, you can delete the selected products all at once by clicking \[Delete].

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