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

# Parametric furniture

## What is parametric furniture?

Parametric furniture is customizable furniture that lets users directly adjust options such as width, height, and color in the Archisketch editor. For example, you can freely change a sofa’s width between 1,200 mm and 2,400 mm, or choose a fabric color.

## Is registering parametric furniture different from registering a regular product?

The basic flow is the same, but in the component creation step, you must additionally configure parameters (adjustable options). Parameter setup requires developer integration. For details, see [\[Registering a Parametric Component\]](/dev-kr/contents/custom-furniture.md).

## When is parametric furniture used?

Parametric furniture is suitable in cases like the following.

* Custom furniture such as sofas and desks that require free adjustment of dimensions
* Furniture that needs to let users choose options such as color and material directly
* Products with various combination methods, such as modular furniture


---

# 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-1/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.
