> For the complete documentation index, see [llms.txt](https://docs.onlymonster.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.onlymonster.ai/members-features/real-time-alerts.md).

# Real-Time Alerts

By enabling these notifications, you can prioritize your time and focus on the fans who are active, ensuring that you make the most of your opportunities for communication and connection.

<div data-full-width="false"><figure><img src="https://downloads.intercomcdn.com/i/o/ksh6br93/1240370105/e74e78e6f292295a7604162a0eb0/realtimealerts1.png?expires=1732428000&#x26;signature=7006cf83bcd58d313b4de50c5625df359d46c7a63f5ccabb97462572aff95f4d&#x26;req=dSIjFsp5nYBfXPMW3nq%2BgUmEfAbl6tUKzwmDT1Dm7kgDQOd7P9JdTToVRJ7k%0Aiq63%2BZwFs8guMgkucU11h4HK194%3D%0A" alt=""><figcaption><p><em>Online Fan Alert</em></p></figcaption></figure></div>

Currently, we provide alerts for every fan coming online, but you can easily disable this feature.

Additionally, you can enable **notifications for specific fans** of your choosing for a more personalized experience.

<figure><img src="/files/IjI5dRiPk1dXcWx00HBo" alt="" width="563"><figcaption><p><em>Real-Time Alerts Enabling/Muting</em></p></figcaption></figure>

{% hint style="info" %}
**This feature is an essential tool for members, helping them stay on top of their interactions and maximize their efficiency during shifts.**
{% 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.onlymonster.ai/members-features/real-time-alerts.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.
