> 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-en/update-note/2026/202607/20260722.md).

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

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

We simplified the consultation creation and editing flow. Previously, clicking the create button opened a separate input window, but now a consultation is created right away with only the basic information and takes you to the detail page. The same applies when coming from the drawing editor. Consultation name, progress status, dealer code, budget, space size, scheduled installation/delivery date, and memo can all be viewed and edited on a single detail page without a popup.

Before

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

After

<figure><img src="/files/1bc718d16146fd6dddfc44796ec71154fc3746d9" alt=""><figcaption></figcaption></figure>

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

We introduced a three-tier classification system for components: large, medium, and small categories. When creating a category, you now choose from a fixed list of top-level component categories instead of a data type. A classification section has also been added to the component detail page, so you can immediately check the current classification and save it by selecting in order from large to medium to small. You can also stop at a higher-level category without going all the way down to the small category.

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

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

### 1.3. (New) Added function to adjust the width of the category folder area

You can now directly adjust the width of the category folder side area. Dragging the right edge lets you expand or shrink it from a minimum of 200px to a maximum of 480px, and the adjusted width is saved so it stays the same when you come back. Folder names and category names are shown in up to two lines depending on the width, and longer text is truncated with an ellipsis. The existing collapse and expand function still works as before.

## 2. Editor

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

You can now view drawing editor notices in a larger or smaller size. Large view and small view buttons have been added at the bottom, and the selected size is saved so it remains the same the next time you visit. "Don't show again today" has been moved to the top, and the overall design, including the corners and shadows, has also been refined.

Before

<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-en/update-note/2026/202607/20260722.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.
