> For the complete documentation index, see [llms.txt](https://docs.diaflow.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.diaflow.io/workflow-builder/nodes/trigger/manual-trigger/click-a-button.md).

# Click a button

**Click a button** is a **Manual trigger**.

It starts the workflow only when someone clicks **Run**.

This trigger does **not** collect or send any input.

<figure><img src="/files/qMv01oQ4kljur250vybK" alt=""><figcaption></figcaption></figure>

## When to use it

* When you want to run a workflow on demand.
* When the workflow does not need form fields, chat input, or external data.
* When you want a simple trigger for internal tools or quick manual tasks.

## How it works

1. Add a **Trigger** node.
2. Choose **Click a button** as the type.
3. Click **Run** to start the workflow.

That’s it. The workflow starts immediately, with no input payload.

## Good to know

Diaflow groups triggers into **Automatic trigger** and **Manual trigger**.

**Click a button** belongs to **Manual trigger** and is the simplest way to start a workflow by hand.

### Next steps

* Learn how **Trigger** works in [Trigger](/workflow-builder/nodes/trigger.md).
* Compare it with [Submit a form](/workflow-builder/nodes/trigger/manual-trigger/submit-a-form.md).
* Compare it with [Chat](/workflow-builder/nodes/trigger/manual-trigger/chat.md).
