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

# \[2026.06.11] Editor UI overhaul and AI kitchen planner added

### 1. (Improved) Lighting Editor Page

The UI of the lighting editor has been revamped.

Previous

![](/files/ad3542c009816957c3e77edbcb647bbc9ed67e1c)

After

![](/files/d1723e87d3cc027b431a2e5e3e2cc88422a3f237)

### 2. (Improved) Viewer Entry Page/First-Person Viewer Page

The UI of the Viewer Entry Page (PositionalViewPage) and First-Person Viewer Page (FirstPersonViewPage) has been revamped.

Previous

![First-Person Viewer](/files/32323cfea1f4a4cd6ea8d1e48574d139c8a7ecec)

*First-Person Viewer*

After

![First-Person Viewer](/files/7de5896dceb94260d2b5fea84827c6f1faee5790)

*First-Person Viewer*

### 3. (New) AI Kitchen Planner

The AI Kitchen Planner feature has been newly added.

![](/files/7ce10d2b2d585ca7dff9689aefe893040d117128)

After setting the area of the space where the kitchen will be placed, arrange key kitchen fixtures such as the sink and oven in the desired positions and **Generate**when you click it, AI automatically places upper cabinets, base cabinets, tall cabinets, etc. to fit the space and generates a kitchen layout.


---

# 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-1/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.
