> For the complete documentation index, see [llms.txt](https://docs.rapidbott.com/help-center/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rapidbott.com/help-center/flow-builder/steps/resume-bot-automation.md).

# Resume Bot Automation

If a bot stops responding, user messages can go unanswered unless an agent intervenes. To prevent this, we've implemented several ways to resume bot automation seamlessly. Let's explore these methods in detail.

### **Basic Action Resume Bot** <a href="#basic-action-resume-bot" id="basic-action-resume-bot"></a>

#### **Simple and Effective** <a href="#simple-and-effective" id="simple-and-effective"></a>

You can resume automation at any point in your flow using the action node. Here's how:

1. **Navigate to the Action Node**: Find the point in your flow where automation needs to resume.
2. **Select Basic Actions -> Resume Automation**: This will instantly reactivate the bot, allowing it to continue its tasks and respond to users.

This straightforward method ensures the bot gets back on track without missing a beat.

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

### **Resume in Live Chat** <a href="#resume-in-live-chat" id="resume-in-live-chat"></a>

In live chat, agents often work within a timed framework. To ensure automation resumes smoothly:

1. **Monitor the Timer**: A timer usually manages the duration of agent responses.
2. **Click the 'X' Sign**: This action closes the timer and resumes the bot's automation.

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


---

# 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.rapidbott.com/help-center/flow-builder/steps/resume-bot-automation.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.
