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

# Fishing Level

Fishing Level is increased by earning ![:trophy\_diamond:](https://cdn.discordapp.com/emojis/1452106581784137830.webp?size=56)**Angler Trophies**, which are awarded the first time you catch a [Trophy Fish](/features/fishing/catches/trophy-fish.md) of a given size, and by completing Research Tasks.

New [Fishing Areas](/features/fishing/fishing-areas.md) and [Perk Upgrades](/features/fishing/perks.md) become available as your **Fishing Level** is increased.

{% hint style="success" %}
Access the Fishing Progress menu by pressing **shift + right click** while holding your Apex Rod
{% endhint %}

## ![:research\_blue:](https://cdn.discordapp.com/emojis/1452106795475669012.webp?size=56) Research Tasks

The Fishing Progress menu includes **six Research Tasks: Lucky, Wise, Treasure, Charm, Luster, and Fortune**. Progress is earned from certain catch types, and higher research tiers unlock higher tiers of related perks. Completing each research tier also awards ![:trophy\_diamond:](https://cdn.discordapp.com/emojis/1452106581784137830.webp?size=56)**10 Angler Trophies**, which count towards your Fishing Level.

<figure><img src="/files/hJvJQsFm56PGCZlzhzyk" alt="" width="358"><figcaption></figcaption></figure>


---

# 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.apexcobblemon.com/features/fishing/fishing-level.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.
