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

# Build a Workflow

***

## Overview

The Workflow Builder lets administrators create identity verification workflows using a visual drag-and-drop interface. For background on the interface and concepts, see the[ Workflow Builder overview.](/workflow-builder/overview.md)

Community administrators can build a workflow end to end on the canvas.

{% stepper %}
{% step %}

#### Open Workflow Builder

Log in to your tenant as a community administrator, navigate to the **Workflows** menu, and click **Create new**. The Workflow Builder page appears.
{% endstep %}

{% step %}

#### Add nodes

Click the **+** icon within the Canvas to display the Node Library, then click a node (such as Form, Photo ID, or Selfie Capture). The node appears on the Canvas. For all available nodes, see the [Node Library Reference.](/workflow-builder/node-library.md)
{% endstep %}

{% step %}

#### Connect nodes

Hover over a node's handler (dot) until the **+** icon appears, then click and drag from the handler to another node to create an edge (connection). This defines the workflow sequence.&#x20;
{% endstep %}

{% step %}

#### Configure nodes in node editor

Select a node on the Canvas to open its **Node Editor** modal, then update its content and settings.
{% endstep %}

{% step %}

### Configure workflow settings

Click the three-dot menu (⋯) in the Workflow header to open **Workflow Settings**, then configure options such as:

* Wallet enablement
* Direct Access Code generation
* Verification Journey selection (required for Photo ID and Selfie Capture nodes — see [Associate a Verification Journey](/identity-verification/core-concepts/verification-flow.md))&#x20;
  {% endstep %}

{% step %}

#### Preview the workflow

Click **Preview** to simulate the verification journey. See [Preview and test. ](/workflow-builder/customize-preview-and-save.md)
{% endstep %}

{% step %}

#### Save the workflow

Enter a workflow name in the header and click **Save**.
{% endstep %}
{% endstepper %}


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.1kosmos.com/workflow-builder/build-a-workflow.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
