> 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/developers/dynamic-content/goto.md).

# Goto

`goto` property of server response is optional.

&#x20;

### Goto Step / Sub Flow <a href="#goto-step-sub-flow" id="goto-step-sub-flow"></a>

Use this response to goto a step or sub flow:

```
{
    "version": "v1",
    "content": {
        "goto": "SOMETHING"
    }
}

```

You can goto:

| **Goto**   | **SOMETHING =**    | **e.g.**  |
| ---------- | ------------------ | --------- |
| A step     | step name (unique) | Welcome   |
| A step     | node\_ns           | f244n7831 |
| A sub flow | sub\_flow\_ns      | f244s1032 |

### Get sub\_flow\_ns <a href="#get-sub_flow_ns" id="get-sub_flow_ns"></a>

Find a sub flow and follow steps 1 and 2 in the following screenshot:

<figure><img src="https://2144409983-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FHbDmB8MlZRo4hzrDiO0X%2Fuploads%2FkV4uSkXgW2ffQngBrmgN%2FUntitled.png?alt=media&amp;token=59bc0ef6-593e-4e10-9108-f833512e4ffa" alt=""><figcaption></figcaption></figure>

### Get node\_ns <a href="#get-node_ns" id="get-node_ns"></a>

<figure><img src="https://2144409983-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FHbDmB8MlZRo4hzrDiO0X%2Fuploads%2FK1DiqAm4EFGv6BEHwIos%2FWelcome%20to%20Rapidbott.png?alt=media&amp;token=2e03079a-b374-457c-8ae2-84ae9b959a2e" alt=""><figcaption></figcaption></figure>

Select a step, click "Copy Ref Url for this step", paste somewhere, then you will see the node\_ns of this step:

<figure><img src="https://2144409983-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FHbDmB8MlZRo4hzrDiO0X%2Fuploads%2FtxrZnejLwxQmlL2KeqE1%2FUntitled.png?alt=media&amp;token=0167ebd1-7b0c-475b-aade-c769f67d2c46" alt=""><figcaption></figcaption></figure>
