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