# Decor Point system

Each furnishing item will come with a specific decor point based on type & size. When players finish arranging furnishings and save their room design, their Total decor point will be counted based on the furnishings they’ve placed inside the room.

![Decor point tooltip - for reference only](/files/CaRhvhJsNFiNQEM6LNYi)

Base decor points & max placement limit for each furnishing size & type will be calculated as below:

* **XS:** 40 (max limit: 2000 points)
* **S:** 80 (max limit: 2400 points)
* **M:** 120 (max limit: 3000 points)
* **L:** 240 (max limit: 3600 points)
* **XL:** 320 (max limit: 3840 points)&#x20;
* **Tile:** 320
* **Wallpaper:** 320

Decor point system has various purposes in game. It can be the sole criteria for some certain Decor Point contest, or the minimum requirement to join other Home Decoration related events in the future. We will also consider adding a feature where players can upgrade their crafted furnishing to further increase the item’s decor point if necessary.


---

# 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.kawaii.global/game-play/home-decorating/decor-point-system.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.
