> 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/creating-custom-skilltrees/notifications.md).

# Notifications

<figure><img src="https://2973673588-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FbDDqqkbXYyKdy88rOP6U%2Fuploads%2Fgit-blob-954015e51a7723cd541b90f6f8d4dffcba2e577d%2FSkilltree%20Notifications.png?alt=media" alt="" width="563"><figcaption></figcaption></figure>

The `Notifications` section of the [Configurator's](/setup-guide/skilltree-creation/creating-custom-skilltrees.md) Inspector allows you to configure notifications sent to the player when a pet reaches certain levels.

Click the `+ Add Notification` button to add a new notification. This will show a popup in which you can choose between `fixed` and `dynamic` level-notifications.

`Fixed` notifications will be sent on fixed levels like 5 or 1, 3, 5, and 7.

`Dynamic` notifications will be sent over a certain range of levels, for example every 2 levels like 2, 4, 6, 8, 10, ... or 1, 3, 5, 7, 9, etc.

From here you can configure the message that will be sent. The Message generator allows you to select colors and formatting to be included, and has a Minecraft-style preview that gives you an idea of how your notification will appear in-game.


---

# 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/creating-custom-skilltrees/notifications.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.
