# A/B Testing

A/B testing is one of the main features of Umbraco Engage. A/B testing allows you to test your website and specific pages with two sets of configurations. Umbraco Engage supports both the novice and the experienced A/B tester.

This documentation section will help you out with A/B Testing, and covers the following topics:

* A [brief overview](https://docs.umbraco.com/umbraco-engage/marketers-and-editors/ab-testing/what-is-ab-testing) of what A/B testing is.
* The [kind of A/B Tests](https://docs.umbraco.com/umbraco-engage/marketers-and-editors/ab-testing/types-of-ab-tests) that Umbraco Engage supports.
* How you can [set up the A/B test](https://docs.umbraco.com/umbraco-engage/marketers-and-editors/ab-testing/setting-up-the-ab-test).
* How the [results during an A/B test](https://docs.umbraco.com/umbraco-engage/marketers-and-editors/ab-testing/monitor-the-ab-test) can be analyzed.
* How [a visitor is assigned](https://docs.umbraco.com/umbraco-engage/marketers-and-editors/ab-testing/ab-test-distribution-algorithm) the A, B, or n-variant.


---

# Agent Instructions: 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:

```
GET https://docs.umbraco.com/umbraco-engage/marketers-and-editors/ab-testing.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
