> 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="/files/f8s67UC6aY3qzKpYPWbO" alt=""><figcaption></figcaption></figure>

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

<figure><img src="/files/H8HXowKhphzgylWmnbkA" 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="/files/B55HtHgnSaHCb3YUGlxP" alt=""><figcaption></figcaption></figure>
