# GoTo Block Function in Bot Flow

The **GoTo** function allows you to redirect users to a specific step within the same bot flow or move them to a different bot flow.

### Steps to Configure

1. Open your **Bot Flow**
2. Add a new node in the flow
3. Go to **Native Tools → GoTo**

### Available Options

#### 1. Go To Step

* Select a specific step within the same bot flow
* The user will be redirected to that step instantly

#### 2. Go To Chat Flow

* Select another bot flow
* Choose the specific node where the user should be redirected

### Final Steps

4. Configure the required option
5. Click on **Save Route**
6. Save the **Workflow**

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


---

# 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://helpdocumentation.gitbook.io/user/bot-builder/whatsapp-chatbot/goto-block-function-in-bot-flow.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.
