> For the complete documentation index, see [llms.txt](https://docs.connect.jfrog.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.connect.jfrog.io/features-new-ui/tools/get-alerts.md).

# Alerts

In JFrog Connect, you can create alerts that will inform you about various states and resource usage of your devices. For example, you can set a trigger to send you an alert whenever a device has used more than 80% of its disk space.

Creating an alert trigger requires the following procedures:

1. **Prepare Channel Type**: Create an email account or a [webhook URL](/features-new-ui/tools/get-alerts/create-channel/set-webhook.md#webhook-url) that will be used in your channel configuration.
2. [**Create Channel**](/features-new-ui/tools/get-alerts/create-channel.md): Configure the channel in which you will receive alerts.
3. **Create Alert**: Define the type of alert and a threshold for triggering the alert. This procedure is described below.

## Create Alert

To create an alert, go to Alerts in the left navigation tree and click Create Alert.

<div align="left"><figure><img src="/files/V6BIOXDoc65UxJKxjki4" alt=""><figcaption></figcaption></figure></div>

Complete the following information:

* **Alert Name**: Enter a name to help you remember what this alert is for.
* **Channels**: Choose an alert channel from the list and click Apply. You can add multiple channels. If there are no channels in the list, click Create Channel and define one.&#x20;
* **Alert Trigger**: Choose whether the alert will be triggered by a device resource or a process on the device.
  * **Trigger Condition**: Define the threshold that will trigger an alert. For example, an alert on a resource might be: CPU > 80%.
* **Apply On**: Choose the devices the alert will be applied to. You can choose criteria for selecting the devices to be monitored, or you choose specific devices.

After choosing the information above, create the new alert.

<div align="left"><figure><img src="/files/W6aPycShSSCldeKgQoxr" alt="" width="375"><figcaption></figcaption></figure></div>

## What’s Next?

Learn how to [create a channel](/features-new-ui/tools/get-alerts/create-channel.md) on which you will receive alerts.


---

# 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:

```
GET https://docs.connect.jfrog.io/features-new-ui/tools/get-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.
