> 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/about/ab-test-topic.md).

# Not sure what to test?

{% hint style="info" %}
Browse the sites below and prepare effective experiments.
{% endhint %}

### Hackle Customer Case Studies

Check out case studies from various customers who are improving their products through Hackle A/B Tests.

<table data-view="cards"><thead><tr><th>Case Study</th><th data-hidden data-card-target data-type="content-ref">Link</th></tr></thead><tbody><tr><td><strong>An experiment guide for A/B test beginners to design immediately</strong></td><td><a href="https://blog.hackle.io/post/ab-guide-for-newbies?utm_source=%08guide">https://blog.hackle.io/post/ab-guide-for-newbies?utm_source=%08guide</a></td></tr><tr><td><strong>How Team Sparta, the power players, grow fast with data</strong><br>Team Sparta</td><td><a href="https://blog.hackle.io/post/teamsparta-interview?utm_source=guide">https://blog.hackle.io/post/teamsparta-interview?utm_source=guide</a></td></tr><tr><td><strong>Getting started with A/B testing for game companies</strong><br>Gamedueo</td><td><a href="https://blog.hackle.io/post/abtest-for-gameindustry?utm_source=operation_guide">https://blog.hackle.io/post/abtest-for-gameindustry?utm_source=operation_guide</a></td></tr><tr><td><strong>The secret to how Korea's #1 freelance marketplace Kmong grows as fast as a startup!</strong><br>Kmong</td><td><a href="https://blog.hackle.io/post/kmong-client-interview?utm_source=guide">https://blog.hackle.io/post/kmong-client-interview?utm_source=guide</a></td></tr></tbody></table>

### A/B Test Benchmarking

<table data-view="cards"><thead><tr><th>Site</th><th data-hidden data-card-target data-type="content-ref">Link</th></tr></thead><tbody><tr><td><p><strong>AB Test Cases</strong><br>Find A/B Test topics and success metrics from real experiments.</p><p>Provides experiment cases across industries such as e-commerce, advertising, travel, and SaaS.</p></td><td><a href="https://www.abtestcases.com/cases-ecommerce/">https://www.abtestcases.com/cases-ecommerce/</a></td></tr><tr><td><strong>GoodUI</strong><br>Benchmark experiment topics, details, and numbers by funnel stage and UI type.</td><td><a href="https://goodui.org/tests/">https://goodui.org/tests/</a></td></tr><tr><td><strong>GuessTheTest</strong><br>Browse experiments by metric and UI type to find growth opportunities.</td><td><a href="https://guessthetest.com/archived-tests/">https://guessthetest.com/archived-tests/</a></td></tr></tbody></table>


---

# 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/about/ab-test-topic.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.
