# Season

In HappyLand, each season lasts 1 week (168 hours) compare to the real season.&#x20;

* Day 1 to 7 is spring **-** Sunny weather with a higher chance of rain, springtime is an ideal condition for the cultivation of plants&#x20;
* Day 8 to 14 is summer - Dry weather, plants, and water need more water to grow. There is a higher chance of storms. &#x20;
* Day 15 to 21 is autumn - Cool weather, high chance of hail, storm, and strong rain
* Day 22 to 28 is winter - Cold weather, you can only grow specific types of plants during this weather, snowing also causes the yield to decrease

Note: All in-game plants will be reprogrammed to have season-dependent effects. Growing a plant in its optimal season will result in no loss of production yield or a slight produce yield increase from 1-2%. The price of products will change depending on the season. For example, watermelons will have a higher price in winter since it’s a summer fruit. However, growing watermelons in the winter season will yield less produce than in the summer.

![](https://lh4.googleusercontent.com/a_4va_Lcb5ZwosXLD-FYWETPNqKMEq27HKugs_84TekwPpkf7FcrkwA8l99rEUjc4c241hPiTsNn70D0Yu_cTLbnKMhX8TrU3VW4R4S_QF8OCFNJR75g4j6vBgoIRJVXY47iuous)


---

# 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.happyland.finance/gameplay/season.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.
