> 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).

# Generate AI Modeling

> Paid feature notice: 'AI Furniture Generation' is a paid feature. Please check the pricing plan and usage conditions before using it.

### 1. AI Furniture Generation

Click the '**AI Furniture Generation**' button on the right side of the personal library screen.

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

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

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

* **Product name:** This is the name under which the modeling is registered. It can be edited even after creation.
* **Image:** You can upload PNG, JPG, and WEBP files. Since image quality affects the modeling results, the higher the quality of the image you upload, the better the output.
* **Prompt:** Enter the category of the furniture to be created. 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 a different unit for each dimension.

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

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

<figure><img src="/files/01923bac2911d2a4cd06cf8a57f5380150a51a61" alt=""><figcaption></figcaption></figure>

When you press the Upload button, the furniture is created with the message 'Uploaded 3D modeling processing...'.

### 2. Manage created furniture

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

You can check 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/1af10eb806e16356178a69ba98aebaaf3c32cbb4" alt=""><figcaption></figcaption></figure>

* **Rename:** Change the product's 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/87d599570bbacd8478856337ac35d3c5556ace44" alt=""><figcaption></figcaption></figure>

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

### 4. Edit product (part) information

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

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

***

**AI Furniture Generation**allows you to quickly generate furniture from just one image.

By proceeding in the order of managing the generated furniture and editing the product and part information, 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.
