# Workflow Has More than One Starting Building Block

This means that either you have more than one disconnected starting building blocks or some of the building blocks are not connected properly.&#x20;

#### Example: Non-Connected Loose Building Block

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

#### Example: Building Blocks Are Connected Backwards

Consider the following set-up. The building blocks can only be connected top to bottom or left to right.

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

### How to Identify the Failing Building Blocks

**Option 1**

Typically, you will see an error message like this:

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

Now you can simply search for these building block ids in order to find the ones that are set up incorrectly:

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

**Option 2**

Use the auto-line feature (see [Auto-Align](/using-zerowork/using-building-blocks/building-block-options/auto-align.md)) to align the workflow from left to right or top to bottom. This will place any loose or incorrectly connected building blocks into view.

It's recommended to first duplicate your TaskBot as a back-up copy before you click on auto-align because this operation might transform the flow of your building blocks into a visual view you do not like.


---

# Agent Instructions: 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.zerowork.io/using-zerowork/common-problems/workflow-has-more-than-one-starting-building-block.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.
