# 파라메트릭 가구

<details>

<summary>Q. 파라메트릭 가구가 무엇인가요?</summary>

A. 파라메트릭 가구는 너비, 높이, 색상 등의 옵션을 사용자가 아키스케치 에디터에서 직접 조정할 수 있는 맞춤형 가구입니다. 예를 들어 소파의 너비를 1,200mm에서 2,400mm 사이에서 자유롭게 변경하거나, 패브릭 색상을 선택할 수 있습니다.

</details>

<details>

<summary>Q. 파라메트릭 가구 등록은 일반 상품 등록과 다른가요?</summary>

A. 기본 흐름은 동일하지만, 컴포넌트 생성 단계에서 파라미터(조정 가능한 옵션)를 추가로 설정해야 합니다. 파라미터 설정은 개발자 연동이 필요합니다. 자세한 내용은 [파라메트릭 컴포넌트 등록하기](https://archisketch-docs.gitbook.io/archisketch/dev/api-2/3d-product-integration/parametric)를 참고하세요.

</details>

<details>

<summary>Q. 파라메트릭 가구는 어떤 경우에 사용하나요?</summary>

A. 아래와 같은 경우에 파라메트릭 가구가 적합합니다.

* 소파, 책상 등 치수를 자유롭게 조정해야 하는 맞춤 가구
* 색상, 소재 등 옵션을 사용자가 직접 선택할 수 있어야 하는 가구
* 모듈형 가구처럼 조합 방식이 다양한 제품

</details>


---

# 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/help/readme/parametric.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.
