# Notifications

Notifications serve as a shared system that integrates seamlessly with multiple features, including Rewards, Leaderboards, Catalogs, Progressions, and Triggers. Acting as a central hub, Notifications track and communicate important player-related updates to the game, ensuring players stay informed about significant events and changes.

The system operates as a queue, where messages are stored until the game acknowledges them (marks them as read). This approach guarantees that no important information is missed, even if a player is offline when a notification is generated. Games can periodically check for new notifications and decide how and when to display them based on the player experience design.

{% hint style="info" %}
Unlike mobile push notifications that push messages directly to a player's device, LootLocker's Notifications are delivered to the game. This gives developers full control over how and when to present information to the player.
{% endhint %}

## Use Cases

* Fetching a daily login reward
* Get a level up reward
* List a recently purchased item

## How To

* [List and mark a notification as read in game](/shared-systems/notifications/how-to/list-notifications-mark-read.md)


---

# 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.lootlocker.com/shared-systems/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.
