> For the complete documentation index, see [llms.txt](https://whitepaper.voxies.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.voxies.io/gameplay/companion-pets.md).

# Companion Pets

In addition to representing a fun collectible challenge for players in Voxie Tactics, companion pets also provide benefits to gameplay, both in Exploration mode and also during battles.

There are currently 20 companion pets in Voxie Tactics. These can be acquired in two different ways: first, by having a pet directly attached to a Voxie NFT character; or second, by finding pets directly in Voxie Tactics during gameplay.&#x20;

{% hint style="info" %}
Note: There are some exceptional pets in addition to the standard 20, such as the special edition Giraffe Pet or the Golden Pet reward for collecting all pets in the game.
{% endhint %}

![Panda pet companion](/files/xDhhcyhERo3HNLUrHJA0)

Each companion pet will have one unique exploration ability and one unique in-battle ability to assist the player in a variety of circumstances. You can read about all the different pets on the Voxies website: <https://voxies.io/pets/>

![Piglet companion following their Voxie](/files/x9oC1b961LkipBk9AImO)

Each Voxie can take a companion into battle with them, assuming the player has acquired enough companion pets for all Voxies in the party. Companion pets are limited to the number of characters in a battle; meaning that if there are 3 party members in a battle, each of them can equip a single companion pet to aid them.

![Equipping Companion Pets to Voxies in the Party Roster screen](/files/LlTXyTH1NHPB1WeD3ZnJ)

Every companion pet acquired by the player can be used by any Voxie in the party roster menu, and must be assigned ahead of battle.  Players will not need to include the Voxie NFT that contains the companion itself in the party during a battle to utilize a specific companion. The companion pet simply needs to be equipped ahead of the fight to another character that will be used in battle.

{% hint style="info" %}
Note: Unlike equipment, Voxies cannot change their companion pets in the middle of a battle. Whichever pet a Voxie decided to take with them into battle must remain with them for the full battle.
{% endhint %}


---

# 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://whitepaper.voxies.io/gameplay/companion-pets.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.
