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

# Fishing

### Fishing

LemonCloud enhances the fishing experience on Skyblock, Survival, Prison, and Factions, by adding heaps of custom fish that can be discovered! These fish come in 4 different rarities: Common, Uncommon, Rare, and Legendary, and will list who caught them and how large they are. You can also fish up Junk items that serve no purpose. If you wish to get vanilla fishing drops than you can toggle the custom fish by doing **/fishing toggle**.

### Discovering

Each time you discover a new species of fish, it will be added to your fishing log in the **/fishing** menu. This log will help you keep track of what species you’ve already caught and what you still need to find, as well as tell you when you first discovered a species, how many times you’ve caught it, and the size of the largest of that kind that you’ve caught. Good luck catching them all!

### Selling

The custom fish that you find can be sold to the **/fishing shop**! You can either manually input the fish you wish to sell into the GUI and then left click the gold ingot or click the bucket of cod to sell all the fish currently in your inventory. Hovering over either of these items will tell you how much the fish inputted, or all the fish in your inventory would be sold for. The value of each fish is determined by it’s rarity and size, the latter of which can differ with every catch. Junk items can’t be sold.

Note: On Prison fish are sold for tokens, not money.

### Fishing Competitions

Every 3 hours a fishing competition is held which will reward the winner/s with Epic Keys. Each competition will switch between two different types:

1. The goal is to catch the biggest fish in a 10 minute period, where the top 3 are given rewards.
2. The goal is to catch a specific species of fish, where only the first person is rewarded and there is a 60 minute timeframe for someone to catch the fish.


---

# 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://wiki.lemoncloud.org/server-features/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.
