# Real Configurator Examples - Chairs, Armchairs, Footstools

| Component Definition                                                                                                                                                                                                                                                                         | Live link            | Description                                                                                                                         |
| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------- | ----------------------------------------------------------------------------------------------------------------------------------- |
| [chair\_Glove\_Sessel.json](https://github.com/roomle-content/docs_samples/tree/main/example_component_definitions/chair_Glove_Sessel.json)                                                                                                                                                  | <http://rml.co/UcQt> | Simple chair, constant geometry with 3 material selectors.                                                                          |
| [chair\_Tiny\_Hocker.json](https://github.com/roomle-content/docs_samples/tree/main/example_component_definitions/chair_Tiny_Hocker.json)                                                                                                                                                    | <http://rml.co/UKop> | Simple footstool in two sizes, possibility to change materials.                                                                     |
| [chair\_rolfbenz\_freistil138\_master.json](https://github.com/roomle-content/docs_samples/tree/main/example_component_definitions/chair_rolfbenz_freistil138_master.json)                                                                                                                   | <http://rml.co/UaKq> | A simple chair with possibility to change material. Can dock itself in a straight line, if the definition from this link is loaded. |
| [chair\_Hocker\_Jenson.json](https://github.com/roomle-content/docs_samples/tree/main/example_component_definitions/chair_Hocker_Jenson.json); [chair\_Sessel\_Jenson.json](https://github.com/roomle-content/docs_samples/tree/main/example_component_definitions/chair_Sessel_Jenson.json) | <http://rml.co/UHt7> | Armchair with a footstool that is dockable in front of it.                                                                          |
| [chair\_hussl\_st6n.json](https://github.com/roomle-content/docs_samples/tree/main/example_component_definitions/chair_hussl_st6n.json)                                                                                                                                                      | <http://rml.co/UETb> | A chair configurator. Contains a lot of chairs in different colours.                                                                |


---

# 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.roomle.com/rubens/content-creation/scripting-resources/400_10_chairs.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.
