# Managing Notifications

The notifications pop-up contains two filtered sections: Unsolved and Solved.  Each section will contain a list of the unsolved or solved notifications.\
Each item in the list will:

* contain a call to action button to go to that integration or script
* contain a resolution button (mark as solved or mark as unsolved)

The list of solved integrations will contain only the last 14 days of notifications.  The list of unsolved integrations will contain all unsolved notifications and group them into subsections:

* Today
* Last 7 days
* Older

## Updating a Notification

Notifications in the unsolved tab can be marked as solved.

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

Marking an integration as solved will move it to the solved list. The notification badge count will be decremented with each solved notification. The badge will be hidden when there are no remaining (zero) unsolved notifications. Solved notifications will indicate who solved it and when it was solved. They will be displayed as a label at the bottom of the notification.

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

## Unsolved Notifications List

* Today: will show notifications from the current day
* Last 7 days: will show notifications from the past 7 days, excluding today
* Older: will show notifications older than 7 days

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

### Marking All As Solved

Clicking on the `Mark all as solved` link-button will mark all unsolved notifications as solved and move them to the solved list. This option may be useful when *resetting* all notifications on account.

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

## Unsolving a Notification

A notification from the solved section can be marked as unsolved

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

When doing that it will be moved to the Today section of unsolved notifications

<figure><img src="/files/EwyvaaeVnQ0XEYDZvQN5" alt=""><figcaption></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://help.daasity.com/technical-docs/notifications/managing-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.
