# Notification Center

## Introduction

The notification center functions as the control panel for all KyberSwap notifications. In addition to having a view of all notifications within a single page, the notification centre allows users to subscribe to multiple [notification types](/kyberswap-solutions/kyberswap-interface/notifications.md#types-of-notifications), configure notification thresholds, and redirect notifications to their [preferred channels](/kyberswap-solutions/kyberswap-interface/notifications.md#notification-channels).

## Notification quick view

The KyberSwap Interface enables users to conveniently peek the latest notifications for their connected account via the UI. Users of the KyberSwap UI will be notified via the bell icon for any KyberSwap related notifications, be it for customized alerts which are delivered via "My inbox" or KyberSwap updates which are delivered via "General".

<figure><img src="/files/znGLP0mL0neiQ8oxZJJm" alt=""><figcaption><p>Notification quick view</p></figcaption></figure>

## Access the notification center

The notification centre can be accessed on all devices via the [KyberSwap Interface](/kyberswap-solutions/kyberswap-interface.md). Users can open the notification centre control panel by selecting the "Notification Center" under the settings tab in the top right of the [KyberSwap UI](https://kyberswap.com/swap/). Alternatively, it can be accessed directly via <https://kyberswap.com/swap/notification-center>.

<figure><img src="/files/HGN5ROdCphA1WUr2H6xD" alt=""><figcaption><p>Notification centre navigation</p></figcaption></figure>

## Notification Center overview

Upon opening the notification center, users will be able to configure their preferred [notification types](/kyberswap-solutions/kyberswap-interface/notifications.md#types-of-notifications) as well as the [channels](/kyberswap-solutions/kyberswap-interface/notifications.md#notification-channels) through which the selected notifications will be delivered.

<figure><img src="/files/txYXA47LC4gDZ14Vbu3g" alt=""><figcaption><p>Notification Center</p></figcaption></figure>

## Notifications

All notifications can be accessed via the "All Notifications" section of the Notification Center. Users are also able to filter the notifications via the various available [notification types](/kyberswap-solutions/kyberswap-interface/notifications.md#types-of-notifications). Notifications are sorted by date with the newest notifications being prioritized.

<figure><img src="/files/jl5QI3Dq68XS5KNlhl7s" alt=""><figcaption><p>All Notifications</p></figcaption></figure>


---

# 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.kyberswap.com/kyberswap-solutions/kyberswap-interface/notifications/notification-center.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.
