# 3D 상품 등록

<details>

<summary>Q. 상품 등록 절차가 어떻게 되나요?</summary>

A. 아키스케치 상품 등록은 아래 순서로 진행됩니다.

1. **모델링 등록** — 3D 모델 파일 업로드
2. **컴포넌트 등록** — 모델링을 기반으로 부품 단위 생성
3. **상품 등록** — 컴포넌트를 기반으로 판매 상품 생성

자세한 내용은 [3D 상품 연동하기](https://archisketch-docs.gitbook.io/archisketch/dev/api-2/3d-product-integration)를 참고하세요.

</details>

<details>

<summary>Q. 어떤 파일 형식의 3D 모델을 업로드할 수 있나요?</summary>

A. 3D 모델 파일을 업로드하여 모델링을 생성할 수 있습니다. 지원 파일 형식은 담당자에게 문의해주세요.

</details>

<details>

<summary>Q. 등록한 상품이 아키스케치 에디터에서 어떻게 보이나요?</summary>

A. 상품 등록이 완료되면 아키스케치 3D 인테리어 에디터의 가구 라이브러리에 노출됩니다. 사용자는 해당 상품을 공간에 배치하고 렌더링을 통해 실제 공간에 어울리는지 확인할 수 있습니다.

</details>

<details>

<summary>Q. 상품 등록 후 에디터에 반영되기까지 얼마나 걸리나요?</summary>

A. 3D 모델 파일 업로드 후 렌더링 처리가 완료되어야 에디터에서 정상적으로 표시됩니다. 파일 크기와 복잡도에 따라 처리 시간이 달라질 수 있습니다.

</details>


---

# Agent Instructions: 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:

```
GET https://docs.archisketch.com/help/readme/product.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
