# Create  Trigger

To create a new Trigger, click "New" in the Triggers view. Give a name for the trigger and click "Create".

To configure the Trigger, you need to do at least the following three things:

**Select Employee Group**

By default, the trigger will consider to any Employee you have in Introist. If you want to narrow done which Employee should even be considered, you may select a more specific Employee Group. You can read more about how to manage Employee Groups [here](/knowledge-base/build/employees/employee-groups.md).

**Set Trigger Rules**

To set the rules for the trigger, click the edit icon next to "Rules" title. In this editor, you set the rules so that when an Employee from the triggers Employee Group matches all the rules, the Trigger will activate and an automation will be initiated.

**Set Trigger Workflow**

Finally, next to the "Workflow" title, click the edit icon and select the Workflow that you would like to be launched when this Trigger activates for any Employee.

\
With those three configuration, you have now set up the Trigger. **Notice that the trigger does not do anything yet** as it is not activ&#x65;**.** To preview and activate the Trigger, continue reading to [Manage Trigger](/knowledge-base/build/triggers/manage-trigger.md).

Triggers also have some detailed Settings. You can read more on using those in the [Edit Trigger](/knowledge-base/build/triggers/trigger-settings.md).


---

# 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/build/triggers/create-trigger.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.
