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

# Leaderboard

## Leaderboard

See how you stack up against the server's other anglers. Open the Fishing Leaderboards with:

```
/fish leaderboard
```

***

### Metrics

The Leaderboard tracks two metrics:

| Metric               | Description                               |
| -------------------- | ----------------------------------------- |
| **Most Fish Caught** | Total number of fish caught.              |
| **Heaviest Fish**    | The single heaviest fish weight recorded. |

Each metric has separate boards for:

* **This Week**
* **This Month**
* **All Time**

***

### Records

A new personal-best catch weight triggers a **personal best** message. This is for each individual fish, so the bigger the fish, the more respected you will be!

***

### Angler Profile

The **Angler Profile** button in Rod Setup provides a quick standing summary. It shows your top ranks across metrics and periods, level, species discovered, total catches, and heaviest catch.

See [Levelling](/features/fishing/levelling.md) for Angler Profile details.

***

### FAQ

<details>

<summary>Why isn't my catch showing up on the Leaderboard yet?</summary>

Leaderboard data is cached and refreshes periodically. A new catch can take a short time to appear.

</details>

<details>

<summary>What happens if I'm not in the Top 10?</summary>

Your rank and value still appear at the bottom of the board. Use them to track progress toward the top 10.

</details>

<details>

<summary>Does the Leaderboard ever reset?</summary>

Weekly and Monthly boards track their rolling periods. The All Time board never resets.

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