> For the complete documentation index, see [llms.txt](https://docs.zerowork.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.zerowork.io/using-zerowork/using-building-blocks/building-block-options/deactivate-building-blocks.md).

# 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>
