> For the complete documentation index, see [llms.txt](https://docs.lsports.eu/u/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.lsports.eu/u/coverage-hub/notifications.md).

# Notifications

The Coverage Hub Notification Center gives you real-time visibility into coverage changes across the LSports platform, delivered directly in the Coverage Hub UI. Notifications are organized into two tabs: **Markets** and **Providers**.

***

## Overview

Notifications keep you informed automatically. When coverage changes, you see it.

The Notification Center is split into two tabs:

* **Markets** — changes to market coverage: new markets, market expansions, and settlement support
* **Providers** — changes to provider status: providers being activated or deactivated

Notifications are batched and delivered once per hour.

***

## Getting Started

On your first visit to the Notification Center, a one-time registration popup appears before you access the feed.

**To register:**

1. Navigate to **Notification Center** in the Coverage Hub sidebar
2. Under **In-app notifications**, toggle on the notification types you want to receive:
   * **Markets**
   * **Settlements**
   * **Providers**
3. Click **Register**

You only receive notifications from your registration date onwards. There is no backfill of earlier coverage changes.

> If you click **Maybe later**, the popup is permanently dismissed. You can configure your preferences at any time from the **Delivery Methods** tab.

***

## Markets Notifications

The **Markets** tab tracks changes to market coverage across providers.

<figure><img src="/files/PuxfSHcS3znvdcqy7Wmx" alt="Markets notifications tab"><figcaption><p>The Markets tab in the Notification Center</p></figcaption></figure>

| Type                     | What It Means                                                                         |
| ------------------------ | ------------------------------------------------------------------------------------- |
| **New Market**           | A market not previously available on the platform has been added by a provider        |
| **Market Expansion**     | An existing market is now supported by an additional provider                         |
| **Settlement Supported** | A market that previously had no settlement logic now has confirmed settlement support |

Each Markets notification includes:

| Field                    | Description                                           |
| ------------------------ | ----------------------------------------------------- |
| **Timestamp**            | When the change was detected                          |
| **Type**                 | New Market, Market Expansion, or Settlement Supported |
| **Provider**             | Provider name and ID                                  |
| **Sport**                | Sport the market belongs to                           |
| **Market Category**      | Category of the market                                |
| **Market**               | Market name and ID                                    |
| **Market Type**          | PreMatch, InPlay, or both                             |
| **Settlement Supported** | Checkmark if settlement is confirmed                  |

You can filter the Markets tab by **Type**, **Provider**, **Market**, and **Sport**.

***

## Providers Notifications

The **Providers** tab tracks changes to provider availability.

<figure><img src="/files/NAA6gjk6y25GzNQDilPO" alt="Providers notifications tab"><figcaption><p>The Providers tab in the Notification Center</p></figcaption></figure>

| Type            | What It Means                                     |
| --------------- | ------------------------------------------------- |
| **Activated**   | A provider has become available on the platform   |
| **Deactivated** | A provider is no longer available on the platform |

Each Providers notification includes:

| Field           | Description                  |
| --------------- | ---------------------------- |
| **Timestamp**   | When the change was detected |
| **Type**        | Activated or Deactivated     |
| **Provider**    | Provider name and ID         |
| **Market Type** | PreMatch, InPlay, or both    |

You can filter the Providers tab by **Type**, **Provider**, and **Market Type**.

***

## Managing Notifications

### Sidebar Indicator

A dot appears on the Coverage Hub sidebar next to Notification Center when you have unread notifications. It clears only when all notifications are marked as read.

### Read / Unread

Opening the Notification Center does not automatically mark notifications as read. Mark them manually using the bulk action controls or per-notification options.

***

## Notification History

* Notifications are visible from your registration date onwards
* Notifications are retained for a defined period and expire automatically
* Turning off all notification toggles stops new notifications from arriving, but existing notifications remain visible until they expire

***

## Related

* [Coverage Hub](/u/coverage-hub/coverage-hub.md) — Overview
* [Markets](/u/coverage-hub/markets.md) — Market coverage by provider
* [Settlements](/u/coverage-hub/settlements.md) — Settlement availability by market


---

# 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:

```
GET https://docs.lsports.eu/u/coverage-hub/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.
