> 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 notice: 'AI Furniture Creation' is a paid feature. Please check the pricing plan and usage terms before use.

### 1. Create AI Furniture

On the right side of the Personal Library screen, '**Create AI Furniture**' button.

<figure><img src="/files/748bfa5096df15ccbf7fd26fc41f87fa5ea36ea1" alt=""><figcaption></figcaption></figure>

In the following window, **product name, image, prompt, dimensions, unit**set.

<figure><img src="/files/55a494db9df19c74a181e24207e898105b139258" alt=""><figcaption></figcaption></figure>

* **Product name:** This is the name under which the model is registered. It can be edited even after creation.
* **Image:** You can upload PNG, JPG, and WEBP files. Since image quality affects the modeling result, the higher the quality of the image you upload, the better the result.
* **Prompt:** Enter the category of the furniture to create. If you enter a simple furniture name such as 'sofa' or 'desk,' the furniture will be created 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 a separate unit for each dimension.

<figure><img src="/files/3fe9eb7287e9e45c85cc847f2300a7c0677140cb" alt=""><figcaption></figcaption></figure>

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

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

When you press the Upload button, the furniture is created with the message 'Uploaded 3D model is being processed...'.

### 2. Manage Created Furniture

<figure><img src="/files/3df8fb22823f4a124a8278565df3ecf0e21c1409" alt=""><figcaption></figcaption></figure>

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

<figure><img src="/files/b14f0387eb5b873f52b67153093569d90f44110e" 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/3858e0026a5549e61cfa789467610edc06209e14" alt=""><figcaption></figcaption></figure>

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

### 4. Edit Product (Part) Information

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

'**Edit**' button to change the part name and code, SKU, price, dimensions, color code, color name, product position and editor status, and main and secondary materials.

***

**AI Furniture Creation feature**allows you to quickly create furniture from just one image.

By managing the created furniture and editing product/part information in this order, you can complete higher-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.
