# Goto

Looking to streamline your workflow with Flexito? Learn how to efficiently navigate between steps and sub-flows using the 'goto' property. This guide will show you how to enhance your automation processes by directing actions precisely where you need them.

---

The 'goto' property in the server response is not mandatory.

## Navigating to a Step or Sub-Flow

To navigate to a specific step or sub-flow, use the following response format:

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

You have the option to navigate to:

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

## Retrieving the sub\_flow\_ns

To locate a sub-flow, follow steps 1 and 2 as shown in the screenshot below:

## Retrieving the node\_ns

Choose a step, click on "Copy Ref Url for this step," and paste it somewhere. This will reveal the node\_ns for the selected step:
