> 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/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/hajimeni/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.
