> 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/villagers.md).

# Villagers

Nine people, nine trades.

Nine villagers live in Bloomshire. Each one teaches a trade, keeps their own hours and has something to say if you knock too late.

|                                                                                                                                                                                                            |             |                                                                                                     |
| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- | --------------------------------------------------------------------------------------------------- |
| ![](https://2398763816-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnpKFpukS6TEdxHuYNYUd%2Fuploads%2Fgit-blob-89a3290c8d2440f43b2e79a3d583b266b36aa218%2Fnpc_marlow.png?alt=media)  | **Marlow**  | The old farmer who worked your plot for sixty years. He teaches you everything you know about soil. |
| ![](https://2398763816-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnpKFpukS6TEdxHuYNYUd%2Fuploads%2Fgit-blob-6d01e935537849c97fece5b3a6c809b96d2817e1%2Fnpc_maren.png?alt=media)   | **Maren**   | The valley elder. Keeps the town hall and the delivery board.                                       |
| ![](https://2398763816-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnpKFpukS6TEdxHuYNYUd%2Fuploads%2Fgit-blob-86dcc993a8b1d2360ae3f43b81541a6e7fa8f495%2Fnpc_rowan.png?alt=media)   | **Rowan**   | Ranger. Knows the wood, and runs the marketplace.                                                   |
| ![](https://2398763816-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnpKFpukS6TEdxHuYNYUd%2Fuploads%2Fgit-blob-f4c47d00cd41072ca6596d3bc54e0e6d53241e45%2Fnpc_bram.png?alt=media)    | **Bram**    | Smith. Ore, bars and the forge, and the man who opens two of the three roads out.                   |
| ![](https://2398763816-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnpKFpukS6TEdxHuYNYUd%2Fuploads%2Fgit-blob-e788c2644638aaf6d7f6650576e858e94fbbab5e%2Fnpc_wren.png?alt=media)    | **Wren**    | Fisher, down at Saltmere. Buys your catch on the spot.                                              |
| ![](https://2398763816-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnpKFpukS6TEdxHuYNYUd%2Fuploads%2Fgit-blob-1edbe0afc2154219cb85dd960c0b9486a4b753f9%2Fnpc_tamsin.png?alt=media)  | **Tamsin**  | Cook. Bring her milk and she will show you cheese.                                                  |
| ![](https://2398763816-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnpKFpukS6TEdxHuYNYUd%2Fuploads%2Fgit-blob-3967a96b6b32cb4f5a515e08e4516717e58ea025%2Fnpc_juniper.png?alt=media) | **Juniper** | Herbalist. Keeps the apothecary and the seed that should not grow but does.                         |
| ![](https://2398763816-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnpKFpukS6TEdxHuYNYUd%2Fuploads%2Fgit-blob-5cc105010befbd3e991db52485b58638ef0c25da%2Fnpc_pell.png?alt=media)    | **Pell**    | Carpenter. His workbench is where you make your first replacement tool.                             |
| ![](https://2398763816-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnpKFpukS6TEdxHuYNYUd%2Fuploads%2Fgit-blob-b13c0e103ca9592a7e3426c2bd83e493003b8be7%2Fnpc_hollis.png?alt=media)  | **Hollis**  | Animal keeper. The only person in the valley who will sell you livestock.                           |

They walk to work in the morning and go home at night, so catching someone means knowing their hours.


---

# 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/villagers.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.
