> For the complete documentation index, see [llms.txt](https://help.thinkpickle.com.au/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.thinkpickle.com.au/flows/conditions/ab-split.md).

# AB Split

The 'AB Split' node can be used to conduct A/B tests with your callers.

### Configuration

| **Property** | **Description**                                               |
| ------------ | ------------------------------------------------------------- |
| A Path       | Percentage of calls which go down this path.                  |
| B Path       | Percentage of calls which go down this path. (100 - `A Path`) |

### Examples

{% content-ref url="/pages/-LFqS5aCoaKItlqCgvHA" %}
[A/B test 2 paths](/flows/examples/a-b-test-2-paths.md)
{% endcontent-ref %}
