# Architecture

On the land of "Word of Fairy", you can consume resources to build structures, which can save you a lot of time, and some of them also have certain functional properties. These structures cannot be extracted separately, but when you sell the land, their functions will be retained.

Fountain (in development): After construction, seeds can mature faster.

<figure><img src="/files/kKG9rlzTBkieC2pFAHqv" alt=""><figcaption></figcaption></figure>

Windmill: After construction, it can automatically harvest crops and sow seeds.

<figure><img src="/files/IuFNrVmZTu6I3luYsRIx" alt=""><figcaption></figcaption></figure>

Sawmill : After construction, with an axe inserted, it can automatically chop down trees.

<figure><img src="/files/P9eHQPTzSA8QLlfEbxzP" alt=""><figcaption></figcaption></figure>

Quarry : After construction, you can put in a pickaxe to automatically mine minerals.

<figure><img src="/files/wJrrz70wzV1E5dVHPtJu" alt=""><figcaption></figcaption></figure>

Chicken Coop : After construction, by putting in chicken feed, you can automatically raise and harvest the output of chicken, and you can add 3 more hens in the chicken coop.

<figure><img src="/files/i4jxx84nx3iXq0x0gDrl" alt=""><figcaption></figcaption></figure>

Sheepfold : After construction, by putting in sheep feed, you can automatically raise and harvest the output of sheep, and you can add 2 more female sheep in the pasture.

<figure><img src="/files/MCTlxSyvLxERWmA1gDcL" alt=""><figcaption></figcaption></figure>

Cow shed: After construction, put in cattle feed, the output of cattle can be automatically raised and harvested, and one more cow can be placed on the pasture.

<figure><img src="/files/h2v3kZ1KSBkgCWifcrXU" alt=""><figcaption></figcaption></figure>


---

# 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://world-of-fairy.gitbook.io/product-docs/beta-version/architecture.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.
