> For the complete documentation index, see [llms.txt](https://docs.akinon.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.akinon.com/tutorials/seller-center/marketplace-owner/notification-management.md).

# Notification Management

Notification Management refers to the page that allows Marketplace Owners (MPOs) to add, edit or delete any notifications that are given in the system. There are three types of notification in the Seller Center System;

* **Push:** Which refers to a notification shown in the right corner of the screen and can also be viewed later in the notification center.
* **Pop-up:** A notification will be displayed in the center of the screen when users log into the panel, this type of notifications can be used for urgent or attention-required messages.
* **Badge**: A short notification shown as a strip at the top of the screen.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXcSrm94PlD5Wne6V03bwV6yKM_buGoqwYSZJ25TzY6lV21OTl9kYljuq-m7C-rBlHjSusZ6FjYTlJN6fLgQEoS6kfbI0NtcA4IglRcBIWaHKAnF91UrwIWUw0ZJ4GzlkW89uttE?key=TfdsZ43P1MX5Ukt87viNKg" alt=""><figcaption></figcaption></figure>

1. Navigate to the **Notification Management** from the toolbar located in the left of the main screen.
2. In this main page you can view all the notifications that are added by MPOs in the system. You can view the following information from the table:

* **Start Date:** The date when the notification will become visible within the Seller Center system.
* **End Date:** The date when the notification will become invisible within the Seller Center system.
* **Title:** Header of the notification that will give a brief description of the notification itself.
* **Audience:** A specified group of users that will see the notification.
* **Visibility:** Notifications can be either Public or Private:
  * **Public**: All users can view notifications marked as Public.
  * **Private**: Only users specifically selected in the audience settings can view Private notifications.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXdcbyd5D4Lz41Y5TBbaxb3UbdZZV6lP4HQQSZOky-BW7-4kMHM7bPFDfP1y6FTAwJg_VV896wn152KlhjnLMmf7RTJA_r_uQ9hgmx_kmNqjeUdxKGfkG2NY-DKbRjda9VpONdxK?key=TfdsZ43P1MX5Ukt87viNKg" alt=""><figcaption></figcaption></figure>

3. To add a new notification click on the green **Set New Notification** button. After that you will be directed to the Set New Notification page.
4. You have to give the specified information in the page to complete the notification.

* **Visibility**: Notifications can be either **Public** or **Private.**
* **Target Audience:** A specified group of users that will see the notification. Most commonly a Seller group.
* **Message Title:** Header of the notification that will give a brief description of the notification itself.
* **Notification Type:** Specify the type of the notification as Push, Pop-up or Badge.

{% hint style="info" %}
**If Visibility is selected as Public, Target Audience will not be shown in the page as the value is not needed.**
{% endhint %}

{% hint style="info" %}
**When the pop-up option is selected, an additional section will appear where you have to upload relevant images and documents for users to view.**
{% endhint %}

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXfDVmt2la9I3GtIIAbR0Q1QByDDpWfMJdU2n-DgRCQ7KFeqKuvgogH-2lAM4y3_zEPoo3hNMeRlJ5lN_F81QkGXkitssdWIDZhLXzWlpyj55iDkvfGsHETzsirwvsROrvMSMkpwoA?key=TfdsZ43P1MX5Ukt87viNKg" alt=""><figcaption></figcaption></figure>

5. After all the necessary information is given your notification will be created click on the **Send** button and shown as a notification for other users in the Seller Center system.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.akinon.com/tutorials/seller-center/marketplace-owner/notification-management.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
