> For the complete documentation index, see [llms.txt](https://wiki.mypet-plugin.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.mypet-plugin.com/setup-guide/skilltree-creation/what-are-skilltrees.md).

# What are Skilltrees?

Skilltrees are the way to specify when which pet will unlock/upgrade specified abilities.

The Skilltree mechanism is a feature that allows Pets to learn Skills as they level up. You can think of Skilltrees like player classes (Archer, Swordsman, Wizard, etc.) but for Pets.

MyPet 4 ships with [124 default skilltrees](/setup-guide/skilltree-creation/default-skilltrees.md) arranged as a two-tier "Ascension Ladder". They are ordinary skilltrees built with the features described on these pages - fully customizable, and the ascension design itself is optional.

{% content-ref url="/pages/2OSryvXVHkoJgxl8faaI" %}
[Default Skilltrees](/setup-guide/skilltree-creation/default-skilltrees.md)
{% endcontent-ref %}

### Skilltrees (.st.json)

This is a skilltree file. Every skilltree has its own file, which must be in proper json format and placed in the `plugins/MyPet/skilltrees` directory in your Minecraft server.

### Skills

[Skills](/setup-guide/skilltree-creation/creating-custom-skilltrees/skills.md) are the abilities that Pets gain as they level up. Any ability has its own custom option that can be set in the skilltrees.

### Upgrades

An upgrade will change the settings of a skill. It can add a row to the inventory or add more damage.\
Every upgrade is applied on a level rule that determines when it will be applied.\
An upgrade can be applied on fixed levels or on repeating schedules like every 3 levels.

### Inheritance

Skilltrees are capable of inheritance which means if **skilltree** `a` inherits from **skilltree** `b`, **skilltree** `a` will have all the upgrades from **skilltree** `b` in addition its own upgrades.


---

# 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://wiki.mypet-plugin.com/setup-guide/skilltree-creation/what-are-skilltrees.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.
