> ## Documentation Index
> Fetch the complete documentation index at: https://docs.periskope.app/llms.txt
> Use this file to discover all available pages before exploring further.

# Components of Automation Rules

## Components

Automation rules consist of three main components:

> #### Triggers

Triggers are events or notifications generated by the system or users that initiate the execution of a rule. They act as the starting point of an automation workflow.

> #### Conditions

Conditions that must be met for the actions to be executed, they allow for logical combinations of conditions using AND/OR operations and can include nested conditions up to a depth of 2.

> #### Actions

Actions are the tasks executed when the criteria are satisfied. Each action can be delayed, allowing it to be executed at a specific time.
