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

# Generate AI modeling

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

### 1. AI Furniture Creation

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

<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. You can edit it even after creation.
* **Image:** You can upload PNG, JPG, and WEBP files. Since image quality affects the modeling results, uploading higher-quality images will produce better results.
* **Prompt:** Enter the category of furniture to create. If you enter a simple furniture name like '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 units separately for each dimension.

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

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

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

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

### 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 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 details.

### 3. Edit product information

<figure><img src="/files/87d599570bbacd8478856337ac35d3c5556ace44" 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/9e961aadd7cab3541d2e0373c72ccadbd35a6dd6" 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.

***

**The AI furniture creation feature**allows you to quickly create furniture from just one image.

By managing the created furniture and then 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-guide/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.
