> 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—Products, Parts, Modeling, and Parameters—and a Parts Editor.

<figure><img src="/files/3323211df21b7d486f3885c0432f62f992cb6e1b" alt=""><figcaption></figcaption></figure>

### Design furniture library

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

### Product library

* This library manages sales information for parametric parts, such as prices and purchase links.
* 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)

### Parts library

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

### Modeling library

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

### Parameter library

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

### Parts editor

* An editor for editing the design-type parts in the parts library.
* [**Go to the parts 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.
