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

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

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

![image](/files/9486ee1d342a4be5c48f09513ebcf262fc7a43cf)

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

### 📌 커스텀 가구 설정

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


---

# Agent Instructions: 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/dev-guide/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.
