> For the complete documentation index, see [llms.txt](https://docs.weka.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.weka.io/4.2/usage/alerts/alerts.md).

# Manage alerts using the GUI

This page describes how to manage alerts using the GUI.

Using the GUI, you can:

* [View alerts](#view-alerts)
* [Mute alerts](#mute-alerts)
* [Unmute alerts](#unmute-alerts)

## View alerts

The bell icon on the top bar indicates the number of existing active alerts in the system. The alerts pane in the system dashboard also provides the name of the alerts.

If there are no alerts (active or muted), the alerts pane is empty, and the bell does not specify any number.

![View alerts](https://1970823310-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FNqDzxyFrTFrLD641p0iH%2Fuploads%2FLMGYKVJK9mHC3EhR9jDX%2Fwmng_alerts_overview.png?alt=media\&token=fb2385e6-7f19-4580-8a54-3f25a08ffb1e)

**Procedure**

1. To display the alert details, select the bell icon or select any alert.

![View alert details](https://1970823310-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FNqDzxyFrTFrLD641p0iH%2Fuploads%2FtyqwKpMh3Txi2H96E3wc%2Fwmng_alerts.png?alt=media\&token=1ca0644e-e734-4610-b820-4608c876cd71)

## Mute alerts

If for any reason, it is not possible to resolve the root cause of an alert in a reasonable time and you want to hide it temporarily, you can mute the alert for a specified period. Then later, you can unmute the alert and resolve it.

The system automatically unmutes the muted alerts after the expiry period.

**Procedure**

1. On the Active Alerts page, select the bell next to the alert.
2. Set the mute duration (number and units) and select **Mute**.

The muted alert is moved to the Muted Alerts area. The total number of active alerts is deducted by the number of muted alerts.

![Mute alerts](https://1970823310-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FNqDzxyFrTFrLD641p0iH%2Fuploads%2FwMfQbMDQaTjBNMGu6X93%2Fwmng_alerts_mute.gif?alt=media\&token=9fbbd0ed-fff3-46bc-9136-da3b08018c04)

## Unmute alerts

Muted alerts appear under the Muted Alerts area. You can unmute an alert manually before the expiry duration.

**Procedure**

1. Under the Muted Alerts area, select the bell of the alert you want to unmute.

![Unmute an alert](https://1970823310-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FNqDzxyFrTFrLD641p0iH%2Fuploads%2Fdaxdqlpq7a9bh2GgLOvb%2Fwmng_unmute_alert.png?alt=media\&token=7100b40e-1ded-407d-b875-45d1e5beb6b1)

**Related topics**

[List of alerts and corrective actions](/4.2/usage/alerts/list-of-alerts.md)


---

# 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.weka.io/4.2/usage/alerts/alerts.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.
