> For the complete documentation index, see [llms.txt](https://helpdocumentation.gitbook.io/user/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://helpdocumentation.gitbook.io/user/bot-builder/pause-automation-block.md).

# Pause Automation Block

The **Pause Automation Block** is used to temporarily stop the automation flow. It does not end the flow and does not wait for user input. Instead, it simply pauses the system from executing the next step in the automation.

When this block is triggered, the automation stops moving forward. The next message or action will not be executed until the automation is resumed.

#### How to Use the Pause Automation Block

1. Open your **Chat Flow**.
2. Click **Add Node**.
3. Go to **Native Tools**.
4. Select **Pause Automation**.

Once added, the automation will stop executing any further steps after this block.

#### Why Use the Pause Automation Block

This block is useful in situations where you want to temporarily stop automated actions without deleting or  modifying the entire flow.

Common scenarios include:

* When a **human agent takes over the conversation**
* When **manual approval is required**
* When **payment verification is pending**
* When you want to **temporarily stop automated follow-ups**

#### Difference Between Pause Automation and Smart Wait

* **Pause Automation** stops the system execution entirely and prevents the flow from continuing.
* **Smart Wait** pauses the flow while waiting for the **user’s input** before proceeding.

#### Use Cases

You can use the **Pause Automation Block** when:

* Human intervention is required
* Sensitive conversations are taking place
* You do not want automated messages to interfere
* You need temporary control over the automation flow

The **Pause Automation Block** acts as a control switch that helps protect the user experience while allowing manual handling when needed.

{% embed url="<https://www.youtube.com/watch?v=JBZQukUzVAM>" %}


---

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

```
GET https://helpdocumentation.gitbook.io/user/bot-builder/pause-automation-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.
