> 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/the-world/index/bloomshire.md).

# Bloomshire

The valley. Your farm, the town, and everyone in it.

The starting region and the heart of the game. Your farm sits south of the river; the town sits north of it.

<figure><img src="https://2398763816-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnpKFpukS6TEdxHuYNYUd%2Fuploads%2Fgit-blob-92f515cb4e1a6918287e46c80b1f3515b7d4422c%2Ftown-square.png?alt=media" alt="The town square"><figcaption><p>The town square.</p></figcaption></figure>

Every shop is here, along with the marketplace, the bank, the exchange and the delivery board. Eight of the nine villagers live here.

The valley grows almost everything. It is the only region without real restrictions on what you can plant, which is why it stays useful long after you have somewhere else to be.

Your farm has crop beds, an orchard, a coppice for firewood, and pens for animals once you have earned them. Sleeping at the farmhouse ends the day and banks whatever is in your shipping bin.

Three roads lead out. All of them start shut.


---

# 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/the-world/index/bloomshire.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.
