> For the complete documentation index, see [llms.txt](https://docs.kawaii.global/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.kawaii.global/game-play/fishing-island/game-items/rod-perk-and-upgrade-system.md).

# Rod, Perk & Upgrade system

<figure><img src="https://lh5.googleusercontent.com/eTzqNFKXUTvDm9ditgJoCPB_z82J2cGWD8ceYvvdwQhUFwLf9BoubevkTLPgQ0TxpgPlFkqtIxIJS3dno0OUT35UcuNU2U9jgM945DbYW8NHERgcniDrStGdlpzicPsi13zdgcvC0r6dcblKZC98DXJDVuEhst4gmJMiO0QK25sRs7rfkRijbTE6uw" alt=""><figcaption></figcaption></figure>

Differ from Fish and Bait, in the first version there is only 1 type of Rod, the event and NFT rods will come in later updates. But don’t be disappointed because this rod could be upgraded from 1-star to 7-stars with many perks accompanying each level. Players can purchase Rod packages at the ingame marketplace with Gem. For detailed perks and upgrade system, let take a look at the table below:

<figure><img src="https://lh5.googleusercontent.com/EsFchVOPRQ4F3jhebQ0_OSXfZlX6jFRn_B38IFPv4NfuygAgtGsG2MLGAoe02OrMakXdC9Bf3GX3TV2ctlAkjWAVL1D0qhoHiis-gdw07Zxg4T-fopmj-QhOBTbxKlZZhBOyA7fZkNXRhYU87aNInUYTZjscNarl7UJhZ97pdMtuZb7MfOXGXhxTZw" alt=""><figcaption></figcaption></figure>

Each time a rod is upgraded, besides unlocking a new perk, the existing perks' stat will also raise to a certain number.

<figure><img src="/files/Q5l4FyfcZBdaRfVBssbM" alt=""><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://docs.kawaii.global/game-play/fishing-island/game-items/rod-perk-and-upgrade-system.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.
