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

# Introduction

## Introduction

Cast a line into the waters of Lo'Ai and see what bites! **Fishing** is a full custom fishing overhaul built on top of vanilla fishing, adding its own rods setup, tackle (Hooks & Baits), a fish species Journal, a rotating Tackle Shop, Leaderboards, and its own Fishing Level progression.

{% hint style="info" %}
Fishing uses your **normal vanilla fishing rod**. There is no special "fishing rod" item to obtain - what makes Fishing different is the **tackle** (Hooks and Baits) you equip to it.
{% endhint %}

{% hint style="warning" %}
Fishing rods do not currently work with enchantments. We have something planned for the future with enchanting your fishing rods, but for now, any enchantment on a rod when using custom fishing has no affect.
{% endhint %}

***

### Core Concepts

<table data-view="cards"><thead><tr><th>Guide</th><th data-card-target data-type="content-ref">Description</th></tr></thead><tbody><tr><td>How to Get Fishing</td><td><a href="/spaces/kDhjqcTDxLyJjpmZNG4V/pages/3u5g6jo5TyxVRlbbRj6U">/spaces/kDhjqcTDxLyJjpmZNG4V/pages/3u5g6jo5TyxVRlbbRj6U</a></td></tr><tr><td>Hooks</td><td><a href="/spaces/kDhjqcTDxLyJjpmZNG4V/pages/JmAidh9LZNiWbr3d0quY">/spaces/kDhjqcTDxLyJjpmZNG4V/pages/JmAidh9LZNiWbr3d0quY</a></td></tr><tr><td>Baits</td><td><a href="/spaces/kDhjqcTDxLyJjpmZNG4V/pages/3EFKSZupi6Gm12eelBFf">/spaces/kDhjqcTDxLyJjpmZNG4V/pages/3EFKSZupi6Gm12eelBFf</a></td></tr><tr><td>Shop</td><td><a href="/spaces/kDhjqcTDxLyJjpmZNG4V/pages/MEdMIisvRLVnv6vbZ7ZP">/spaces/kDhjqcTDxLyJjpmZNG4V/pages/MEdMIisvRLVnv6vbZ7ZP</a></td></tr><tr><td>Journal</td><td><a href="/spaces/kDhjqcTDxLyJjpmZNG4V/pages/LAnOl1nDYhqQmIAi93Jb">/spaces/kDhjqcTDxLyJjpmZNG4V/pages/LAnOl1nDYhqQmIAi93Jb</a></td></tr><tr><td>Leaderboard</td><td><a href="/spaces/kDhjqcTDxLyJjpmZNG4V/pages/zIG56V4QVY2mDgSuK5AA">/spaces/kDhjqcTDxLyJjpmZNG4V/pages/zIG56V4QVY2mDgSuK5AA</a></td></tr><tr><td>Levelling</td><td><a href="/spaces/kDhjqcTDxLyJjpmZNG4V/pages/u07jR5izqPPcA58MAzTm">/spaces/kDhjqcTDxLyJjpmZNG4V/pages/u07jR5izqPPcA58MAzTm</a></td></tr></tbody></table>

***

### The Basic Loop

1. Cast your fishing rod into any body of water.
2. Fish up a **Rusty Hook** from the vanilla loot pool.
3. Equip the Hook, and later Bait, to your rod using **Crouch + Right-Click** while your rod is cast.
4. Cast again. Now you're fishing the custom way! Wait for a bite, then reel it in.
5. Catch fish, gain Fishing XP, sell your catch, and reinvest in better tackle from the Shop.

See [How to Get Fishing](/features/fishing/how-to-get-fishing.md) for the full walkthrough.

***

### Command Overview

All Fishing features are accessed through the `/fish` command and its subcommands:

<table><thead><tr><th width="188">Command</th><th>Opens</th></tr></thead><tbody><tr><td><code>/fish journal</code></td><td>Fish Journal - your species catalogue</td></tr><tr><td><code>/fish shop</code></td><td>Tackle Shop - buy Hooks and Baits</td></tr><tr><td><code>/fish leaderboard</code></td><td>Fishing Leaderboards</td></tr><tr><td><code>/fish sell</code></td><td>Sell all the fish in your inventory</td></tr></tbody></table>

***

### FAQ

<details>

<summary>Do I need a special fishing rod?</summary>

No. Fishing works with your regular vanilla fishing rod. All the custom behavior comes from the Hook and Bait you attach to it.

</details>

<details>

<summary>Can I still fish normally without any Hook equipped?</summary>

Yes, casting without any custom Hook equipped behaves like vanilla fishing until you fish up and equip a Rusty Hook.

</details>

<details>

<summary>Where do I sell my fish?</summary>

Use `/fish sell` to sell every fish currently in your inventory at once for their listed value.

</details>


---

# 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.cobblemonislands.com/features/fishing/introduction.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.
