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

# Create AI Modeling

> Paid feature guide: 'AI Furniture Creation' is a paid feature. Please check the pricing plan and usage conditions before use.

### 1. AI Furniture Creation

Click the '**AI Furniture Creation**' button on the right side of the Personal Library screen.

<figure><img src="/files/7e057badfbf7f284fc2389914fd25a84a308d23b" alt=""><figcaption></figcaption></figure>

In the following window **Product name, image, prompt, dimensions, unit**Set.

<figure><img src="/files/3466c0203bc01805df5539d1eace02d8817f9d7d" alt=""><figcaption></figcaption></figure>

* **Product name:** This is the name under which the modeling will be registered. It can be edited even after creation.
* **Image:** You can upload PNG, JPG, WEBP files. Since image quality affects the modeling result, uploading higher-quality images will improve the output.
* **Prompt:** Enter the category of furniture to create. If you enter a simple furniture name like 'sofa' or 'desk', the furniture will be generated based on that category.
* **Dimensions:** Enter the furniture's width, depth, and height. Since the actual size is calculated based on the entered dimensions, it is important to enter accurate values.
* **Unit:** Choose between mm and inch. You can set the unit separately for each dimension.

<figure><img src="/files/2f40f678a7e080abc00295d1942ac391bc0611dd" alt=""><figcaption></figcaption></figure>

When all values are entered **'Upload'** button becomes active.

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

Press the Upload button and the furniture will be created with the message 'Processing uploaded 3D modeling...'.

### 2. Managing Created Furniture

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

You can view the created furniture directly in the list. Hover over an item or click the More button to perform the following actions.

<figure><img src="/files/19d24992987177692cd5b5cd3278742b2682c164" alt=""><figcaption></figcaption></figure>

* **Rename:** Change the product name.
* **Delete:** Delete the product.
* **Move to Enterprise Library:** Move AI modeling products from the Personal Library to the Enterprise Library.
* **View Product:** Check the product's detailed information.

### 3. Edit Product Information

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

'**Edit**' button, you can change the product name, product purchase link, product code, etc.

### 4. Edit Product (Part) Information

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

'**Edit**' button to change the part name and code, SKU, price, dimensions, color code, color name, product location and editor status, main material and sub-material.

***

**AI Furniture Creation function**can quickly create furniture from just one image.

By managing the created furniture and editing the product and part information in sequence, you can complete high-quality results more easily and quickly while minimizing complex manual work.


---

# 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-en/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.
