> For the complete documentation index, see [llms.txt](https://doc.duaer.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.duaer.com/build/manual-trigger.md).

# Start a Duaer run with Manual Trigger

In Duaer, Manual Trigger starts only when you select Execute Duaer Organization. A digital organization may have only one Manual Trigger.
## Put it first

1. On a new digital organization, the first node is often Manual Trigger. The default name is When clicking ‘Execute workflow’.
2. Connect Edit Fields, HTTP Request, or other nodes after it.
3. On the canvas, select Execute Duaer Organization. That run starts now. It does not wait for a schedule or an outside request.

Manual Trigger does not start after you publish. For outside calls or a clock, use Webhook, a form, or Schedule Trigger. Refer to [Receive a request with Webhook in Duaer](/build/webhook.md) and [Run a Duaer digital organization on a schedule](/build/schedule-trigger.md).

A manual test still counts as one execution. It shows in Executions with mode manual.
## Questions

### Can a Duaer digital organization have two Manual Trigger nodes?

No. Duaer allows only one Manual Trigger on a digital organization.

