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

# Gathering

Mining, woodcutting and foraging.

Three skills that come down to the same thing: find it, take it, carry it home. What you gather feeds almost everything else.

## Mining

![](https://2398763816-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnpKFpukS6TEdxHuYNYUd%2Fuploads%2Fgit-blob-75ad9f86f7d813d041c856a534b9f1f7eec7e543%2Fcopper_ore.png?alt=media) ![](https://2398763816-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnpKFpukS6TEdxHuYNYUd%2Fuploads%2Fgit-blob-e56b4ea586fc4cfdcef5c0aaf43e5bde140e7bbb%2Fcoal.png?alt=media) ![](https://2398763816-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnpKFpukS6TEdxHuYNYUd%2Fuploads%2Fgit-blob-b5185e701282cbc9d9266fa45b9af66e164202a8%2Fquartz.png?alt=media) ![](https://2398763816-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnpKFpukS6TEdxHuYNYUd%2Fuploads%2Fgit-blob-662238fed05bdbdf1e1b97770c78b46957f28d0b%2Femerald.png?alt=media) ![](https://2398763816-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnpKFpukS6TEdxHuYNYUd%2Fuploads%2Fgit-blob-b66910433e7bd3d419185f66610f02941b224140%2Fruby.png?alt=media) ![](https://2398763816-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnpKFpukS6TEdxHuYNYUd%2Fuploads%2Fgit-blob-73cc2c89f0da002234e1a625e35f4ecb3ed4265f%2Famethyst.png?alt=media) ![](https://2398763816-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnpKFpukS6TEdxHuYNYUd%2Fuploads%2Fgit-blob-3a66fb137f15fc18df18b33b9daafefb38260ed5%2Fdiamond.png?alt=media)

Swing a pickaxe at a seam. Higher levels open better seams, and the deeper ones hold gems.

Copper and coal make bars, which make tools. Gold and amethyst make the best tools in the game. The rest is worth carrying to market.

Almost all of it comes out of [Stonepeak](/the-world/index/stonepeak.md).

## Woodcutting

![](https://2398763816-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnpKFpukS6TEdxHuYNYUd%2Fuploads%2Fgit-blob-00f8624908b8d8f33dff6b0c7c4d07c017a48568%2Fwood.png?alt=media)

Fell trees for wood, and occasionally hardwood, which every good tool needs. A felled tree grows back before long.

Your farm has its own small coppice. For real quantity, go to [Whisper Wood](/the-world/index/whisper-wood.md).

## Foraging

![](https://2398763816-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnpKFpukS6TEdxHuYNYUd%2Fuploads%2Fgit-blob-3b0734477560a70a55dd28e9c48c26384d768016%2Fmushroom_brown.png?alt=media) ![](https://2398763816-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnpKFpukS6TEdxHuYNYUd%2Fuploads%2Fgit-blob-cc48cf42de1f269f91aea172d9d836f5525437c0%2Fmushroom_orange.png?alt=media)

The one gathering skill that needs no tool. Pick bushes for fiber and mushrooms where you find them.

Fiber is what your animals eat, so a ranch means a standing demand for it.

## Where it all goes

|                    |                               |
| ------------------ | ----------------------------- |
| Wood, stone, fiber | Tools, benches, a beehive     |
| Ore and coal       | Bars, then better tools       |
| Gems               | Sold, mostly                  |
| Mushrooms          | Cooking, or eaten on the spot |


---

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