# 🦊 Pet Types

Here is a list of all entity types supported by **CombatPets** to be used as custom player pets.

| Entity Type      | Identifier         |
| ---------------- | ------------------ |
| Allay            | `allay`            |
| Axolotl          | `axolotl`          |
| Armadillo        | `armadillo`        |
| Bee              | `bee`              |
| Blaze            | `blaze`            |
| Bogged           | `bogged`           |
| Breeze           | `breeze`           |
| Cat              | `cat`              |
| Cave Spider      | `cave_spider`      |
| Chicken          | `chicken`          |
| Cow              | `cow`              |
| Creeper          | `creeper`          |
| Creaking         | `creaking`         |
| Donkey           | `donkey`           |
| Drowned          | `drowned`          |
| Enderman         | `enderman`         |
| Endermite        | `endermite`        |
| Evoker           | `evoker`           |
| Fox              | `fox`              |
| Frog             | `frog`             |
| Ghast            | `ghast`            |
| Goat             | `goat`             |
| Hoglin           | `hoglin`           |
| Horse            | `horse`            |
| Husk             | `husk`             |
| Illusioner       | `illusioner`       |
| Iron Golem       | `iron_golem`       |
| Llama            | `llama`            |
| Magma Cube       | `magma_cube`       |
| Mooshroom        | `mushroom_cow`     |
| Mule             | `mule`             |
| Ocelot           | `ocelot`           |
| Panda            | `panda`            |
| Phantom          | `phantom`          |
| Pig              | `pig`              |
| Piglin           | `piglin`           |
| Piglin Brute     | `piglin_brute`     |
| Pillager         | `pillager`         |
| Polar Bear       | `polar_bear`       |
| Rabbit           | `rabbit`           |
| Ravager          | `ravager`          |
| Sheep            | `sheep`            |
| Silverfish       | `silverfish`       |
| Skeleton         | `skeleton`         |
| Skeleton Horse   | `skeleton_horse`   |
| Slime            | `slime`            |
| Sniffer          | `sniffer`          |
| Snow Golem       | `snowman`          |
| Spider           | `spider`           |
| Stray            | `stray`            |
| Trader Llama     | `trader_llama`     |
| Turtle           | `turtle`           |
| Vex              | `vex`              |
| Villager         | `villager`         |
| Vindicator       | `vindicator`       |
| Wandering Trader | `wandering_trader` |
| Warden           | `warden`           |
| Witch            | `witch`            |
| Wither           | `wither`           |
| Wither Skeleton  | `wither_skeleton`  |
| Wolf             | `wolf`             |
| Zoglin           | `zoglin`           |
| Zombie           | `zombie`           |
| Zombie Horse     | `zombie_horse`     |
| Zombie Villager  | `zombie_villager`  |
| Zombified Piglin | `zombified_piglin` |


---

# 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://nightexpress.gitbook.io/combatpets/features/pet-types.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.
