# Managing Subscriptions

### Add a Subscription

Go to **Subscriptions** → enter a vendor name (e.g., `apache`, `microsoft`, `linux`) → select minimum severity → click **Add Subscription**.

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

### Quick Subscribe

On any CVE detail page, click the **+** button next to a vendor name to instantly start tracking it. You can also click **+ Track** on the Vendors page.

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

### Notification Preferences

Configure how you receive alerts:

* **Email notifications** — daily digest (enabled by default)
* **Slack webhook** — send alerts to a Slack channel
* **Custom webhook** — integrate with n8n, Zapier, or any automation tool
* **Minimum CVSS score** — only alert above this threshold

<figure><img src="/files/jPlChKOLeukjbS3PPCr0" 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://docs.neevcloud.com/neevcloud-products/cve-intelligence/managing-subscriptions.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.
