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

# Frenzy Totems

## ![:frenzy\_totem:](https://cdn.discordapp.com/emojis/1452104943191195875.webp?size=56) Frenzy Totems

Each catch grants ![:frenzy\_points:](https://cdn.discordapp.com/emojis/1452104944667594926.webp?size=56)**5 Frenzy Points** for your current area. At **1000 points**, you receive a ![:frenzy\_totem:](https://cdn.discordapp.com/emojis/1452104943191195875.webp?size=56)**Frenzy Totem** in your Fishing Bag. Activating it triggers a **Fish Frenzy**, rapidly spawning powerful Frenzy Hotspots nearby (visible only to you). Each catch consumes a certain amount of ![:frenzy\_points:](https://cdn.discordapp.com/emojis/1452104944667594926.webp?size=56)**Frenzy Points** - and when you run out, the frenzy ends.


---

# 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/frenzy-totems.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.
