> 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/faq-jp/partner-developer/product.md).

# 3D商品登録

## 商品の登録手順はどのようになりますか？

Archisketchの商品登録は以下の順で進みます。

1. **モデリング登録** — 3Dモデルファイルをアップロード
2. **コンポーネント登録** — モデリングを基に部品単位で生成
3. **商品登録** — コンポーネントを基に販売商品を生成

詳しい内容は [\[3D商品連携\]](/guide/dev-kr/contents/custom-furniture/create-sale-product.md)をご参照ください。

## どのファイル形式の3Dモデルをアップロードできますか？

3Dモデルファイルをアップロードしてモデリングを生成できます。対応ファイル形式は担当者にお問い合わせください。

## 登録した商品はArchisketchエディタでどのように表示されますか？

商品登録が完了すると、Archisketch 3Dインテリアエディタの家具ライブラリに表示されます。ユーザーは該当商品を空間に配置し、レンダリングを通じて実際の空間に合うかどうかを確認できます。

## 商品登録後、エディタに反映されるまでどのくらいかかりますか？

3Dモデルファイルをアップロードした後、レンダリング処理が完了して初めてエディタで正常に表示されます。ファイルサイズや複雑さによって処理時間は異なる場合があります。


---

# 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/faq-jp/partner-developer/product.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.
