> 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/dev-ko/contents/custom-furniture.md).

# 5. 커스텀 가구 설정 (Custom furniture)

커스텀 가구는 아키스케치의 파라메트릭 시스템을 바탕으로 만들어집니다. 아키스케치 파라메트릭 시스템은 가구·공간·자재를 고정된 3D 모델이 아닌 ‘변수(Parameters)’ 기반 구조로 정의하여,

`설계 → 배치 → 견적 → BOM → 생산` 까지 하나의 연속된 데이터 파이프라인으로 자동화할 수 있습니다.

![image](/files/4799dffd45cfe573acc7506103d48583259eb8cf)

또한 한 개의 조합으로 다수의 제품을 만들수 있는 시스템으로 ‘설계 변경이 곧 생산 데이터 변경이 되는’ 실시간 가구·공간 설계 자동화 엔진입니다.

### 📌 커스텀 가구 설정

| 제목                                                    | 가이드 URL                                                                                         |
| ----------------------------------------------------- | ----------------------------------------------------------------------------------------------- |
| **1. 에셋 업로드 (Asset upload)**                   | [5.1. 에셋 업로드](/guide/dev-ko/contents/custom-furniture/asset-upload.md)                   |
| **2. 파라미터 설정 (Enterprise parameter-setting)** | [5.2. 파라미터 설정](/guide/dev-ko/contents/custom-furniture/enterprise-parameter-setting.md) |
| **3. 모듈 조합 설정 (Combination modules)**       | [5.3. 모듈 조합 설정](/guide/dev-ko/contents/custom-furniture/combination-modules.md)       |
| **4. 판매 상품 등록 (Create sale product)**      | [5.4. 판매 상품 등록](/guide/dev-ko/contents/custom-furniture/create-sale-product.md)      |
| **5. 스타일 규칙 설정 (Style rules setting)**     | [5.5. 스타일 규칙 설정](/guide/dev-ko/contents/custom-furniture/style-rules-setting.md)     |


---

# 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:

```
GET https://docs.archisketch.com/guide/dev-ko/contents/custom-furniture.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
