# Pets

The aqautic pets are another significant element in the game. Each pet in the game has its own requriements that should be met to keep them alive and well fed.

Besides, these pets also has a varying degree of attributes that determines their value in the game.

All attributes are further divided among a broadef category based on their occurance, ranging from most common to rarest.

<table><thead><tr><th width="494.58753241802066">Attributes</th><th>Occurance</th></tr></thead><tbody><tr><td>Background</td><td>100</td></tr><tr><td>Body</td><td>100</td></tr><tr><td>Eyes</td><td>50</td></tr><tr><td>Lower-body</td><td>100</td></tr><tr><td>Accessories</td><td>200</td></tr></tbody></table>


---

# 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://aqua-tank.gitbook.io/product-docs/fundamentals/pets.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.
