> 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/202606/20260611.md).

# \[2026.06.11] エディターUIの改編およびAIキッチンプランナーの追加

### 1.（改善）照明エディタページ

照明エディタのUIが刷新されました。

前

![](/files/b0e593724068303782a6140f12318df17c9a9806)

後

![](/files/bc0003a37b97393a6302c6e18540dfdaa8ed6b73)

### 2.（改善）ビューアー入場ページ/一人称ビューアーページ

ビューアー入場ページ（PositionalViewPage）と一人称ビューアーページ（FirstPersonViewPage）のUIが刷新されました。

前

![一人称ビューアー](/files/8b5702500c43acb80e07743456c5e8c0306ccc60)

*一人称ビューアー*

後

![一人称ビューアー](/files/a322ca9f3529e5e4a893b4dc778f4ffcb21f16ab)

*一人称ビューアー*

### 3.（新規）AIキッチンプランナー

AIキッチンプランナー機能が新たに追加されました。

![](/files/a416c7204bb49c9ff90843affc54d0f0ea552a30)

キッチンを配置する空間の面積を設定した後、シンク、オーブンなど主要なキッチン設備を希望の位置に配置し **生成する**をクリックすると、AIが空間に合わせて上部収納、下部収納、背の高い収納などを自動で配置し、キッチンレイアウトを生成する機能です。


---

# 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/202606/20260611.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.
