# Systems

- [Translation](https://wiki.mypet-plugin.de/systems/translation.md)
- [Leash Flags / Requirements](https://wiki.mypet-plugin.de/systems/leashflag.md): Leash Flags are the requirements that a mob needs to meet in order to become a pet.
- [Skilltrees](https://wiki.mypet-plugin.de/systems/skilltrees.md): Skilltrees are the way to specify when which pet will unlock/upgrade which abilities.
- [Skilltree Requirements](https://wiki.mypet-plugin.de/systems/skilltrees/skilltree-requirements.md): Skilltree requirements are used to limit skilltrees to pets that meet certain conditions.
- [SkilltreeCreator - Tool](https://wiki.mypet-plugin.de/systems/skilltrees/skilltreecreator.md): The SkilltreeCreator is a tool with which you can create skilltrees for pet quickly, easily and without experience.
- [Experience](https://wiki.mypet-plugin.de/systems/experience.md)
- [Experience-Script](https://wiki.mypet-plugin.de/systems/experience/expjs.md)
- [Pet Storage](https://wiki.mypet-plugin.de/systems/storage.md): The MyPet storage is way to have more than one MyPet.
- [Hunger-System](https://wiki.mypet-plugin.de/systems/hungersystem.md)
- [World Groups](https://wiki.mypet-plugin.de/systems/multiworld.md)
- [Auto Updater](https://wiki.mypet-plugin.de/systems/updater.md): This page describes the automatic plugin updater functionality and what you need to know to use it.


---

# 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://wiki.mypet-plugin.de/systems.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.
