> For the complete documentation index, see [llms.txt](https://docs.pett.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pett.ai/overview/game-notifications.md).

# Game Notifications

### 📢 **Triggers**

***

Notifications in Pett.ai are activated when certain conditions and criteria are met. Below are the main triggers that cause a notification to be sent:

1. ⬇️ **Low Stats:** Notifications are sent when any of the following stats fall below a predefined threshold, which is set at $$35$$ points:
   * 🍔 **Hunger**: Indicates a need for feeding.
   * ❤️ **Health**: Highlights health-related concerns.
   * 🧼 **Cleanliness**: Signals the necessity of grooming.
   * 🔋 **Energy**: Indicates low energy levels.
   * 😀 **Happiness**: Suggests the need for emotional attention.<br>
2. ↔ **Multiple Low Stats: If 3 or more stats simultaneously** fall below the threshold of $$35$$ points, a special notification, is triggered. This notification addresses the collective state of your PettBro’s health.<br>
3. 🪽 **Heaven State:** The Heaven State notification will inform you that your PettBro has passed away but will provide you with an option to revive them if you choose to.

### 🕐 **Timing**

***

The timing of PettBro notifications is designed to ensure that players receive timely alerts without overwhelming them.

{% hint style="warning" %}
⏳ **Interval Check**

\
To prevent excessive notifications, PettBro employs an interval check. If a notification has been sent to a user within the last **4 hours**, no additional notifications are triggered during this period.&#x20;
{% endhint %}


---

# 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://docs.pett.ai/overview/game-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.
