> 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.

![](https://917231921-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fh5B2S7uKpAIaFKDxegCT%2Fuploads%2Fgit-blob-9e4696e4f8e71a3b849cbb098163b09dfe0383b4%2Fproducts-category-1.png?alt=media)

## Differences between Public / Enterprise Libraries

First, let's look at the differences 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

![](https://917231921-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fh5B2S7uKpAIaFKDxegCT%2Fuploads%2Fgit-blob-29ac14e687ec4fbcfe345d75495289ca2fbfeb54%2Fproducts-category-2.png?alt=media)

You can edit library names and use the On/Off function 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 multiple categories as needed by the company, or hide all categories.

* Ex) You can display only the Construction, Kitchen, and Bathroom categories and hide the rest.

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

![](https://917231921-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fh5B2S7uKpAIaFKDxegCT%2Fuploads%2Fgit-blob-676ab58be732e615549743cd03d19abe6bd19449%2Fproducts-category-3.png?alt=media)

## Enterprise Library

### Category Management

Products sold by the company belong to **categories**This feature lets you manage them. Through this, the company can efficiently categorize 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

![](https://917231921-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fh5B2S7uKpAIaFKDxegCT%2Fuploads%2Fgit-blob-76b4d54d63c417e499c578f7f01ee72adbe1826d%2Fproducts-category-4.png?alt=media)

#### Add Category

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

* **Add a New Category**: In the category list, you can create a new category by clicking the Add New Category button.
* **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.

![](https://917231921-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fh5B2S7uKpAIaFKDxegCT%2Fuploads%2Fgit-blob-ad05ebefddb2a1a27acbad7fe165a3a99d289a69%2Fproducts-category-5.png?alt=media)

#### Edit Cover Image

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

![](https://917231921-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fh5B2S7uKpAIaFKDxegCT%2Fuploads%2Fgit-blob-1c637559f6ca7f1c93e9f4452e372d6263252b82%2Fproducts-category-6.png?alt=media)

#### Edit name

of a category or product **Edit the name**This is a feature that allows you to do so.

![](https://917231921-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fh5B2S7uKpAIaFKDxegCT%2Fuploads%2Fgit-blob-373bc16e83d2aad7d85ee7c417b391e6a608fb1f%2Fproducts-category-7.png?alt=media)

#### deleted

Category **deleted**This is a feature that allows you to do so.

{% hint style="warning" %}
If you delete a category, all products within that category do not disappear; **uncategorized products**they are moved to.
{% endhint %}

#### Export to Excel

Information for all products included in the category **Excel file**can be exported, making it easy to manage or analyze externally. Product information includes **name, ID, size, price, purchase link** and other details.

![](https://917231921-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fh5B2S7uKpAIaFKDxegCT%2Fuploads%2Fgit-blob-fe774ab0b8f9abc10a34757a57b4a8d8cbd65bfd%2Fproducts-category-8.png?alt=media)


---

# 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.
