> 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/user/archisketch-ai/ai-kitchen.md).

# AI 주방 배치

### 시작하기 전에

* 주방으로 사용할 공간이 도면에 그려져 있어야 해요. 공간이 없다면 먼저 도면을 그려 주세요.

### 따라 하기

1. 에디터에서 **AI 주방 배치**를 실행해요.

<figure><img src="/files/d4k4tSXRHZhIA8rwdyxw" alt=""><figcaption></figcaption></figure>

2. 주방으로 사용할 **공간을 지정**해요. 지정한 영역을 기준으로 가구가 배치돼요.

<figure><img src="/files/di9qIC5LhDsryZNWiHfK" alt=""><figcaption></figcaption></figure>

3. **싱크대, 오븐** 등 주요 가전의 위치를 지정해요. 배치의 기준점이 되니 실제 설치 위치에 맞춰 두는 게 좋아요.

<figure><img src="/files/zTpYEY5atqenxHCpTeIX" alt=""><figcaption></figcaption></figure>

4. **생성**을 누르면 지정한 조건에 맞춰 **상부장·하부장·키큰장이 자동으로 배치**돼요.

<figure><img src="/files/54JJYZfMlo1Z9fbgyllm" alt=""><figcaption></figcaption></figure>

4. 결과를 확인하고 필요하면 개별 가구를 선택해 위치·크기를 수정해요.

<figure><img src="/files/N9eOAvULxC3MALxxPPoc" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
**꿀팁** — 싱크대와 오븐 위치를 먼저 정확히 잡을수록 자동 배치 결과가 더 자연스러워요. 생성 후에도 각 수납장은 일반 가구처럼 자유롭게 편집할 수 있어요.
{% endhint %}

### 자주 묻는 질문

* **자동 배치된 가구를 수정할 수 있나요?** 네, 생성된 상·하부장과 키큰장은 각각 선택해 위치·크기·마감을 편집할 수 있어요.
* **다시 생성하면 어떻게 되나요?** 공간과 가전 위치를 바꾼 뒤 다시 생성하면 새 조건에 맞춰 배치돼요.

***

### 실제 화면


---

# 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/user/archisketch-ai/ai-kitchen.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.
