> 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/faq-jp/partner-developer/parametric.md).

# パラメトリック家具

## パラメトリック家具とは何ですか？

パラメトリック家具は、幅、高さ、色などのオプションをユーザーがArchisketchエディタで直接調整できるカスタマイズ家具です。たとえば、ソファの幅を1,200mmから2,400mmの間で自由に変更したり、ファブリックの色を選択したりできます。

## パラメトリック家具の登録は、一般商品登録と違いますか？

基本的な流れは同じですが、コンポーネント作成の段階でパラメータ（調整可能なオプション）を追加で設定する必要があります。パラメータ設定には開発者連携が必要です。詳細は [\[パラメトリックコンポーネント登録\]](/dev-kr/contents/custom-furniture.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, and the optional `goal` query parameter:

```
GET https://docs.archisketch.com/guide/faq-jp/partner-developer/parametric.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.
