# A/B-Tests

A/B-Tests vergleichen den Live-Traffic zwischen Ihrer Basiskonfiguration und einer Testvariante.

Verwenden Sie sie, um Änderungen vor dem Rollout zu validieren.

Dieser Abschnitt behandelt:

* [Funktionsunterstützung und technische Grenzen](/docs/de/modules/ab-tests/ab-test.md)
* [Die klassische UI-Anleitung](/docs/de/modules/ab-tests/creating-and-running-an-ab-test.md)
* [Die neue UI-Anleitung](/docs/de/modules/ab-tests/verwenden-der-neuen-a-b-tests-benutzeroberflache.md)

Senden Sie den `sid` Parameter mit jeder Anfrage.

Ohne `sid`, können Anfragen nicht zuverlässig der Variante A oder B zugewiesen werden.


---

# 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.fact-finder.com/docs/de/modules/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.
