# Live Stats Notifications

These notifications are made to give a live notification whenever a user is directed to your tweet by clicking "SMASH IT" within the WebApp.

<figure><img src="https://2456237623-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F71bSnUx7MY0jmpYta6VG%2Fuploads%2FBLsAm3r9m09tkphqkjXe%2FBildschirmfoto%202024-01-22%20um%2014.10.15.png?alt=media&#x26;token=26bc0350-edde-4803-b030-d0def2d4f930" alt="" width="375"><figcaption><p>Live Stats Notification</p></figcaption></figure>

The notification contains the following data:

* Direct link to ongoing raid message
* Telegram username of interacting user
* Target counter\
  (Done / Target)

The bot will only keep the last live stats message and replaces them whenever a new one flies in. So it won´t spam the chat too much.

1. Bring up settings menu according to ["Access Settings UI"](https://docs.raidsharksbot.com/raid-settings/access-settings-ui).
2. Turn Live Stats ON or OFF using the toggle switch

{% hint style="info" %}
It is highly recommended to keep this option turned ON. Live notifications are very engaging and will make more people join your raids.
{% 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.raidsharksbot.com/raid-settings/live-stats-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.
