# Decoration Landplots

- [How it work?](https://docs.monsterra.io/gameplay/develop-land/decoration-landplots/how-it-work.md): Updated on September 9th, 2022. Actual in-game values may vary from those shown in this document.
- [Dyeing](https://docs.monsterra.io/gameplay/develop-land/decoration-landplots/dyeing.md): Updated on September 9th, 2022. Actual in-game values may vary from those shown in this document.
- [Crafting](https://docs.monsterra.io/gameplay/develop-land/decoration-landplots/crafting.md): Updated on October 5th, 2022. Actual in-game values may vary from those shown in this document.
- [List of Decoration & Box](https://docs.monsterra.io/gameplay/develop-land/decoration-landplots/list-of-decoration-and-box.md)
- [Chibi Moonbear](https://docs.monsterra.io/gameplay/develop-land/decoration-landplots/list-of-decoration-and-box/chibi-moonbear.md): Updated on October 5th, 2022. Actual in-game values may vary from those shown in this document.
- [Box of Golden Moon](https://docs.monsterra.io/gameplay/develop-land/decoration-landplots/list-of-decoration-and-box/box-of-golden-moon.md): Updated on October 5th, 2022. Actual in-game values may vary from those shown in this document.
- [Chibi Dracula](https://docs.monsterra.io/gameplay/develop-land/decoration-landplots/list-of-decoration-and-box/chibi-dracula.md): Updated on Octover 5th, 2022. Actual in-game values may vary from those shown in this document.
- [Box of Creepy Night](https://docs.monsterra.io/gameplay/develop-land/decoration-landplots/list-of-decoration-and-box/box-of-creepy-night.md): Updated on October 25th, 2022. Actual in-game values may vary from those shown in this document.
- [Box of Healthy Life](https://docs.monsterra.io/gameplay/develop-land/decoration-landplots/list-of-decoration-and-box/box-of-healthy-life.md): Updated on November 3rd, 2022. Actual in-game values may vary from those shown in this document.
- [Chibi Krampus](https://docs.monsterra.io/gameplay/develop-land/decoration-landplots/list-of-decoration-and-box/chibi-krampus.md): Updated on December 13th, 2022. Actual in-game values may vary from those shown in this document.
- [Box of Delight](https://docs.monsterra.io/gameplay/develop-land/decoration-landplots/list-of-decoration-and-box/box-of-delight.md): Updated on December 13th, 2022. Actual in-game values may vary from those shown in this document.
- [Chibi Nian](https://docs.monsterra.io/gameplay/develop-land/decoration-landplots/list-of-decoration-and-box/chibi-nian.md): Updated on January 11th, 2023. Actual in-game values may vary from those shown in this document.
- [Box of Reunion](https://docs.monsterra.io/gameplay/develop-land/decoration-landplots/list-of-decoration-and-box/box-of-reunion.md): Updated on January 11th, 2023. Actual in-game values may vary from those shown in this document.
- [Chibi Cupid](https://docs.monsterra.io/gameplay/develop-land/decoration-landplots/list-of-decoration-and-box/chibi-cupid.md): Updated on February 8th, 2023. Actual in-game values may vary from those shown in this document.
- [Box of Sweet Love](https://docs.monsterra.io/gameplay/develop-land/decoration-landplots/list-of-decoration-and-box/box-of-sweet-love.md): Updated on February 16th, 2023. Actual in-game values may vary from those shown in this document.
- [Chibi Rabbit](https://docs.monsterra.io/gameplay/develop-land/decoration-landplots/list-of-decoration-and-box/chibi-rabbit.md): Updated on February 8th, 2023. Actual in-game values may vary from those shown in this document.
- [Box of Surprise Eggs](https://docs.monsterra.io/gameplay/develop-land/decoration-landplots/list-of-decoration-and-box/box-of-surprise-eggs.md): Updated on March 24th, 2023. Actual in-game values may vary from those shown in this document.
- [The Little Mermaid](https://docs.monsterra.io/gameplay/develop-land/decoration-landplots/list-of-decoration-and-box/the-little-mermaid.md): Updated on June 21th, 2023. Actual in-game values may vary from those shown in this document.
- [Treasure of Deep Sea](https://docs.monsterra.io/gameplay/develop-land/decoration-landplots/list-of-decoration-and-box/treasure-of-deep-sea.md): Updated on June 21th, 2023. Actual in-game values may vary from those shown in this document.
- [Box of Golden New Moon](https://docs.monsterra.io/gameplay/develop-land/decoration-landplots/list-of-decoration-and-box/box-of-golden-new-moon.md): Updated on October 27th, 2023. Actual in-game values may vary from those shown in this document.


---

# 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.monsterra.io/gameplay/develop-land/decoration-landplots.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.
