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

# 3D商品登録

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

アーキスケッチの商品登録は、以下の順序で進みます。

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

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

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

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

## 登録した商品はアーキスケッチエディターでどのように表示されますか？

商品登録が完了すると、アーキスケッチ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/yokuaru/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.
