> 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 displayed 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 is directly exposed in the editor.

## View Products

You can check the product list in Design Furniture Library > Product Library.

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

Clicking a product takes you to the product detail page, where you can view various information about the product.

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

## Create Product

* You can go to the product creation page by clicking 'Create Product' at the top right of the Product Library.
* 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 and link parts from the parts library using the 'Add Part' button at the bottom of the creation page.
* After linking a part, you can change the linked part using the 'Change Part' button at the top.
* A product can only be created if there is a linked part.
* After linking a part, you can create the 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/51406a876407302014954f5872e7717969b6c445" 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/9bfc966359f10840970909bf8de00141e6e51f45" alt=""><figcaption></figcaption></figure>

### Bulk edit

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

<figure><img src="/files/b91718ad445687e4ec3b148b12715dab23033886" 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/2a78bd8951d3fb6ff29b94cda9f968ff18d5ccca" alt=""><figcaption></figcaption></figure>

### Bulk delete

* You can select a product 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/2a309cdb1e480ebff8c634fad9b5cc70c220d3b2" 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.
