# Fishes

### Any .yml file

### Example fish

```yaml
tuna:
   enabled: true
   permission: tuna
   model_id: 37
   name: '&fTuna'
   events:
      eat:     #special event only called by food items, called when
               #user eats the item
         restore_food: 4 #amount of food to restore when player eat
      fishing: #special event called when you fish
         drop_this_item: #drop the tuna
            chance: 20 #chances of getting the tuna dropped
```


---

# 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://lonedev.gitbook.io/itemsadder/specific-items/fishes.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.
