> 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/dev-kr/contents.md).

# 컨텐츠

- [1. 2D/3D 도면(Floor Plan)](https://docs.archisketch.com/guide/dev-kr/contents/floor-plan.md): 2D/3D 도면 뷰어 소개와 컨텐츠 활용 방법에 대해 소개합니다.
- [1.1. 2D/3D 도면: 소개](https://docs.archisketch.com/guide/dev-kr/contents/floor-plan/introduce.md): 2D/3D 도면 뷰어에 대한 간단한 소개와 URL 구조를 안내드립니다.
- [1.2. 2D/3D 도면: 공유/임베드](https://docs.archisketch.com/guide/dev-kr/contents/floor-plan/share-embed.md): 2D/3D 도면 공유 및 임베드(Embed) 방법을 안내합니다.
- [2. 렌더 이미지(Render Images)](https://docs.archisketch.com/guide/dev-kr/contents/render-images.md): 렌더 이미지 소개와 콘텐츠 활용 방법에 대해 소개합니다.
- [2.1. 렌더 이미지: 소개](https://docs.archisketch.com/guide/dev-kr/contents/render-images/introduce.md)
- [2.2. 렌더 이미지: 공유/임베드](https://docs.archisketch.com/guide/dev-kr/contents/render-images/share-embed.md): 렌더 이미지 공유 및 임베드(Embed) 방법을 안내합니다.
- [3. 720°/파노라마(Panorama)](https://docs.archisketch.com/guide/dev-kr/contents/panorama.md): 720°/파노라마 뷰어 소개와 컨텐츠 활용 방법에 대해 소개합니다.
- [3.1. 720°/파노라마: 소개](https://docs.archisketch.com/guide/dev-kr/contents/panorama/introduce.md): 720°/파노라마에 대한 간단한 소개와 URL 구조를 안내드립니다.
- [3.2. 720°/파노라마: 공유/임베드](https://docs.archisketch.com/guide/dev-kr/contents/panorama/share-embed.md): 720°/파노라마 공유 및 임베드(Embed) 방법을 안내합니다.
- [4. 모델 뷰어(Model Viewer)](https://docs.archisketch.com/guide/dev-kr/contents/model-viewer.md): 3D(또는 360 이미지) 모델링 뷰어 소개와 뷰어 컨텐츠 활용 방법에 대해 소개합니다.
- [4.1. 모델 뷰어: 3D](https://docs.archisketch.com/guide/dev-kr/contents/model-viewer/3d.md): 3D 이미지 모델링 뷰어에 대한 간단한 소개와 URL 구조를 안내드립니다.
- [4.2. 모델 뷰어: 360 이미지](https://docs.archisketch.com/guide/dev-kr/contents/model-viewer/360-image.md): 360 이미지 뷰어에 대한 간단한 소개와 URL 구조를 안내드립니다.
- [4.3. 모델 뷰어: 공유/임베드](https://docs.archisketch.com/guide/dev-kr/contents/model-viewer/share-embed.md): 3D(또는 360 이미지) 모델 뷰어 공유 방법 및 임베드(Embed) 방법을 안내합니다.
- [5. 커스텀 가구 설정 (Custom furniture)](https://docs.archisketch.com/guide/dev-kr/contents/custom-furniture.md)
- [5.1. 에셋 업로드](https://docs.archisketch.com/guide/dev-kr/contents/custom-furniture/asset-upload.md): 커스텀 가구를 구성하는 부품 / 반제품의 모델링을 서버에 올려서 "부품"으로 만들기 위한 단계입니다.
- [5.2. 파라미터 설정](https://docs.archisketch.com/guide/dev-kr/contents/custom-furniture/enterprise-parameter-setting.md)
- [5.3. 모듈 조합 설정](https://docs.archisketch.com/guide/dev-kr/contents/custom-furniture/combination-modules.md)
- [5.4. 판매 상품 등록](https://docs.archisketch.com/guide/dev-kr/contents/custom-furniture/create-sale-product.md)
- [5.5. 스타일 규칙 설정](https://docs.archisketch.com/guide/dev-kr/contents/custom-furniture/style-rules-setting.md)


---

# 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/dev-kr/contents.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.
