# Fish Evaluator

Based on default configurations there is a 30% chance to catch a fish that has its class and weight not known by default. It is up to the admins to decide how they want to use this feature. Optional use is to have it set as 100% so each fish needs to be evaluated or make it 0% so it's always known what goods the players have caught.

<figure><img src="/files/RSDTuPMvMnzjQ4r0yNyR" alt=""><figcaption><p>config.yml</p></figcaption></figure>

<figure><img src="/files/0Pc39adTSSGUHQr1sGAx" alt=""><figcaption><p>Unknown Values of the caught fish</p></figcaption></figure>

The idea of unknown values brings in a bit of gambling mechanism to the plugin, where as ultra rare fish with unknown rarity and weight could be sold off on auction house for other people try and get the rarest type possible.

There are currently 2 Evaluator menus. One that utilizes primarily the GUI mechanics and one custom textured Evaluator menu. To choose between the two menus simply set either true (uses custom menu) or false (uses gui menu) in the config.yml. To access the evaluator menu, write **/Evaluator**

<figure><img src="/files/b6IY5pZQPedxMDhpaan4" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/Me9qpLKaRs07dJ0dsMB1" alt=""><figcaption><p>Custom Textured Evaluator Menu</p></figcaption></figure>

<figure><img src="/files/ozOwTKWxZ9EQ3Wutzlti" alt=""><figcaption><p>Default Evaluator Menu</p></figcaption></figure>


---

# Agent Instructions: 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:

```
GET https://pm2plugins.gitbook.io/infinitefishing/features/fish-evaluator.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
