> 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/202605/20260514.md).

# \[2026.05.14] エディター機能の刷新

#### 1. ダッシュボード

**(新規) Archisketch AI機能を追加**

ダッシュボードメニューにArchisketch AIページが新たに追加されました。これにより、図面検索から家具配置、レンダー撮影まで、プロジェクトに必要な作業を一か所で行えます。

![](/files/8e6fbe0f4e9b1c57b0b5482627f8c19faefef80c)

#### 2. エディター

**(新規) ミニマップ機能を追加**

エディターにミニマップ機能が追加されました。左下のハンドルをドラッグしてお好みのサイズに調整でき、天井・仕上げ材・パラメトリックエディターを含む2D/3D図面エディター全体でご利用いただけます。

![](/files/6fc6bc13dd532239cfbe13c70b6820421d70edf8)

#### 3. モジュラー

**(バグ改善) 製品タイプ設定**

モジュラーで設定した製品タイプが2D/3D図面エディターで正常に動作しなかった問題を修正しました。これで両エディター間で設定が同じように適用されます。

![](/files/10d30867bea9efd415314d292c089bf34002f2e8)


---

# 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/202605/20260514.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.
