> 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 designed (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="https://917231921-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fh5B2S7uKpAIaFKDxegCT%2Fuploads%2Fgit-blob-659d4682787bd279c4013f7220e523ea5bb91ab5%2Fstructure-1.png?alt=media" 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 such as prices and purchase links for parametric parts.
* It is displayed in the editor based on categories and products in the product library.
* [**Go to Product Library Guide**](/guide/enterprise-en/parametric-library/sale-library.md)

### Parts Library

* This library manages designed parts and their information.
* You can edit parts in the parts library through the parts editor.
* [**Go to 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 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 Parameter Library Guide**](/guide/enterprise-en/parametric-library/parameter-library.md)

### Parts Editor

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