# Triggers

## How triggers are used

Triggers define the way we communicate [Events ](/setup-guides/events.md)with you and your employees. It's Cronly's way of featuring a manageable notification flow.

## Creating a trigger

{% hint style="info" %}
**Tip:** If you haven't enabled Slack yet, it won't show up here. Enable it first to select a channel.
{% endhint %}

1. Click "Triggers" in your menu
2. Click "Create new trigger"
3. Add filters for your trigger:
   1. Project: use this if you want this trigger only to be selected by a certain [project](/setup-guides/projects.md).
   2. Type: use this if you intend to differentiate between monitors and SSL certificates.
   3. Status: use this if you would like to filter specific statuses.
4. Add actions to tell Cronly how you'd like to be notified.

## Editing a trigger

1. Click "Triggers" in your menu
2. Select the trigger you want to edit
3. Edit the relevant details
4. Click "Update trigger"

## Deleting a trigger

{% hint style="danger" %}
**Warning:** Deleting a trigger means that the notifications for that trigger will stop immediately.
{% endhint %}

1. Click "Triggers" in your menu
2. Select the trigger you aim to delete
3. Click "Delete trigger"


---

# 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.cronly.app/setup-guides/triggers.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.
