> For the complete documentation index, see [llms.txt](https://docs.moonpoly.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.moonpoly.io/gameplay-1/game-rules/aviaries.md).

# 🐳Aviaries

When player bought the block, player can purchase aviaries to place them on any blocks player  have.

The cost for installing an aviary on a particular site differs, depending on the level of respectability of this site.

Aviaries can be inhabited by various animals and stacking several of the same aviaries - they can be upgraded with one aviary inhabited by more predatory animals.

Getting on players field with an established aviary, other players will have to pay the player not only the cost of a day's rent for staying on your Block but also an additional fee, depending on the levels and number of aviaries.<br>

The maximum number of enclosures in one area is four. Aviaries also need to be sold evenly. Player can buy or sell aviaries at any time, and as much as player see fit, and as much as your financial situation allows. Aviaries cannot be built if at least one section of a given color group is laid.<br>

**Aviaries can be populated with:**

***Hamsters** - Increase gains on block on 0.7% In the game simultaneously there may only be 15 Hamsters.*&#x20;

***Bears** - Increase gains on block on 1.3% In the game simultaneously there may only be 13 Bears.*

\
\&#xNAN;***Bulls** -  Increase gains on block on 1.7% In the game simultaneously there may only be 9 Bulls.*&#x20;

***Whales** - Increase gains on block on 2.5% \* In the game simultaneously there may only be 6 Whales.*<br>

At the same time, no more than four aviaries can be installed on one site.

Player cannot immediately populate whales, bulls, or bears into the aviary. Improvements will have to be carried out gradually, starting with cute and harmless hamsters.\\


---

# 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.moonpoly.io/gameplay-1/game-rules/aviaries.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.
