> For the complete documentation index, see [llms.txt](https://minebloom.gitbook.io/play/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://minebloom.gitbook.io/play/server-features/fishing/fishing-deliveries.md).

# Fishing Deliveries

`/fish deliveries`

To better understand Fishing Deliveries, make sure you are familiar with the [**Augments**](/play/server-features/fishing/fishing-augments.md) (amethyst shard).

Getting some of the items needed for Augments is a grind. Fishing Deliveries can help! You can earn deliveries by fishing. For every 200 fish you catch (base level), a new delivery (piece of paper) will appear in the deliveries menu. Hovering on the paper will show you what level the delivery is (get 1-3 stars), what fish are required to complete the delivery, the time it will take to complete the delivery, and what the reward is.

To complete a delivery, gather the required fish and put them in your inventory. Once complete, go back to the delivery menu and click on the paper. The paper will turn into an empty mine cart. Once the deliver time has passed, open the fishing inventory again and click on the chest to redeem your delivery. The entropy reward from the delivery will automatically show up in your stats and the prize reward will show up in your inventory.

Some delivery rewards include entropy crystals (redeem for 10K entropy), crab claws, crab scales, squid tentacles, dolphin tails, and vouchers to boost your entropy, lure more crabs, lure more platinum or mythical fish, and more!

The bottom row of the menu includes upgrades that you can apply to your fishing deliveries menu. You can purchase the upgrades with entropy.

* **minecart with chest**: INCREASE CAPACITY: increases the amount of deliveries you can hold
* **clock**: OVERCLOCKED: lower the time it takes to deliver!
* **bucket of pufferfish**: EXPERT DELIVERER: reduces the amount of pyrofish needed for delivery
* **emerald**: PAY RISE: earn more entropy from handing in your fish!
* **gold nugget**: LUCKY CHARM: reduces the amount of fish to earn a new delivery (starts from 200 base fish)

![](/files/YMkaVtevNWaK0X18Q1zH)


---

# 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://minebloom.gitbook.io/play/server-features/fishing/fishing-deliveries.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.
