> 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/manage-furniture/products-category.md).

# Organize product categories

Let's take a look at the feature for organizing furniture categories displayed in the editor.

![](/files/088bd94bb00a2576f1582269dcf878a65a93623c)

## Differences between Public / Enterprise Libraries

First, let's look at the difference between the public library and the enterprise library. When you enter the editor, four libraries are shown by default in the tabs.

1. Furniture library (Public): Basic furniture provided by Archisketch
2. Finishing materials library (Public): Basic finishing materials provided by Archisketch
3. Furniture library (Enterprise): Furniture sold and managed by the company
4. Finishing materials library (Enterprise): Finishing materials sold and managed by the company

![](/files/29bd056a2c19cb9c5e60b3c89ffebb1e681101d4)

Library name editing and On/Off settings are available in \[Company Settings → Editor Settings].

## Public library

### Show/Hide Categories

Provided by Archisketch **Public library categories** This feature lets you set whether they are enabled.

This allows you to show only specific categories among many to match the company's needs, or hide all categories.

* e.g., you can display only the Construction, Kitchen, and Bathroom categories and hide the rest.

**Settings path** : Settings → Company Settings → Editor Settings

![](/files/5a8f23e3d6cfe7f2055a4e3bf621f6d4f305167e)

## Enterprise library

### Category management

The categories that contain products sold by the company **categories**This feature manages them. This allows companies to efficiently classify and edit uploaded furniture and finishing-material products by category.

**Settings path** : Enterprise Library → Products → Furniture/Wallpaper, Flooring

**Supported features**

* Edit category cover
* Edit name
* deleted
* Export to Excel
* Add category

![](/files/e16560f713bfc1cf7740ba039e23cec7e1054d68)

#### Add category

This feature lets you add a new category or add a subcategory within an existing category.

* **Add a new category**: You can create a new category by clicking the Add New Category button in the category list.
* **Create subcategory**: To add a subcategory within an existing category, click the \[More] button to the right of the category name, then select \[Create Subcategory] to create one.

![](/files/18dcccf33c5e04739fb3fea441ae1513d8a85e99)

#### Edit cover image

For each category's **cover image**This feature lets you set it. (It can only be edited from the \[More] menu in the folder list on the right.)

![](/files/aae1c7e2f4732591527c3b0ec71c2ec8b621d655)

#### Edit name

For a category or product's **edit the name**This feature lets you do that.

![](/files/6ea86b02cd5994f56fc56acd2cd73d9c590a7dba)

#### deleted

Category **deleted**This feature lets you do that.

{% hint style="warning" %}
If you delete a category, the products within that category do not disappear; **Unclassified products**they will be moved there.
{% endhint %}

#### Export to Excel

The information for all products included in a category **Excel file**can be exported so it can be easily managed or analyzed externally. Product information includes **name, ID, size, price, purchase link** and other detailed information.

![](/files/379c681af34de9a669738b41fa59c781386c4edf)


---

# 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/manage-furniture/products-category.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.
