> 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/introduction/what-you-do.md).

# What You Do

The six things you spend your time on.

## Farm

Work the soil, grow crops through the seasons, and build your fields into something that feeds you and the valley.

<figure><img src="https://2398763816-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnpKFpukS6TEdxHuYNYUd%2Fuploads%2Fgit-blob-2928f5dcd2a4ea305578915168f33f75b11410e4%2Fseason-summer.png?alt=media" alt="Bloomshire in summer"><figcaption></figcaption></figure>

## Explore

Four regions are open, each with its own landscape, resources and things worth finding. Six more are planned.

## Master life skills

Fishing, cooking, mining, woodcutting, foraging, crafting, animal husbandry and more. Each is its own long road, and none of them is a side activity.

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

## Create

Turn what you grow and gather into meals, tools, bars and goods worth far more than the parts.

<figure><img src="https://2398763816-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnpKFpukS6TEdxHuYNYUd%2Fuploads%2Fgit-blob-db11d644e6d3afd2a6d023ca31bfb422f8a0d50b%2Fcooking.png?alt=media" alt="Cooking at the hearth"><figcaption></figcaption></figure>

## Take on quests and requests

The villagers need things done, and the Delivery Center always has standing orders. Both pay, and the quests open the roads out of the valley.

## Trade

Sell to the town, or list what you have made for other players and set your own price.

## Build your own way through it

Nothing forces you down one path. Some farmers never leave their fields. Others barely plant a seed and live off the water. The skills lean on each other enough that going wide usually pays.


---

# 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/introduction/what-you-do.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.
