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

# \[2026.06.11] 에디터 UI 개편 및 AI 주방 플래너 추가

### 1. (개선) 조명 에디터 페이지

조명 에디터의 UI가 개편되었습니다.

이전

![](/files/0C572vdKPv3AAdr63ouL)

이후

![](/files/9lA2sPK8bpjZTpts8WSw)

### 2. (개선) 뷰어 진입 페이지/일인칭 뷰어 페이지

뷰어 진입 페이지(PositionalViewPage)와 일인칭 뷰어 페이지(FirstPersonViewPage)의 UI가 개편되었습니다.

이전

![일인칭 뷰어](/files/aeLRGl7Lk3uMYMeEvQWT)

*일인칭 뷰어*

이후

![일인칭 뷰어](/files/4x5dXKLmkPv8l7X4eeLs)

*일인칭 뷰어*

### 3. (신규) AI 주방 플래너

AI 주방 플래너 기능이 새롭게 추가되었습니다.

![](/files/4yPrLtGat3C3r2DOMTg1)

주방이 배치될 공간의 면적을 설정한 후 싱크대, 오븐 등 주요 주방 설비를 원하는 위치에 배치하고 **생성하기**를 클릭하면, 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/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.
