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

# AI 모델링 생성하기

> 유료 기능 안내: 'AI 가구 생성하기'는 유료 기능입니다. 이용 전 요금제 및 사용 조건을 확인해 주세요.

### 1. AI 가구 생성하기

개인 라이브러리 화면 우측의 '**AI 가구 생성하기**' 버튼을 클릭합니다.

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

이어지는 창에서 **상품명, 이미지, 프롬프트, 치수, 단위**를 설정합니다.

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

* **상품명:** 모델링이 등록되는 이름입니다. 생성 후에도 수정할 수 있습니다.
* **이미지:** PNG, JPG, WEBP 파일을 업로드할 수 있습니다. 이미지 품질이 모델링 결과에 영향을 주므로, 고품질 이미지를 올릴수록 결과물이 좋아집니다.
* **프롬프트:** 생성할 가구의 카테고리를 입력합니다. '소파', '책상'처럼 단순한 가구명을 입력하면 해당 카테고리를 기준으로 가구가 생성됩니다.
* **치수:** 가구의 너비, 깊이, 높이를 입력합니다. 입력한 치수를 기준으로 실제 크기가 산정되므로 정확한 값을 넣는 것이 중요합니다.
* **단위:** mm와 inch 중에서 선택합니다. 치수별로 단위를 따로 설정할 수 있습니다.

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

모든 값을 입력하면 **'업로드'** 버튼이 활성화됩니다.

<figure><img src="/files/1poYG1ervzND5mKsyFUo" alt=""><figcaption></figcaption></figure>

업로드 버튼을 누르면 '업로드된 3D 모델링 처리중...' 안내와 함께 가구가 생성됩니다.

### 2. 생성한 가구 관리

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

생성된 가구는 목록에서 바로 확인할 수 있습니다. 항목 위에 마우스를 올리거나 더보기 버튼을 누르면 다음 작업을 할 수 있습니다.

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

* **이름 수정:** 상품의 이름을 변경합니다.
* **삭제:** 상품을 삭제합니다.
* **기업 라이브러리로 이동:** 개인 라이브러리의 AI 모델링 상품을 기업 라이브러리로 옮깁니다.
* **제품 보기:** 상품의 상세 정보를 확인합니다.

### 3. 상품 정보 수정

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

'**수정**' 버튼을 누르면 상품명, 제품 구매 링크, 상품 코드 등을 변경할 수 있습니다.

### 4. 제품(부품) 정보 수정

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

'**수정**' 버튼을 누르면 부품 이름과 코드, SKU, 가격, 치수, 색상 코드, 색상 이름, 제품 위치와 에디터 상태, 주 재료와 부재료를 변경할 수 있습니다.

***

**AI 가구 생성 기능**을 통해 이미지 한 장만으로 가구를 빠르게 생성할 수 있습니다.

생성된 가구를 관리하고 상품·부품 정보를 수정하는 순서로 진행하면, 복잡한 수작업을 최소화하면서 더욱 쉽고 빠르게 고품질의 결과물을 완성할 수 있습니다.


---

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