# Notifications

The Lidia Marketplace Console Notification Center is the area where notifications related to all actions performed on the platform are tracked and where users are informed about real-time updates. Notifications can be filtered by notification type and date. Users can mark all notifications as read to clear existing alerts. They may also choose to view only unread notifications if desired.

When a notification is clicked, the user is redirected to the relevant Console page associated with the notification’s category. For example, when the “A new order has been created” notification is selected, the user is redirected to the related order detail page under the Orders page within the Sales section in the left navigation menu, based on the corresponding order number.

<figure><img src="/files/jxmFpAYW6ZfcYxjzFpIQ" alt=""><figcaption></figcaption></figure>

### **Notification Settings**

The Notification Settings page is where users can customize which actions they want to receive notifications for. After customization, users will receive notifications only for the selected action types. Notification preferences are personal and are managed independently of the organization.

Notification preferences are grouped under the following main categories:

#### **Organization Notifications**

* [x] A new merchant has been added

#### **Order Notifications**

* [x] A new order has been created
* [x] Order status has been updated
* [x] Order has been canceled
* [x] A new return request has been created

#### **Delivery Notifications**

* [x] A new delivery has been created
* [x] Delivery status has been updated
* [x] Delivery address has been updated

#### **Inventory Notifications**

* [x] There are products with low stock
* [x] There are products that are out of stock

#### **Marketing Notifications**

* [x] A new coupon has been created
* [x] A new campaign has been created

{% hint style="success" %}
This structured notification system allows users to stay informed about critical updates while enabling them to customize their notification preferences for a cleaner and more focused experience.
{% endhint %}


---

# 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.lidiacommerce.com/components/lidia-console/lidia-console-user-guide/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.
