> For the complete documentation index, see [llms.txt](https://docs.thousandeyes.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.thousandeyes.com/product-documentation/alerts/creating-and-editing-alert-rules/alert-severity.md).

# Alert Rule Severity

When you create most alert rules, you must set *severity* levels for them (some alert rules do not have severity settings, such as Devices and Event Detection). When the rule is triggered, the severity level of the resulting alert is displayed both in the ThousandEyes UI and in any notifications that you have configured, such as email.

Alert severity is a **static property**. That is, once an alert has been triggered, its severity level cannot be raised or lowered. If the conditions that triggered the alert (such as the number of locations impacted) change, the alert's severity does not change.

An alert rule can have one of the following severity levels:

* **Info** (default)
* **Minor**
* **Major**
* **Critical**

![Showing different secverity levels](/files/kHKKl2Yej6xAcukNhuNP)

## Setting Severity

To set the severity level for a new alert rule, use the **Severity** field in the **Add New Alert Rule** dialog:

![](/files/zYBmW67PCva6xE3MGBpr)

## Existing Alert Rules

When you add a new, customized alert rule using the **Add New Alert Rule** button, it is automatically configured with the severity **Info**. If you choose to use a Default Alert Rule, these are automatically configured with the severity **Minor**. You can change these settings in either case to the severity level that suits your organization's needs. If you have existing alert rules that predate these automatic severity settings, they will keep their current severity settings.

## Changing an Alert Rule's Severity

If you change the severity of an alert rule that has current triggered alerts, those alerts maintain their original severity level. The alerts listed in **Alerts > Active Alerts** and **Alerts > Alerts History** maintain the severity level that was assigned to them when they were triggered. After you change the severity setting of an alert rule, future alerts will have the new severity level.


---

# 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.thousandeyes.com/product-documentation/alerts/creating-and-editing-alert-rules/alert-severity.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.
