> For the complete documentation index, see [llms.txt](https://docs.sprinthub.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sprinthub.com/en/topics/convert/chatbot/chatbot-common-questions/chatbot-skip-action-block.md).

# Chatbot - Skip Action Block

The block **Skip Action** is used to **skip one or more steps of the chatbot flow**, directing the conversation straight to another point in the service.

This feature is useful when you want to **change the flow path without having to reorganize all the blocks**, making quick adjustments to the bot easier.

***

#### ⚙️ How it works

When adding the block **Skip Action**, you define **how many actions will be skipped** block to the flow.

When the chatbot reaches this block, it **automatically skips the configured number of steps**, continuing execution from the next valid action.

***

#### 📌 When to use

The block can be used in situations such as:

* Skipping intermediate messages in the flow
* Adjust different paths within the automation
* Create response variations without duplicating blocks
* Redirect the user to another part of the conversation

***

#### 🧩 Usage example

Configured flow:

1️⃣ Welcome message\
2️⃣ Question about the user's interest\
3️⃣ Informational message\
4️⃣ Routing to support

If a **Skip Action configured to skip 1 step** after the question, the chatbot will ignore the informational message and go straight to the routing.

Executed flow:

1️⃣ Welcome message\
2️⃣ Question about interest\
⏭️ Skip Action (1 step)\
4️⃣ Routing to support

<figure><img src="/files/312d6414e8b0bd397139e33cd77f43532c6e0810" alt=""><figcaption></figcaption></figure>

***

💡 **Tip:**\
Use this block when you need to **simplify the flow or test different paths**, avoiding having to recreate the entire automation.


---

# 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.sprinthub.com/en/topics/convert/chatbot/chatbot-common-questions/chatbot-skip-action-block.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.
