# Fishing Codex

This is like a Pokédex for fishing. There are 6 levels of fish:

* Bronze: sells for $12 at /fish shop; 9 variations
* Silver: sells for $60 at /fish shop; 15 variations
* Gold: sells for $120 at /fish shop; 15 variations
* Diamond: sells for $300 at /fish shop; 15 variations
* Platinum: sells for $420 at /fish shop; 3 variations
* Mythical: sells for $720 at /fish shop; 1 variation

You can decide to [sell fish](/mineseed/pyrofishing/fish-shop.md), gut fish for entropy, weigh fish gamble a higher price per fish, or keep fish for fishing deliveries.

<figure><img src="/files/CaGxnJq0udMgqGBMOwO9" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: 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:

```
GET https://docs.mineseed.org/mineseed/pyrofishing/fishing-codex.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
