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

# \[2026.05.14] 에디터 기능 개편

#### 1. 대시보드

**(신규) Archisketch AI 기능 추가**

대시보드 메뉴에 Archisketch AI 페이지가 새롭게 추가되었습니다. 이제 도면 검색부터 가구 배치, 렌더 촬영까지 프로젝트에 필요한 작업을 한 곳에서 진행하실 수 있습니다.

![](/files/qPDWug7ZMn1tunCilVdx)

#### 2. 에디터

**(신규) 미니맵 기능 추가**

에디터에 미니맵 기능이 추가되었습니다. 좌측 하단 핸들을 드래그해 원하시는 크기로 조절하실 수 있으며, 천장·마감재·파라메트릭 에디터를 포함한 2D/3D 도면 에디터 전반에서 이용하실 수 있습니다.

![](/files/j0yOOdXtcbnbf37u42tY)

#### 3. 모듈러

**(버그 개선) 제품 유형 설정**

모듈러에서 설정하신 제품 유형이 2D/3D 도면 에디터에서 정상적으로 동작하지 않던 문제를 수정했습니다. 이제 두 에디터 간 설정이 동일하게 적용됩니다.

![](/files/9Vcow5NzwZKWe5EsLttN)


---

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