> For the complete documentation index, see [llms.txt](https://docs.docbits.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.docbits.com/administration-and-setup/workflow/advanced-workflow-builder.md).

# Advanced Workflow

The **Advanced Workflow** builder is a node-graph editor for workflows that need branching, parallel paths and flow control — beyond the linear When/And/Then of the Standard builder. You arrange nodes on a canvas and connect them to define the execution flow.

{% embed url="<https://youtu.be/EeNFVR6z7G8>" %}
Advanced Workflow Designer
{% endembed %}

## How to access

Open the Advanced Workflow designer from the workflow area (the advanced builder canvas). You start from a **Start** node and build out the flow by adding nodes.

<figure><img src="/files/exK2dgL562YqMTLQpeu2" alt="Advanced Workflow node-graph canvas with toolbar"><figcaption><p>The Advanced Workflow canvas — a node graph with zoom, run, grid and save controls. Give the workflow a name in the toolbar.</p></figcaption></figure>

## Adding nodes

Click **+ Add** to open the node menu. In addition to the familiar **When**, **And** and **Then** cards, the advanced builder adds flow-control nodes:

<figure><img src="/files/bHpqjFP4StPoavv3rN29" alt="Advanced Workflow Add menu with node types"><figcaption><p>The <strong>+ Add</strong> node menu: When / And / Then plus Wait ALL, Wait ANY, OR and Note.</p></figcaption></figure>

* **When / And / Then** — the same condition and action cards as the Standard builder.
* **Wait ALL** — wait until *all* incoming branches complete before continuing.
* **Wait ANY** — continue as soon as *any* incoming branch completes.
* **OR** — branch the flow down alternative paths.
* **Note** — a free-text annotation on the canvas (does not affect execution).

Run the flow with the play control, validate it, and save with the save button in the toolbar.

## Next steps

* See what each card does in the **Cards** section.
* For simple linear automations, the **Standard Workflow** builder is faster to set up.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.docbits.com/administration-and-setup/workflow/advanced-workflow-builder.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
