> 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/user-jp/archisketch-ai/create-ai-modeling.md).

# AIモデリングを生成する

> 有料機能のご案内: 「AI家具を生成」は有料機能です。ご利用前に料金プランと利用条件をご確認ください。

### 1. AI家具を生成

個人ライブラリ画面右側の「**AI家具を生成**」ボタンをクリックします。

<figure><img src="/files/09bab3dd73ba602d96b7c1ca6f2d05a8f7b19944" alt=""><figcaption></figcaption></figure>

続くウィンドウで **商品名、画像、プロンプト、寸法、単位**を設定します。

<figure><img src="/files/347ee2475f63508f85745066006b1d1543746403" alt=""><figcaption></figcaption></figure>

* **商品名:** モデリングが登録される名前です。作成後も変更できます。
* **画像:** PNG、JPG、WEBPファイルをアップロードできます。画像品質がモデリング結果に影響するため、高品質な画像をアップロードするほど結果も良くなります。
* **プロンプト:** 生成する家具のカテゴリを入力します。「ソファ」「デスク」のようにシンプルな家具名を入力すると、そのカテゴリを基準に家具が生成されます。
* **寸法:** 家具の幅、奥行き、高さを入力します。入力した寸法を基準に実際のサイズが算出されるため、正確な値を入力することが重要です。
* **単位:** mmとinchから選択します。寸法ごとに単位を個別に設定できます。

<figure><img src="/files/564f5ee8c4daf8aba39e173155056c0af569cd66" alt=""><figcaption></figcaption></figure>

すべての値を入力すると **「アップロード」** ボタンが有効になります。

<figure><img src="/files/00f8378ad3319906d533f078541e5392b73de935" alt=""><figcaption></figcaption></figure>

アップロードボタンを押すと、「アップロードされた3Dモデリングを処理中...」の案内とともに家具が生成されます。

### 2. 作成した家具の管理

<figure><img src="/files/d5d5e8166dd37fafb787f1408b56c9a14c7bfb14" alt=""><figcaption></figcaption></figure>

作成された家具は一覧でそのまま確認できます。項目にマウスを乗せるか、さらに表示ボタンを押すと次の操作を行えます。

<figure><img src="/files/db22163c7ddd755bdc514a901b1737f9cd5989b6" alt=""><figcaption></figcaption></figure>

* **名前の変更:** 商品の名前を変更します。
* **削除:** 商品を削除します。
* **企業ライブラリへ移動:** 個人ライブラリのAIモデリング商品を企業ライブラリへ移します。
* **製品を見る:** 商品の詳細情報を確認します。

### 3. 商品情報の編集

<figure><img src="/files/9c707e47bfcb75f4615b8b5e1d1e2a0988bdc9ca" alt=""><figcaption></figcaption></figure>

'**編集**」ボタンを押すと、商品名、製品購入リンク、商品コードなどを変更できます。

### 4. 製品（部品）情報の編集

<figure><img src="/files/ef974a27a8d36eedab7154229d89b3fc50ec9ec3" alt=""><figcaption></figcaption></figure>

'**編集**」ボタンを押すと、部品名とコード、SKU、価格、寸法、カラーコード、カラー名、製品の位置とエディター状態、主材料と副材料を変更できます。

***

**AI家具生成機能**を使って、画像1枚だけで家具を素早く生成できます。

生成された家具を管理し、商品・部品情報を編集する流れで進めれば、複雑な手作業を最小限に抑えながら、より簡単かつ迅速に高品質な成果物を完成できます。


---

# 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/user-jp/archisketch-ai/create-ai-modeling.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.
