# Deactivate Building Blocks

You can use *Deactivate* option when you right-click on the selected building blocks. Your TaskBot will then skip the deactivated blocks when it runs.

You can activate the building blocks at any time by right-clicking on *Activate*.

To activate or deactivate multiple building blocks at the same time, click **Shift** and drag with the mouse, followed by right-clicking. To select multiple individual building blocks, click **CMD** (Mac) or **Ctrl** (Windows) + mouse click.

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

After deactivating, the building blocks will be marked grey.

<figure><img src="/files/5EYuAlF9AM8Np2bRITPw" alt=""><figcaption></figcaption></figure>

### Skip Entire Sequences

By disconnecting a chunk of the workflow and deactivating its **first** building block, you can skip entire sections of your workflow.

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

### Skip Loop

By deactivating *Start Repeat* block, you can skip the entire loop sequence. The TaskBot will directly continue along the path after the *After Repeat* building block.

<figure><img src="/files/2zbXGZijpj9O1xl3h25q" alt=""><figcaption></figcaption></figure>

### Skip Try-Catch

By deactivating *Start Try-Catch* block, you can skip the entire sequence of building blocks inside the try-catch scope. The TaskBot will directly continue along the path after the *After Try-Catch* building block.

### Special Case: Conditional Paths

If you deactivated a conditional building block and its conditions (as shown below), your TaskBot cannot know which path to continue. In this scenario, the next building block will be picked **randomly.**

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


---

# 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/using-building-blocks/building-block-options/deactivate-building-blocks.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.
