# Notifications

Notifications provide an overview of available rewards for claiming.\
Notifications can be turned off/on by the player in their settings (if they have permission to do so). Rewards can also be turned on or off by default (i.e. after the 1st player connection) in the **config.yml** by the following properties:

`join-notification-by-default` \[true/false]\
`live-notification-by-default` \[true/false]

Notifications can be binded to any command, playsound for the player and set delay. All this in **config.yml.**\
\
There are currently 2 types of notifications available

## Join Notification

When joining, the player receives a list of all the rewards he can select.

## Live Notifications

These notifications are sent to the player as soon as the reward is marked as available, e.g. when the reward cooldown expires, the player collects enough votes, plays the required playtime, etc.


---

# 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://ultimaterewards.athelion.eu/configuration/rewards/reward-features/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.
