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

# Archisketch AI

- [Archisketch AI Agent](https://docs.archisketch.com/guide/user/archisketch-ai/ai-agent.md): 이제 대화하듯 자연스럽게 요청하세요.
- [AI 스냅샷(AI Snapshot)](https://docs.archisketch.com/guide/user/archisketch-ai/ai-ai-snapshot.md): AI 스냅샷은 렌더 스튜디오의 렌더 모드 중 하나예요. 카메라 위치와 분위기만 정하면, AI가 프롬프트·사전 설정을 기반으로 알아서 보기 좋게 촬영(렌더)해 줍니다.
- [AI 모델링 생성하기](https://docs.archisketch.com/guide/user/archisketch-ai/create-ai-modeling.md): 이미지 한 장으로 모델링을 생성하여 보세요.
- [AI 가구 바꾸기](https://docs.archisketch.com/guide/user/archisketch-ai/ai-furniture-swap.md)
- [AI 마감 바꾸기](https://docs.archisketch.com/guide/user/archisketch-ai/ai-finishing-swap.md)
- [AI 주방 배치](https://docs.archisketch.com/guide/user/archisketch-ai/ai-kitchen.md): AI 주방 배치는 주방 공간과 싱크대·오븐 같은 주요 가전의 위치만 지정하면 상부장·하부장·키큰장을 자동으로 배치해 주는 기능이에요. 가구를 하나씩 직접 놓지 않아도 주방 레이아웃을 빠르게 완성할 수 있어요.


---

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