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

# パラメトリック家具

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

パラメトリック家具は、幅、高さ、色などのオプションをユーザーがアキスケッチエディターで直接調整できるカスタマイズ家具です。たとえば、ソファの幅を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/yokuaru/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.
