> For the complete documentation index, see [llms.txt](https://pyrotempus.gitbook.io/pyro-plugins/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pyrotempus.gitbook.io/pyro-plugins/pyrofishingpro/features/gutting.md).

# Gutting

## What is Fish Gutting?

'Gutting' is the concept of taking fish and gutting them for additional **Entropy**. You will earn less Entropy from gutting than from actually catching fish - but this will allow you to boost your entropy game in case you are in need of extra entropy.

Currently - the only thing you can earn from gutting is **Entropy**. You cannot earn any additional items, nor can you undo the process once you have gutted these fish.

## How do I gut my fish?

Gutting fish is super simple and easy!

1. Just do <mark style="color:green;">/fish gut</mark> in game, or <mark style="color:green;">/fish menu -> Gutting Station</mark>
2. Drag and drop your fish into the menu.
3. Close the menu to gut your fish.

<figure><img src="/files/imkZ97St4Iz4DRqpz1gr" alt=""><figcaption><p>Gutting Menu</p></figcaption></figure>

## How can I boost my income from gutting fish?

There are currently two main ways to boost your income from gutting fish.

* [<mark style="color:red;">Precision Cutting</mark>](/pyro-plugins/pyrofishingpro/features/augments/augments-list.md#preceision-cutting) Fishing Augment
* <mark style="color:green;">Better Gutting</mark> Fish Skills

These two boosters **do not** stack together, but work independently based on the base income from gutting the fish.&#x20;

## Screenshots

<figure><img src="/files/F3slylJvCSX0rdO6Oja1" alt=""><figcaption><p>Precision Cutting Fishing Augment</p></figcaption></figure>

<figure><img src="/files/8c810IYBW3IgYvfdtoeH" alt=""><figcaption><p>Better Gutting Fish SKill</p></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://pyrotempus.gitbook.io/pyro-plugins/pyrofishingpro/features/gutting.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.
