> 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.md).

# Archisketch AI

- [Archisketch AI Agent](https://docs.archisketch.com/guide/user-en/archisketch-ai/ai-agent.md): Now make requests naturally, as if you were having a conversation.
- [AI Snapshot (AI Snapshot)](https://docs.archisketch.com/guide/user-en/archisketch-ai/ai-ai-snapshot.md): AI Snapshot is one of the render modes in Render Studio. Once you set the camera position and mood, AI automatically takes a nice-looking shot (render) based on prompts and presets.
- [Create AI Models](https://docs.archisketch.com/guide/user-en/archisketch-ai/create-ai-modeling.md): Try generating a model from just one image.
- [AI Furniture Swap](https://docs.archisketch.com/guide/user-en/archisketch-ai/ai-furniture-swap.md)
- [AI Finish Swap](https://docs.archisketch.com/guide/user-en/archisketch-ai/ai-finishing-swap.md)
- [AI Kitchen Layout](https://docs.archisketch.com/guide/user-en/archisketch-ai/ai-kitchen.md): AI Kitchen Layout is a feature that automatically arranges upper cabinets, lower cabinets, and tall cabinets when you specify only the kitchen space and the locations of key appliances such as the sink and oven. You can quickly complete a kitchen layout without placing each piece of furniture one by one yourself.


---

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