> 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-jp/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/intro-jp/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.
