# Split Step

With Split step, you can go to different steps/flows depends on probability.

Split step can be used to build many interesting functions, like

* changing speeches rather than same responses all the time
* testing your new functions with just a small group of clients to get feedback
* or making a fun lottery!

<div align="left"><figure><img src="https://2836971782-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FRaLazqQDW4JMiGe2iyKg%2Fuploads%2FSOUyv4UVgRre4AGkXxEa%2Fdownload%20(73).png?alt=media&#x26;token=06461d82-4b01-4b81-887a-be74c48d9d62" alt=""><figcaption></figcaption></figure></div>

In your Split step,

1. click "+ New Variation", add more than 2 variations
2. change variation title if needed
3. adjust weights as you want
   * directly put percentage numbers like 30 and 70 then you will get 30% and 70%
   * alternatively, put weights like 1 and 2 and let the system calculates the percentages 33% and 67% for you
4. select next steps for each variation
5. save the picked variation for later use if needed

### Usage Examples <a href="#usage-examples" id="usage-examples"></a>

Changing Speeches:

<figure><img src="https://2836971782-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FRaLazqQDW4JMiGe2iyKg%2Fuploads%2Ftn4JJcHaoN9Ga7nEBTiv%2Fsplit3.ba702983.png?alt=media&#x26;token=d0b96b70-fc5e-4657-8413-2c23215c9136" alt=""><figcaption></figcaption></figure>

Testing new Functions & Get Feedback:

<figure><img src="https://2836971782-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FRaLazqQDW4JMiGe2iyKg%2Fuploads%2FXaEY9CFpouzxbDk5Ggfg%2Fsplit4.03a7fc4e.png?alt=media&#x26;token=a80c8de1-3c95-4dae-a06f-f3229ee2cc5b" alt=""><figcaption></figcaption></figure>

Fun Lottery:

<figure><img src="https://2836971782-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FRaLazqQDW4JMiGe2iyKg%2Fuploads%2FtLWOPylHls3YLUsWkpEQ%2Fsplit1.8b9e952e.png?alt=media&#x26;token=77f8868c-1b9b-462c-9d4f-6ce3ec37b285" alt=""><figcaption></figcaption></figure>


---

# 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://help.flochat.ai/flow-builder/steps/split-step.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.
