# 🔥 Pet features

Here you will find features related to pets, including how to order them actions, tame them, create various skin visuals, and advanced MythicMobs features.

Learn about the various features of the living pets.

{% content-ref url="pet-features/living-pet" %}
[living-pet](https://mcpets.gitbook.io/mcpets/tutorials/pet-features/living-pet)
{% endcontent-ref %}

Learn how to create mounts.

{% content-ref url="pet-features/pet-mount" %}
[pet-mount](https://mcpets.gitbook.io/mcpets/tutorials/pet-features/pet-mount)
{% endcontent-ref %}

Learn how to give orders to your pet with the signal stick.

{% content-ref url="pet-features/signal-stick" %}
[signal-stick](https://mcpets.gitbook.io/mcpets/tutorials/pet-features/signal-stick)
{% endcontent-ref %}

Learn how to store items in your pet's inventory.

{% content-ref url="pet-features/pet-inventory" %}
[pet-inventory](https://mcpets.gitbook.io/mcpets/tutorials/pet-features/pet-inventory)
{% endcontent-ref %}

Learn how to implement visual variations of your pet with skins.

{% content-ref url="pet-features/skins" %}
[skins](https://mcpets.gitbook.io/mcpets/tutorials/pet-features/skins)
{% endcontent-ref %}

Learn more about the MythicMobs included mechanics, placeholders, etc...

{% content-ref url="mythicmobs-features" %}
[mythicmobs-features](https://mcpets.gitbook.io/mcpets/tutorials/mythicmobs-features)
{% endcontent-ref %}


---

# 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://mcpets.gitbook.io/mcpets/tutorials/pet-features.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.
