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

# Design furniture library structure

The design furniture library is divided into several sub-libraries according to hierarchy and purpose.

I'll briefly explain the overall structure of the design furniture library and each library.

## Library structure

All design-type (parametric) furniture can be managed through the design furniture library.

The design furniture library consists of four libraries—product, part, modeling, and parameter—as well as a part editor.

<figure><img src="/files/0f21aa6610578b99f740b170d3ca24ebb0658191" alt=""><figcaption></figcaption></figure>

### Design furniture library

* It is a concept that encompasses all libraries that make up parametric furniture.

### Product library

* A library that manages sales information such as prices and purchase links for parametric parts.
* It is displayed in the editor based on the categories and products in the product library.
* [**Go to the product library guide**](/guide/enterprise-en/parametric-library/sale-library.md)

### Part library

* A library that manages design-type parts and information.
* You can modify parts in the part library through the part editor.
* [**Go to the part library guide**](/guide/enterprise-en/parametric-library/component-library.md)

### Modeling library

* A library that manages the modeling files used in the part library.
* [**Go to the modeling library guide**](/guide/enterprise-en/parametric-library/modeling-library.md)

### Parameter library

* A library that manages enterprise (global) parameters used in the part library.
* [**Go to the parameter library guide**](/guide/enterprise-en/parametric-library/parameter-library.md)

### Part editor

* An editor for editing the design-type parts in the part library.
* [**Go to the part editor guide**](/guide/enterprise-en/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-en/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.
