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

# \[2026.07.22] 相談UX・部品分類体系の改善、カテゴリ幅の調整およびエディターのお知らせ改善

### 1.1.（改善）相談作成・編集UX改善

相談の作成と編集フローを簡素化しました。以前は作成ボタンを押すと別の入力ウィンドウが開いていましたが、今は基本情報だけで相談がすぐに作成され、詳細ページへ移動します。図面エディターから遷移する場合も同様です。相談名、進行状況、代理店コード、予算、空間サイズ、施工・配送予定日、メモまで、ポップアップなしで詳細ページの1画面で確認・編集できます。

以前

![図面エディターのリアルタイム見積書で見積書を作成する際、相談作成モーダルで作成した後、見積詳細ページへ遷移します。](/files/9952fe4c60a1d21e61984f048739e2741341dbe1)

以後

![図面エディターのリアルタイム見積書で見積書を作成する際、すぐに見積詳細ページへ遷移します。](/files/34956af99c23f95c0aea6a628f44da5440a08cc3)

### 1.2.（改善）ダッシュボード内の部品分類体系の改善

部品分類に大分類・中分類・小分類の3段階体系を導入しました。カテゴリを作成する際は、これからはデータタイプの代わりに定められた部品大分類リストから選びます。部品詳細ページにも分類項目が追加され、現在の分類をすぐ確認し、大分類→中分類→小分類の順で選んで保存できます。小分類まで掘り下げず、上位分類で止めても構いません。

![設計家具ライブラリ > 部品ライブラリ > 製品詳細ページ](/files/7703479f6808f2697645255fa2c9d06f63780f4d)

![設計家具ライブラリ > 商品ライブラリ > タイプカテゴリ作成](/files/b0b67e986a12575ae2f89639f915fcc5a0ccf1b5)

### 1.3.（新規）カテゴリフォルダー領域の幅調整機能を追加

カテゴリフォルダーのサイド領域の幅を直接調整できるようになりました。右端の境界線をドラッグすると最小200pxから最大480pxまで広げたり縮めたりでき、調整した幅は保存されるため再アクセスしてもそのままです。フォルダー名とカテゴリ名は幅に応じて最大2行まで表示され、それ以上長い場合は省略表示されます。従来の折りたたみ・展開もそのまま利用できます。

<figure><img src="/files/1228883408bd9e527924ad73bb6f9e673970c3d3" alt=""><figcaption></figcaption></figure>

## 2. エディター

### 2.1.（改善）お知らせのサイズ調整およびUI改善

図面エディターのお知らせを大きくも小さくも表示できます。下部に拡大表示・縮小表示ボタンを追加し、選んだサイズは保存されて次回のアクセスでも維持されます。『今日再表示しない』は上部に移動し、角や影など全体的なデザインも整えました。

以前

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

以後

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