2
0
Files
bot/apps/docs/editor/blocks/logic/ab-test.mdx
2023-12-22 09:13:53 +01:00

22 lines
447 B
Plaintext

---
title: AB Test
icon: vials
---
The AB Test block allows you to split the path in 2 randomly. It's great way to test the performance of 2 different paths.
<Frame>
<img src="/images/blocks/logic/abTest.png" alt="AB Test block" />
</Frame>
## More than 2 paths
You can stack multiple AB test blocks to add more random paths
<Frame>
<img
src="/images/blocks/logic/abTestMulti.png"
alt="AB Test block multiple paths"
/>
</Frame>