Novu allows to create a multi-tab experience for a notification center, in a way you can fetch the notifications feed using a filtered query.Documentation Index
Fetch the complete documentation index at: https://v0.x-docs.novu.co/llms.txt
Use this file to discover all available pages before exploring further.
Defining stores
To create multiple stores you can use the propstores on the NovuProvider component. Each store has storeId property that will be used to interact with information related to this store.
query object multiple fields can be passed for feed API:
feedIdentifier- Can be configured and created on the WEB UIseen- Identifies if the notification has been seen or not
stores prop, you can use the storeId property to interact with the store.
Managing feeds on the web UI
- How to add a new feed or select existing feed for In-App step?

- How to copy
feedIdentifier(storeId)
feedIdentifier (storeId) click on the feed name of existing feeds. copy three dot icon. a menu will appear. click on Copy ID option to copy selected feed’s feedIdentifier

By specifying only a storeId, without a query, you could get all notifications.
Using tabs prop on the notification center
