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

# AI kitchen layout

### Before you start

* The space to be used as a kitchen must be drawn on the floor plan. If there is no space, please draw the floor plan first.

### Follow along

1. In the editor **AI Kitchen Layout**Run it.

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

2. to be used as a kitchen **Select the space**Do so. Furniture will be arranged based on the selected area.

<figure><img src="/files/60976a8924ace1d3f81a9f54acfce5401a970af5" alt=""><figcaption></figcaption></figure>

3. **Sink, oven** Set the locations of major appliances, such as these. They become the reference points for the layout, so it's best to place them according to their actual installation locations.

<figure><img src="/files/16a9c042cb5a8592152fd5064c0acbdb1237cdfb" alt=""><figcaption></figcaption></figure>

4. **Generate**When you click it, according to the specified conditions **Upper cabinets, base cabinets, and tall cabinets are automatically arranged**.

<figure><img src="/files/60cd1223bb8f3f9f2c1965887e564b1580279d7f" alt=""><figcaption></figcaption></figure>

4. Check the results, and if needed, select individual furniture pieces to adjust their position and size.

<figure><img src="/files/75e0a918d5d38e9027da4e119e28f85d187164f1" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
**Pro tip** — The more accurately you set the sink and oven positions first, the more natural the automatic layout result will be. Even after generating, each cabinet can still be edited freely like regular furniture.
{% endhint %}

### Frequently Asked Questions

* **Can I edit the automatically arranged furniture?** Yes, you can select each generated upper cabinet, base cabinet, and tall cabinet to edit its position, size, and finish.
* **What happens if I generate again?** If you change the space and appliance positions and generate again, they will be arranged according to the new conditions.

***

### Actual screen


---

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