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

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

## モデリングのアップロード場所

最終アップロードされた製品は\[未分類製品]に自動でアップロードされます。

**通知を確認する**

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

## 家具のグループ化

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

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

## カテゴリ移動

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

([カテゴリ移動の方法を詳しく見る →](/guide/enterprise-jp/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/enterprise-jp/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.
