# 💎 Accessories

## About

**Accessories** is a simple feature that allows players to slightly change visuals of their pets in vanilla bounds, such as **cat types**, **sheep colors**, **horse styles**, and so on.

To apply an accessory on a pet, you need to **right click** it with an **accessory item** in your hand.

Accessory items can be obtained using the plugin [Commands](/combatpets/general/commands.md).

Global accessory settings located in the `accessories.yml` config file.

## Accessories List

More accessory types will be added soon!

| Type            | Description                | Applies to          |
| --------------- | -------------------------- | ------------------- |
| **Age**         | Sets pet to adult or baby. | Animals and Zombies |
| **Size**        | Changes pet size.          | Slimes and Phantoms |
| **Fox Type**    | Changes fox type.          | Foxes               |
| **Llama Color** | Changes llama color.       | Llamas              |
| **Sheep Color** | Changes sheep color.       | Sheeps              |
| **Horse Style** | Changes horse style.       | Horses              |
| **Horse Color** | Changes horse color.       | Hors                |

## Setup Tips

### Toggle Feature

To enable or disable the **Accessories** feature, go to the `config.yml` and set `Features` -> `Accessories` on `false` or `true`


---

# 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/accessories.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.
