> 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/kegaido/manage-furniture/new-modeling-request/check-modeling-upload.md).

# ステップ3. モデリングのアップロードを確認する

## モデリングアップロード先

最終的にアップロードされた製品は［未分類の製品］に自動アップロードされます。

**通知を確認する**

ダッシュボード上部の［通知］アイコンから、製品アップロードの状況を確認できます。

## 家具のグループ化

アップロードした家具をグループ化して一つにまとめてみましょう。家具の管理や修正がぐっと便利になります！

([家具をグループ化する方法を詳しく見る →](/guide/kegaido/manage-furniture/group-furniture.md))

## カテゴリ移動

［未分類の製品］フォルダで、製品カテゴリに合わせて移動していただくと、エディターでもフォルダ別に利用できるようになります。

([カテゴリ移動の方法を詳しく見る →](/guide/kegaido/manage-furniture/edit-furniture-info.md))

{% hint style="warning" %}
フォルダ分類が完了するまでは、エディターでは表示されません。
{% endhint %}

## よくある質問

**製品のアップロードは完了しましたが、追加の修正をお願いしたいです。**

修正依頼は、アップロード完了前の検収段階で最大2回まで可能です。アップロード完了後の修正はできず、やむを得ず修正が必要な場合は追加料金が発生することがあります。

**仕上げ材の制作依頼も可能ですか？**

はい、可能です。仕上げ材の制作は［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/kegaido/manage-furniture/new-modeling-request/check-modeling-upload.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.
