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

# Fishing

Cast, wait, and land it before it slips.

<figure><img src="https://2398763816-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnpKFpukS6TEdxHuYNYUd%2Fuploads%2Fgit-blob-ca61813da157734726a1211fabfc7b5839138e5b%2Ffishing-reel.png?alt=media" alt="Reeling a fish in"><figcaption></figcaption></figure>

Stand at the water, cast, and wait for the bite. A bar comes up with a marker running along it and a green zone somewhere on it. Press at the right moment and the fish is yours. Press at the wrong one and it is gone.

Rarer fish fight harder. The marker moves faster, the green zone shrinks, and the best fish need you to hit it more than once.

## What bites, and where

![](https://2398763816-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnpKFpukS6TEdxHuYNYUd%2Fuploads%2Fgit-blob-19c365261e0bbbcf764eab71ce09dfc58acc4cbb%2Frosefish.png?alt=media) ![](https://2398763816-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnpKFpukS6TEdxHuYNYUd%2Fuploads%2Fgit-blob-d48b9829a2fb9ab727dc3d146572e95d554f50a9%2Fspotted_trout.png?alt=media) ![](https://2398763816-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnpKFpukS6TEdxHuYNYUd%2Fuploads%2Fgit-blob-2cb332ae4a860e2a1f7dae3eb4b27eedfd36add2%2Fdeep_bass.png?alt=media)

Nineteen fish. Some will take a line anywhere. Others only live in one place.

|                    |                                                        |
| ------------------ | ------------------------------------------------------ |
| The valley         | Common freshwater fish                                 |
| Whisper Wood       | Mud bream, in the stream                               |
| Stonepeak          | Trout and icefin, in the cold tarn                     |
| **Saltmere Coast** | More than half the list, including everything valuable |

Time matters too. Some fish only show up after dark, and the best of them are night fish on the coast.

## What to do with a catch

Fry it, sell it, or hand it in at the Delivery Center. Any fish works in a fried fish, so cook the cheap ones and sell the rest.


---

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