# Chatbot - Skip Action Block

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

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

***

#### ⚙️ How it works

When adding the block **Skip Action**, you set **how many actions will be skipped** in 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
* Adjusting different paths within the automation
* Creating response variations without duplicating blocks
* Redirecting the user to another part of the conversation

***

#### 🧩 Example of use

Configured flow:

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

If a **Skip Action set to skip 1 step is added** after the question, the chatbot will ignore the informational message and go straight to the forwarding.

Executed flow:

1️⃣ Welcome message\
2️⃣ Question about interest\
⏭️ Skip Action (1 step)\
4️⃣ Forwarding 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 recreating the entire automation.


---

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