> For the complete documentation index, see [llms.txt](https://docs.bloomshire.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bloomshire.xyz/life-skills/animals.md).

# Animals

Hens, sheep, cows, goats, pigs and bees.

![](https://2398763816-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnpKFpukS6TEdxHuYNYUd%2Fuploads%2Fgit-blob-3344d08da45876cfcce0101b51d988360428af7f%2Fanimal_chicken.png?alt=media) ![](https://2398763816-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnpKFpukS6TEdxHuYNYUd%2Fuploads%2Fgit-blob-235485e7394f30b0331f84b890bf6c74188d4939%2Fanimal_chicken_brown.png?alt=media) ![](https://2398763816-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnpKFpukS6TEdxHuYNYUd%2Fuploads%2Fgit-blob-212489533c4b3279c55f0de0da9b1b6e53f6b757%2Fanimal_sheep.png?alt=media) ![](https://2398763816-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnpKFpukS6TEdxHuYNYUd%2Fuploads%2Fgit-blob-31d79db9b1d57f4040de2aec15133019a13e074f%2Fanimal_cow.png?alt=media) ![](https://2398763816-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnpKFpukS6TEdxHuYNYUd%2Fuploads%2Fgit-blob-e5dadffc408e8837eda26bb4311149422efdc457%2Fanimal_goat.png?alt=media) ![](https://2398763816-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnpKFpukS6TEdxHuYNYUd%2Fuploads%2Fgit-blob-e1ce4ccb3c81672a18c0a256782782e2873a6185%2Fanimal_pig.png?alt=media)

Nobody starts with animals. The pens on your farm stand empty until you have earned Hollis's trust, and every kind after the first hen costs more and asks more of you.

<figure><img src="https://2398763816-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnpKFpukS6TEdxHuYNYUd%2Fuploads%2Fgit-blob-51cfb73e6b590e0d9e9227f882805c1cba206f6e%2Fanimal-pens.png?alt=media" alt="The farm pens"><figcaption></figcaption></figure>

## Keeping them

Feed them once a day and they keep producing. Neglect them and they stop. Pet them and they warm to you, and an animal that trusts you gives more.

Produce arrives on its own schedule, not whenever you walk past, and only one lot waits at a time. An animal left for a week has one egg, not fifty.

## What they give

![](https://2398763816-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnpKFpukS6TEdxHuYNYUd%2Fuploads%2Fgit-blob-4d34cdbf66dd6b8ebb49eaac4569def6b238bdc4%2Fegg.png?alt=media) ![](https://2398763816-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnpKFpukS6TEdxHuYNYUd%2Fuploads%2Fgit-blob-a5f84467cb3de69a5093ecf8ad9fd09b69a4aa7b%2Fegg_brown.png?alt=media) ![](https://2398763816-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnpKFpukS6TEdxHuYNYUd%2Fuploads%2Fgit-blob-99c1278ee40864ebef4c0e2c11894d6246db4047%2Fmilk.png?alt=media) ![](https://2398763816-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnpKFpukS6TEdxHuYNYUd%2Fuploads%2Fgit-blob-d437ba2a93241b9b55df3d6bcad9886aaf249a1a%2Fwool.png?alt=media) ![](https://2398763816-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnpKFpukS6TEdxHuYNYUd%2Fuploads%2Fgit-blob-c1f05e02dd98238ba6840b2638715e4d698dcf91%2Fhoney.png?alt=media)

Hens lay eggs. Cows give milk, which the kitchen needs more than anything else. Sheep give wool. Bees give honey, once you have built them a hive.

Goats and pigs give nothing day to day. They are raised for meat.

## The decision

A grown animal that trusts you can be taken for meat, and it does not come back. Meat is worth more than almost anything else in the game, especially cooked.

But a laying hen is worth more laying. Working out which animals to keep and which to take is the point of the whole system.

Animals lean on cooking, so a farmer who never cooks will hit a ceiling here.


---

# 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.bloomshire.xyz/life-skills/animals.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.
