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

# AIキッチンレイアウト

### 始める前に

* キッチンとして使うスペースが図面に描かれている必要があります。スペースがない場合は、先に図面を描いてください。

### 手順に従う

1. エディターで **AIキッチンレイアウト**を実行します。

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

2. キッチンとして使う **スペースを指定**します。指定したエリアを基準に家具が配置されます。

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

3. **シンク、オーブン** など主要家電の位置を指定します。配置の基準点になるので、実際の設置位置に合わせておくのがよいです。

<figure><img src="/files/6a7c75dbfd796c18cbbf5b5b86ddd2d740e34cba" alt=""><figcaption></figcaption></figure>

4. **生成**を押すと、指定した条件に合わせて **上部キャビネット・下部キャビネット・トールキャビネットが自動で配置**されます。

<figure><img src="/files/3a741d4a0c76e8c09408748fbce7be92bbee9207" alt=""><figcaption></figcaption></figure>

4. 結果を確認し、必要なら個別の家具を選択して位置・サイズを修正します。

<figure><img src="/files/418a2051083449d8e23e882d0e36c1b72a87aa71" 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-jp/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.
