# Triggers (/docs/triggers)

The three trigger types that start workflow executions.



Every workflow needs a trigger to start. Solaris AI Flow supports three types.

* [Manual](/docs/triggers/manual) - click Run to execute
* [Webhook](/docs/triggers/webhook) - triggered by external HTTP POST
* [Cron](/docs/triggers/cron) - runs on a recurring schedule
