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

# Triggers in the dashboard

> Manage trigger instances for schedules and events. For messaging channels, see Entry points.

The [Triggers](https://flowra.dev/dashboard/triggers) page lists **trigger instances** — subscriptions that start a workflow when a schedule fires or an event arrives (often tied to a connected account).

For the full picture of how an agent can be reached (chat, **messaging channels**, schedule, events, widget), start with [Entry points and channels](/product/entry-points-and-channels). That page explains the difference between **channels** (inbound + reply) and **triggers** (start-only).

## What you do on the Triggers page

* Review name/type, workflow association, enabled flag, last activity
* Enable or disable an instance
* Delete with confirmation

## Typical schedule flow

<Steps>
  <Step title="Confirm a manual run works">
    Run the workflow once from Chat or Run/Test with the right [end user](/product/external-users) and [connections](/product/connections).
  </Step>

  <Step title="Add a schedule entry point">
    In the workflow editor under **Entry points**, add **Schedule**, set cron + timezone, and save. Details: [Entry points and channels](/product/entry-points-and-channels).
  </Step>

  <Step title="Confirm the instance">
    Open [Triggers](https://flowra.dev/dashboard/triggers) and ensure the instance is enabled.
  </Step>
</Steps>

After cloning a workflow, re-point or recreate triggers for the new copy. Disable instances before risky edits if concurrent runs are a concern.

## Try it

See [Schedule a daily trigger](/product/try-schedule).

## Developers

API for trigger instances: [Triggers](/guides/triggers).
