# Managing Alerts

The Manage Alerts page allows you to view, edit and create new monitors.

## Accessing the Manage alerts page <a href="#managingalerts-accessingthemanagealertspage" id="managingalerts-accessingthemanagealertspage"></a>

1. Select **Alerts and Diagnostics** from the main menu.
2. Click on **Manage alerts** in the navigation panel.

<figure><img src="/files/sktLeSYq0puAoUO3ux21" alt="Manage alerts"><figcaption></figcaption></figure>

## Managing alerts <a href="#managingalerts-understandingthealertsadministrationpage" id="managingalerts-understandingthealertsadministrationpage"></a>

From the **Manage Alerts** page, you can:

* Click on the name of a monitor to edit it or view its configuration.
* Sort the listed monitors by name or by typing/selecting monitor [tags](#tagging-monitors).
* **Import** a monitor by uploading JSON files from your hard drive to import them into the system as monitors.
  * All imported items will be categorized as custom content.
  * The system does not allow the import of a monitor with the same [NQL ID](/platform/user-guide/alerts-and-diagnostics/managing-alerts/creating-custom-monitors.md#configuring-general-monitor-settings) as a deleted monitor if there are events in the system still associated with that deleted monitor.
    * Keep in mind that alert events are kept in the platform for a maximum of 30 days.
  * If the system displays the message: *NQL ID is already used in deleted monitor with existing alerts* when importing the monitor, please modify the export file to create a new **NQL ID**.
* Hover over a monitor to reveal the action menu on the right side of the table.

{% hint style="info" %}
The Alerts administration page lists all available monitors, including [built-in](/platform/user-guide/alerts-and-diagnostics/getting-started-with-alerts.md#what-built-in-monitors-are-available-in-nexthink) monitors and [custom](/platform/user-guide/alerts-and-diagnostics/managing-alerts/creating-custom-monitors.md) monitors.

If needed, you may [create a new monitor](/platform/user-guide/alerts-and-diagnostics/managing-alerts/creating-custom-monitors.md). You can create up to 50 monitors.
{% endhint %}

<figure><img src="/files/XxfSYOGv64jGSgJi7C7A" alt="Managing alerts-monitors"><figcaption></figcaption></figure>

### Tagging monitors

Tagging allows you to quickly sort and filter monitors. Open the **Tags** right-side panel to:

* Search for a specific tag at the top of the panel.
* Select one or more tags to filter the monitors.

**Tags** are also displayed on the [Alerts Overview](/platform/user-guide/alerts-and-diagnostics/responding-to-alerts/alerts-overview.md) page, where you can filter alerts. Use **Tags** to filter specific alerts when [sending notifications](/platform/user-guide/alerts-and-diagnostics/managing-alerts/configuring-email-and-webhook-notifications-for-alerts.md) via Webhooks.

To add one or more tags to a monitor, from the **Alerts > Manage Alerts** page:

1. Hover over a monitor to display the action menu and choose **Manage tags**.
2. From the **Manage tags** pop-up you can:
   * Type in a new tag or choose an existing one to add it to the monitor.
   * Open the action menu of a specific tag item to **Delete tag** or change the tag color.
     * Deleting a tag only removes it from the monitor it is associated with.
3. Alternatively, select multiple monitors to **Manage tags** in bulks.

You can also edit tags on the specific monitor configuration page.

<figure><img src="/files/Ki8hlwDftTbSjFWkqEQF" alt="Managing tags in bulks"><figcaption></figcaption></figure>

***

When you're ready to configure monitors, start with [built-in monitors](/platform/user-guide/alerts-and-diagnostics/getting-started-with-alerts.md#what-built-in-monitors-are-available-in-nexthink). They offer a wider range of features and are the recommended starting point to better understand the available functionality.

For details on configuring library and system monitors, see the [Customizing built-in monitors](/platform/user-guide/alerts-and-diagnostics/managing-alerts/customizing-built-in-monitors.md) page. For information on creating monitors from scratch, visit the [Creating custom monitors](/platform/user-guide/alerts-and-diagnostics/managing-alerts/creating-custom-monitors.md) page.

***

RELATED TOPICS

* [Getting started with Alerts](/platform/user-guide/alerts-and-diagnostics/getting-started-with-alerts.md)
* [Nexthink Library](/platform/user-guide/nexthink-library.md)
* [Product configuration](/platform/user-guide/administration/system-configuration/product-configuration.md)


---

# 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.nexthink.com/platform/user-guide/alerts-and-diagnostics/managing-alerts.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.
