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

# Levelling

## Levelling

Every catch builds toward your **Fishing Level**, from 1 to **100**. Higher levels unlock stronger Hooks and Baits. They also feed into your Angler Profile and Leaderboard standing.

### Earning Fishing XP

| Source                                  | XP      |
| --------------------------------------- | ------- |
| Catching a Fish                         | 5–15 XP |
| Reeling in a wild Pokémon while fishing | 5–15 XP |

{% hint style="success" %}
Equip **Angler's Knowledge Bait** for a **1.5×** multiplier on Fishing XP. See [Baits](/features/fishing/baits.md).
{% endhint %}

### Angler Profile

Open **Rod Setup** by casting your rod, then using **Crouch + Right-Click**. Select **Angler Profile** to view:

* Your Fishing Level, total XP, and next-level progress.
* Species discovered, total catches, and your heaviest catch.
* Your [Leaderboard](/features/fishing/leaderboard.md) ranks.

### Level Gates

Fishing Level determines which tackle you can equip. Check **Lvl. Req.** on [Hooks](/features/fishing/hooks.md) and [Baits](/features/fishing/baits.md).

The highest current tackle requirement is **Level 25**. Higher levels represent Angler Profile and Leaderboard progress.

### FAQ

<details>

<summary>What's the fastest way to level up?</summary>

Mostly everything gives similar XP amounts, however, you can equip Angler's Knowledge Bait for its 1.5× XP multiplier.

</details>

<details>

<summary>Is there a benefit to reaching Level 100?</summary>

Current tackle requirements end at Level 25. Higher levels show dedication and leave room for future tackle.

</details>

<details>

<summary>Does catching a Pokémon give the same XP as catching a Fish?</summary>

Yes. Both award 5–15 Fishing XP before any Bait multiplier.

</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/levelling.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.
