# Finish an A/B Test

You can decide to finish an A/B test at any time. Normally, you would end a test if it has been running long enough and enough data to gain enough confidence is collected.

Umbraco Engage lets you know when the collected data is statistically significant. The same applies to when not enough data is collected.

Even if not enough data is collected you can always decide whether a running A/B Test is complete. In the overview you can see all tests and their performance:

<div align="left"><figure><img src="/files/TohR8buR9h35wybcHrch" alt="Scoring overview"><figcaption><p>Scoring overview</p></figcaption></figure></div>

To end a test, click **End test**. This will open a confirmation dialog asking if you want to pick a winner directly.

You might want to discuss the results with a colleague or client. In that case, it makes sense to stop the A/B test, but complete it by picking a winner at a later point.

<div align="left"><figure><img src="/files/PC7HMkmgPSP5YfZ9nMhr" alt="Stop test"><figcaption><p>Stop test</p></figcaption></figure></div>

If you select **Stop and complete now** the A/B Test is stopped and you can select which variant was the winner:

<div align="left"><figure><img src="/files/lpnNyYHsHJKyF73PolNu" alt="Select the winning variant"><figcaption><p>Select the winning variant</p></figcaption></figure></div>

You can always pick one of the variants or **My test did not result in a winner**. After you confirm your selected winner the overview will show the picked winner:

<div align="left"><figure><img src="/files/rz1RBVJ8XOMKwUlRo6XG" alt="Confirm winner"><figcaption><p>Confirm winner</p></figcaption></figure></div>

The overview of the A/B tests will also not show that the A/B Test is stopped and a winner was selected:

<figure><img src="/files/l5zHFhz5xWjF4rWiABlN" alt="Completed A/B Test"><figcaption><p>Completed A/B Test</p></figcaption></figure>


---

# 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/18.latest/marketers-and-editors/ab-testing/finish-an-ab-test.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.
