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

# 👋 2. Hello Workflow

## Step-by-step guide

Stepper blocks let you break down a tutorial or guide into separate, but clearly linked steps. Each step can contain multiple different blocks, allowing you to add detailed information.

{% stepper %}
{% step %}

### &#x20;Inside a project, go to Workflows

Click on Workflows from the left navigation menu&#x20;

<img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACkAAAAiCAYAAADCp/A1AAAAAXNSR0IArs4c6QAAAxlJREFUWEftlssrfGEYx78jxTTuiQUKYSIzLiVmWEjKwqxtpSzM8OdQwma2sx8bJSX3YjJyW5CiMM2QcStz+fV96miYH3OOOS6LOau3877nvJ/3+zzv93kM4XA4jj/+GDKQOkUoo6ROQkIXJQ8PD7G2tiZM3d3daGho0ItP/pM2ZCwWw+TkJCwWC+LxOA4ODuByuWAwGHQDTQvy+fkZ6+vr2N7eFgUjkQg2NjbQ3t6Orq4u5Obm6gL6JcjHx0dsbm5id3dXwAoKChAOhwUoPz8fd3d3yM7OhtVqRWdnJ4xGY1qwqiBPTk6wsrKCl5cXVFRUgDkYjUZRUlICu90uOfjw8ICsrCwBOj4+lvU3NzcCazabcX5+jpycHPT09KC6uloTtCrI2dlZVFVViUoMJ+EY3vr6+k83S4S12WwCfXV1hZGREf0hZ2ZmUFdXJ3CLi4tobm4WSJPJ9OlmVHd5eRn7+/vo7+9HIBDA6ekpRkdH9YekIvPz8+BNJpgSWt5o5lxeXt6bTZmfVHxvb+/NNwy9w+FAbW2t/pD8o8fjQSgUwtjYGJijq6uruL6+ljxsbGzE5eWl2E5ZWZnkLA/EMXOWUNPT0xKJoaEhTYCafDIRUtklEbatrU180ufzoby8XOBqampegX4NkgS85VNTU2I3HDP/JiYmksz8VyEJ6vf7sbCwIGADAwNoampKCum3Q+7s7GBpaUnCyWrS29ubBOF2u+Xd8PBw0hwdgWnAQ/T19aGlpUVTXqrySdZmWpDik06nM6mKfAR5f38PWpjik2dnZ+D3Wh5VkHNzc6isrJTyx1pdWloqtTmx2/kfJK2L3VEwGBTI29tbXFxcfJ9Per1eFBYWSlk8OjqSml1cXPzamiVCcp4W9b4sUtXBwUGJipZHlZLvf/j09IStrS3JM8IWFRWJSsw5HoRjGndrays6Ojp+psH46NSEZTgJy1tNA+ct5+XSo/tR9v2SkonQvPFK00ufZNM7Pj7+d5peBVaNT2rJwfdr01Yync3VfpuBVKtUqnUZJVMppHY+o6RapVKtyyiZSiG18/8AuAT/4iVhb0wAAAAASUVORK5CYII=" alt="" height="34" width="41">
{% endstep %}

{% step %}

### Add a New Workflow

Click on the Add Workflow button

<figure><img src="/files/Tec7nPRVFfLZm8F2uLbI" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Enter Workflow Details

&#x20;In the window that appears, choose a unique name for your workflow (less than 100 characters) and select the synchronization type — Batch or Dynamic — based on your use case.

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

\
To get started, you can give the name of the workflow as “Hello Workflow” and choose Batch Type (Scheduler).
{% endstep %}

{% step %}

### Start Building or Import

* Click Start Building to build the workflow from scratch
* Or click Import Workflow to upload an existing workflow

Let us click Start Building.&#x20;
{% endstep %}
{% endstepper %}

#### 🎉 You are now ready to build your workflow!

<br>


---

# 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.dckapintegrator.com/tutorials/workflow-builder-tutorial/2.-hello-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.
