> For the complete documentation index, see [llms.txt](https://docs.kawaii.global/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.kawaii.global/game-play/home-decorating/decor-point-system.md).

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