> For the complete documentation index, see [llms.txt](https://because.gitbook.io/because/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://because.gitbook.io/because/a-b-testing.md).

# A/B Testing

- [Setting Up A/B Tests](https://because.gitbook.io/because/a-b-testing/setting-up-a-b-tests.md): With Because A/B Testing, you can test campaigns in real time to see exactly what’s resonating with your shoppers—and optimize based on real results.
- [Understanding Data Updates After Pausing an A/B Test](https://because.gitbook.io/because/a-b-testing/understanding-data-updates-after-pausing-an-a-b-test.md): When managing A/B tests in Because, you might notice data updates continuing after a test has been paused. This guide explains why this happens and how to interpret your test results accurately.
- [How Split Ratios Affect Your A/B Test Results](https://because.gitbook.io/because/a-b-testing/how-split-ratios-affect-your-a-b-test-results.md): This guide explains how changing the split of your A/B test (e.g., from a 50/50 split to a 70/30 split based on impressions) affects the statistical significance and performance of your test.


---

# 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://because.gitbook.io/because/a-b-testing.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.
