# Quasar Housing

<figure><img src="https://3335881300-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9D3rR5atSDLmaY9p2ivT%2Fuploads%2FZMMGHjXEvl2tLy0tLj0p%2F031946c6b1e381df7fa4c789b43f7e866dc3092b.png?alt=media&#x26;token=bba50fc3-2752-4323-88e4-4d40f7760aff" alt="" width="188"><figcaption></figcaption></figure>

{% code fullWidth="true" %}

```javascript
["walldecoration"] = {
	["label"] = "Decoration",
	["items"] = {
		{ ["object"] = "atr_dinning_set_vase", ["price"] = 189, ["label"] = "Dining Deco", ["background"] = "rgba(255, 204, 229, 0.40)",
		["group_items"] = {
			{ ["object"] = "atr_dinning_set_vase", ["price"] = 189, ["label"] = "Vase" },
			{ ["object"] = "atr_dinning_set_sculpture", ["price"] = 189, ["label"] = "Sculpture" },
			{ ["object"] = "atr_dinning_set_sculpture_b", ["price"] = 189, ["label"] = "Sculpture 02" },
			{ ["object"] = "atr_dinning_set_sculpture_c", ["price"] = 402, ["label"] = "Sculpture 03" },
			{ ["object"] = "atr_dinning_set_sculpture_d", ["price"] = 402, ["label"] = "Sculpture" },

				}
			},
		}
	},

["tables"] = {
		["label"] = "Tables",
		["items"] = {
			{ ["object"] = "atr_dinning_cornertable", ["price"] = 546, ["label"] = "Table Dining", ["background"] = "rgba(255, 204, 229, 0.40)",
			["group_items"] = {
				{ ["object"] = "atr_dinning_cornertable_b", ["price"] = 546, ["label"] = "Cornertable Dining" },
				{ ["object"] = "atr_dinning_cornertable_c", ["price"] = 546, ["label"] = "Cornertable Dining 02" },
				{ ["object"] = "atr_dinning_cornertable", ["price"] = 546, ["label"] = "Cornertable Dining 03" },
				{ ["object"] = "atr_dinning_table", ["price"] = 546, ["label"] = "Table Dining" },
					}
				},
			}
		},

["sofas"] = {
		["label"] = "Sofas",
		["items"] = {
			{ ["object"] = "atr_dinning_set_sofa", ["price"] = 752, ["label"] = "Dining sofa", ["background"] = "rgba(255, 204, 229, 0.40)",
				["group_items"] = {
					{ ["object"] = "atr_dinning_set_sofa", ["price"] = 1594, ["label"] = "Dining sofa" },
					{ ["object"] = "atr_dinning_set_sofa_b", ["price"] = 1594, ["label"] = "Dining sofa 02" },
					{ ["object"] = "atr_dinning_set_sofa_c", ["price"] = 1594, ["label"] = "Dining sofa 03" },
					{ ["object"] = "atr_dinning_set_sofa_d", ["price"] = 1594, ["label"] = "Dining sofa 04" },
			}
		},
	}
},
```

{% endcode %}


---

# 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://atr-v.gitbook.io/skrill-3d/home-or-furniture/home-or-dining-living/quasar-housing.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.
