> ## Documentation Index
> Fetch the complete documentation index at: https://plain-docs-orca-916-agent-docs-restructure.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Triggers

> What can start a workflow, from a new thread to a schedule.

Triggers control when a workflow starts. Conditions are decision points inside the workflow that check something about the thread and split the flow into two paths.

<Frame>
  <img src="https://mintcdn.com/plain-docs-orca-916-agent-docs-restructure/iAAItm1tmWvvIVSZ/public/images/workflows-triggers.gif?s=c80ecbf2f25c543a995deb3c4996f366" alt="Triggers in Plain" width="1920" height="1080" data-path="public/images/workflows-triggers.gif" />
</Frame>

## Manual

You run the workflow yourself. Open a thread, click **Run workflow**, and select which workflow to run. Useful for on-demand processes like escalation procedures.

## Automatic

The workflow runs automatically when a thread event happens. You choose which events during setup:

* Thread created

* Message added

* Labels changed

* Tier updated

* Thread escalated

* Priority changed

* Status changed

* Thread field created

* Thread field updated

You can select multiple events for one workflow. For example, trigger on both "Thread created" and "Message added" to catch new threads and follow-up messages.
