# Triggers

Triggers are essential tools that automate the initiation of Workflows for employees at precisely the right moments. A Trigger essentially creates an Automation for an employee based on predefined Workflow, thereby eliminating the need for manual intervention to start these processes.

### How Triggers Work

Triggers are set up to monitor specific employees or groups of employees based on certain data criteria. You can define exactly which employee data to consider and determine the situations or conditions under which an Automation should be launched. This ensures that workflows are initiated automatically and timely whenever employees meet the specified rules.

### Setting Up Triggers

To set up a trigger, you define a rule that allows the system to monitor the right set of employees and launch automations accordingly. This rule-based monitoring is customizable to suit various operational needs and can range from simple to complex scenarios:

#### Simple Rule Example

An onboarding trigger could be set for any new employee who has a start date in the future. This simple trigger ensures that the onboarding process starts automatically without manual scheduling.

#### Complex Rule Example

A trigger could be configured to activate for an employee who has accumulated over 40 hours of time balance or has taken more than 10 sick days within the last year. These conditions might initiate workflows for additional reviews or support processes.

### Benefits of Using Triggers

Triggers streamline the management of employee-related workflows by ensuring that automations are launched at optimal times without the need for constant oversight. This not only saves significant administrative time but also increases the accuracy and effectiveness of responses to various employee situations. By automating the start of these workflows, organizations can ensure that all employee conditions are managed promptly and efficiently.

### Conclusion

Triggers in Introist are powerful mechanisms that enhance workflow efficiency by automating the initiation of employee-specific actions based on tailored rules. They provide a reliable and scalable way to manage various employee scenarios, from routine onboarding to more complex condition monitoring. By integrating triggers into your workflow management strategy, you can significantly reduce manual tasks, ensure timely intervention, and maintain high operational standards within your organization.

<br>


---

# 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.introist.com/knowledge-base/learn/key-concepts/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.
