> 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/flow-builder/steps/split-step.md).

# 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="/files/dz5b4yFPnqyL0YQfjmgv" 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="/files/l46Pi47LmuKtUj47w3Le" alt=""><figcaption></figcaption></figure>

Testing new Functions & Get Feedback:

<figure><img src="/files/h1n82FNOSz5uMIvKzrCP" alt=""><figcaption></figcaption></figure>

Fun Lottery:

<figure><img src="/files/VfbOhpmwMdPp2cZAgy9V" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.rapidbott.com/help-center/flow-builder/steps/split-step.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
