# Alerts

Alerts can be managed on the `Alerts` page. Alert Lists will be shown in one panel and individual alerts for plates within the selected list (highlighted in grey – below, left) will be shown on a second panel (below, right).

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

## Alert List Management

Clicking on `New List` opens another window to configure the alert list settings.

Alert list name, type (blacklist or whitelist), match strategy, and direction of travel for the new list should be entered or selected from drop-down menus under the “General” tab (see below).

* **Blacklist:** Any plate number on this list will trigger an alert upon capture.
* **Whitelist:** Any plate number that is NOT on this list will trigger an alert upon capture.

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

Selecting Exact matches the best results for a plate group versus Lenient which matches the best result for a plate number.

{% hint style="info" %}
Adjusting “Match Strategy” provides a higher chance of catching the plate but increases the chance of a false positive alert.
{% endhint %}

Alerts are active 24/7 unless a timing restriction is defined under the Active Time tab. Once enabled, you can set the active days and time range for the selected alert list to operate.

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

Under the Coordinates tab, you can set a location for the list to get notified upon capture or entrance of a plate within the specified coordinates. Once the “Restrict alerts to coordinates” box is enabled, the panel will extend to show options for defining boundaries on the map.

<figure><img src="/files/80YnfMEzJSWmdfqzCFUT" alt=""><figcaption></figcaption></figure>

All the settings and configurations applied to an individual Alert List can be modified using the `Edit` button at the bottom of the “Alert List” panel.

## Alert Management

The Alerts panel allows you to delete, edit, or add alerts to a pre-existing alert list. For example, you can select which sites to add or remove, who will receive the email or SMS notifications for an alert, or who can have access to this list.

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

Under the same panel (above), you can also import new alert lists or export the currently existing lists. The exported lists will be in Comma Separated Value (.csv) format. To import a list, it must also be a .csv file that contains a list of plate numbers.

Click on `Add Alert` and a new window will appear to allow input information for Plate Number, Description and Match Strategy.

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

Each Alert list also allows the user to assign sites, which users receive email and/or SMS notifications about those alerts, what permissions those users have on the list: no access, can view or can manage.

<figure><img src="/files/ELmJnPrMfSbZli73nt1y" 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.rekor.ai/scout/scout-dashboard/configuration/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.
