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

# \[2026.07.22] 상담 UX·부품 분류 체계 개선, 카테고리 너비 조절 및 에디터 공지사항 개선

### 1.1. (개선) 상담 생성·편집 UX 개선

상담 생성과 편집 흐름을 간소화했습니다. 예전에는 생성 버튼을 누르면 별도 입력 창이 떴지만, 이제는 기본 정보만으로 상담이 바로 만들어지고 상세 페이지로 이동합니다. 도면 에디터에서 넘어올 때도 마찬가지입니다. 상담명, 진행 상태, 대리점 코드, 예산, 공간 크기, 시공·배송 예정일, 메모까지 팝업 없이 상세 페이지 한 화면에서 확인하고 수정할 수 있습니다.

이전

![도면 에디터 실시간 견적서에서 견적서 생성 시, 상담 생성 모달로 생성 후 견적 상세 페이지로 진입함.](/files/ONkGQQxdHGeeybe7Twss)

이후

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

### 1.2. (개선) 대시보드 내 부품 분류 체계 개선

부품 분류에 대분류·중분류·소분류 3단계 체계를 도입했습니다. 카테고리를 만들 때 이제 데이터 유형 대신 정해진 부품 대분류 목록에서 고릅니다. 부품 상세 페이지에도 분류 항목이 생겨서, 현재 분류를 바로 확인하고 대분류→중분류→소분류 순으로 골라 저장할 수 있습니다. 소분류까지 내려가지 않고 상위 분류에서 멈춰도 됩니다.

![설계 가구 라이브러리 > 부품 라이브러리 > 제품 상세 페이지](/files/y0ihyQZFZu5KrnPsioKi)

![설계 가구 라이브러리 > 상품 라이브러리 > 타입 카테고리 생성](/files/vtAdnbrjN0R4uodyHOrv)

### 1.3. (신규) 카테고리 폴더 영역 너비 조절 기능 추가

이제 카테고리 폴더 사이드 영역의 너비를 직접 조절할 수 있습니다. 오른쪽 경계선을 드래그하면 최소 200px에서 최대 480px까지 늘렸다 줄일 수 있고, 조절한 너비는 저장돼 다시 접속해도 그대로입니다. 폴더명과 카테고리명은 너비에 맞춰 최대 두 줄까지 보이고, 그보다 길면 말줄임으로 처리됩니다. 기존 접기·펼치기도 그대로 씁니다.

## 2. 에디터

### 2.1. (개선) 공지사항 크기 조절 및 UI 개선

도면 에디터 공지사항을 크게도, 작게도 볼 수 있습니다. 하단에 크게 보기·작게 보기 버튼을 넣었고, 고른 크기는 저장돼 다음 접속에도 유지됩니다. ‘오늘 다시 보지 않기’는 상단으로 옮겼고, 모서리와 그림자 등 전반적인 디자인도 정리했습니다.

이전

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

이후

<figure><img src="/files/RUdORn3z7g2v1S2w0O6t" 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/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.
