> 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/intro-1/update-note/2026/202607/20260723.md).

# \[2026.07.22] Improved consultation UX and component classification system, category width adjustment, and editor notices

### 1.1. (Improvement) Improved consultation creation and editing UX

We streamlined the consultation creation and editing flow. Previously, clicking the Create button opened a separate input window, but now a consultation is created immediately with only the basic information, and you are taken to the detail page. The same applies when coming from the drawing editor. You can view and edit the consultation name, status, dealer code, budget, space size, scheduled installation/delivery date, and notes all on the detail page without a pop-up.

Previous

![When creating a quote in the drawing editor's real-time quote, it is created via the consultation creation modal and then taken to the quote detail page.](/files/4bb33f1320a27b3ebc7351dd7c8409fc92165f6b)

After

![When creating a quote in the drawing editor's real-time quote, it goes directly to the quote detail page.](/files/c605e3ba2946e70fcea41ca53ccb54f58b5624a8)

### 1.2. (Improvement) Improved part classification system in the dashboard

We introduced a three-tier system of major, middle, and minor categories for part classification. When creating a category, you now choose from a predefined list of major part categories instead of data types. A classification field has also been added to the part detail page, so you can check the current classification at a glance and select and save in the order major → middle → minor. You can also stop at a higher-level category without going all the way down to the minor category.

![Design Furniture Library > Parts Library > Product Detail Page](/files/54de5acc2c54d930dc40042d8db7b88cdf406d12)

![Design Furniture Library > Product Library > Create Type Category](/files/c430a94beb631eca79b3ed8e58929a6b63a35ed2)

### 1.3. (New) Added category folder area width adjustment feature

You can now directly adjust the width of the category folder side area. Drag the right edge to resize it between a minimum of 200px and a maximum of 480px, and the adjusted width is saved so it stays the same when you return. Folder names and category names are shown up to two lines to fit the width, and anything longer is truncated with an ellipsis. Existing collapse/expand behavior remains unchanged.

<figure><img src="/files/621555ff7556b6c6669823c19fa6669b9ed6c346" alt=""><figcaption></figcaption></figure>

## 2. Editor

### 2.1. (Improvement) Notice size adjustment and UI improvements

You can now view the drawing editor notice in both a larger and smaller size. We added Large and Small buttons at the bottom, and the selected size is saved and preserved for your next visit. 'Don't show again today' has been moved to the top, and the overall design, including corners and shadows, has also been refined.

Previous

<figure><img src="/files/102ea5c30453f341cc595990e97d371efd806b45" alt=""><figcaption></figcaption></figure>

After

<figure><img src="/files/bc404281196beecffb23dc9fbed8b1b3c81e5f31" alt=""><figcaption></figcaption></figure>


---

# 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/intro-1/update-note/2026/202607/20260723.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.
