> For the complete documentation index, see [llms.txt](https://docs.patchmypc.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.patchmypc.com/patch-my-pc-cve-insights/using-cve-insights/managing-cve-insights-notifications.md).

# Managing CVE Insights Notifications

*Applies to: Patch My PC CVE Insights*

The **Notifications** feature is available across all tabs and is used to tell you when you have a notification related to any Alerts you have configured.

You will see a green dot with the number of new notifications each time you get a notification.

Clicking the Notification icon opens the **Notifications** screen, showing you a list of all the notifications you have received, both read and unread, sorted by the most recent first.

Notifications are grouped by day, with any new/unread Notifications  being shown with a green dot beside the time they were received.

Click a notification to expand it (which clears the green dot).

From here, you can click:

* **Mark All As Read** to clear the new notification indicator for all notifications.
* **Delete All** to delete all of your notifications
* A specific notification to see more details.

{% hint style="info" %}
**Note**

If you don’t have network connectivity when a notification is sent, you won’t miss it. The next time you use the CVE Insights app or network connectivity is resumed, you will receive any new/missed notifications.
{% endhint %}

&#x20;You can swipe left on a notification and select **Delete** to delete it.


---

# 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.patchmypc.com/patch-my-pc-cve-insights/using-cve-insights/managing-cve-insights-notifications.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.
