> For the complete documentation index, see [llms.txt](https://docs.hackle.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hackle.io/en/ab-test.md).

# A/B Test

- [What is A/B Testing?](https://docs.hackle.io/en/ab-test/about.md)
- [Tutorial](https://docs.hackle.io/en/ab-test/about/ab-step-by-step.md)
- [Not sure what to test?](https://docs.hackle.io/en/ab-test/about/ab-test-topic.md)
- [Writing an A/B Test Planning Document](https://docs.hackle.io/en/ab-test/about/ab-test-one-pager.md)
- [Create & Configure A/B Test](https://docs.hackle.io/en/ab-test/create-and-configure.md)
- [Create a New A/B Test](https://docs.hackle.io/en/ab-test/create-and-configure/create-ab-test.md)
- [Parameter Settings](https://docs.hackle.io/en/ab-test/create-and-configure/abtest-parameter.md)
- [Set Metrics](https://docs.hackle.io/en/ab-test/create-and-configure/set-metrics.md)
- [Create Retention](https://docs.hackle.io/en/ab-test/create-and-configure/set-abretention-metric.md)
- [Create Funnel](https://docs.hackle.io/en/ab-test/create-and-configure/set-funnel-metric.md)
- [Set Targeting](https://docs.hackle.io/en/ab-test/create-and-configure/ab-targeting.md)
- [Start A/B Test](https://docs.hackle.io/en/ab-test/create-and-configure/start-ab-test.md)
- [Traffic Allocation](https://docs.hackle.io/en/ab-test/create-and-configure/traffic-allocation.md)
- [Test Scheduling](https://docs.hackle.io/en/ab-test/create-and-configure/abtest-scheduling.md)
- [Set Goals (Add Types)](https://docs.hackle.io/en/ab-test/create-and-configure/set-metrics-ver05.md)
- [Set Goals - version 2](https://docs.hackle.io/en/ab-test/create-and-configure/set-metric-ver02.md)
- [A/B Test Status](https://docs.hackle.io/en/ab-test/status.md)
- [Health Check](https://docs.hackle.io/en/ab-test/status/health-check.md)
- [Variation Distribution](https://docs.hackle.io/en/ab-test/group-distribution.md)
- [Variation Distribution Process](https://docs.hackle.io/en/ab-test/group-distribution/ab-variation.md)
- [Variation Distribution Principle](https://docs.hackle.io/en/ab-test/group-distribution/ab-bucketing.md)
- [Variation Distribution Result](https://docs.hackle.io/en/ab-test/group-distribution/ab-variation-result.md)
- [Data Analysis & Result Interpretation](https://docs.hackle.io/en/ab-test/data-analysis.md)
- [Data Analysis](https://docs.hackle.io/en/ab-test/data-analysis/interpret-results.md)
- [Configure Data Segment Analytics](https://docs.hackle.io/en/ab-test/data-analysis/ab-segment-setting.md)
- [Troubleshooting When There Is No Data](https://docs.hackle.io/en/ab-test/data-analysis/sa-trouble-shooting.md)
- [Introduction to Data Segment Analytics](https://docs.hackle.io/en/ab-test/data-analysis/intro-segment.md)
- [Retention](https://docs.hackle.io/en/ab-test/data-analysis/ab_test_retention.md)
- [Funnel](https://docs.hackle.io/en/ab-test/data-analysis/analyze-ab-funnel-data.md)
- [Outlier](https://docs.hackle.io/en/ab-test/data-analysis/outlier.md)
- [A/A Test](https://docs.hackle.io/en/ab-test/data-analysis/aa-test.md)
- [Global Impact](https://docs.hackle.io/en/ab-test/data-analysis/global-impact.md)
- [Manage A/B Tests](https://docs.hackle.io/en/ab-test/management.md)
- [Common Area](https://docs.hackle.io/en/ab-test/management/ab-detail-top.md)
- [A/B Test Settings](https://docs.hackle.io/en/ab-test/management/ab-settings.md)
- [Data Analysis](https://docs.hackle.io/en/ab-test/management/analyze-ab-data.md)
- [Real-time Exposure Status](https://docs.hackle.io/en/ab-test/management/realtime-status.md)
- [Monitoring Alarm](https://docs.hackle.io/en/ab-test/management/ab-test-monitoring-alarm.md)
- [Override](https://docs.hackle.io/en/ab-test/ab-override.md)
- [Goal](https://docs.hackle.io/en/ab-test/metrics.md)
- [MAB (Multi-Armed Bandit) Test](https://docs.hackle.io/en/ab-test/mab-test.md)
- [MAB Test vs A/B Test](https://docs.hackle.io/en/ab-test/mab-test/mab-vs-ab-test.md)
- [Create MAB Test](https://docs.hackle.io/en/ab-test/mab-test/create-mab-test.md)
- [Set MAB Success Metric](https://docs.hackle.io/en/ab-test/mab-test/mab-metrics.md)
- [URL Test](https://docs.hackle.io/en/ab-test/url-test.md)
- [How to Run a URL Test](https://docs.hackle.io/en/ab-test/url-test/steps-of-an-url-test.md)
- [URL Test Integration Code](https://docs.hackle.io/en/ab-test/url-test/url-test-integration.md)
- [Mutually Exclusive Settings](https://docs.hackle.io/en/ab-test/mutually-exclusive-group.md)


---

# 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.hackle.io/en/ab-test.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.
