# Types of A/B Tests

Three different types of A/B tests are available:

* [Single-page tests](/umbraco-engage/marketers-and-editors/ab-testing/types-of-ab-tests/single-page-ab-test.md) to test a specific page within Umbraco.
* A way to test [multiple pages](/umbraco-engage/marketers-and-editors/ab-testing/types-of-ab-tests/multiple-pages-test.md) at the same time.
* Test an entire [Document Type](/umbraco-engage/marketers-and-editors/ab-testing/types-of-ab-tests/document-type-test.md) and all of the pages using this type.
* [Split URL testing](/umbraco-engage/marketers-and-editors/ab-testing/types-of-ab-tests/split-url-test.md). This enables you to select two or multiple pages and serve one of these URLs per visitor.

The A/B tests are set up within an Umbraco context. You can reuse properties that are already created. Umbraco Engage is also aware of the structure of your website and concepts like Document Types.

When setting up the A/B test, you can select the type of test you want to set up.

![When you set up an A/B test you have to choose which type of test you want to use.](/files/yPhFvB1qyzSbwbTMOL85)

A Single-Page test can only be started in the A/B test [Content App](/umbraco-engage/marketers-and-editors/introduction/content-apps.md) and not from the Engage [section](/umbraco-engage/marketers-and-editors/introduction/the-umbraco-engage-section.md).


---

# 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/types-of-ab-tests.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.
