# A/B Testing

The A/B Testing section explains how to set up experiments, analyze results, and make data-driven decisions to optimize user engagement and monetization. The section covers key concepts, implementation steps, and best practices, ensuring that teams can efficiently run controlled tests and measure the impact of different variations on player behavior.

{% hint style="success" %}
Check out this guide to [A/B testing essentials and strategies](https://www.devtodev.com/resources/articles/a-b-testing-essentials-strategies-metrics-and-ai)!
{% endhint %}

## Integration manual

{% content-ref url="/pages/NkIz9uNcyFTKCx5aGPMF" %}
[Description of A/B testing on the SDK side](/integration/integration-of-sdk-v2/a-b-testing/description-of-a-b-testing-on-the-sdk-side.md)
{% endcontent-ref %}

## Configure A/B tests in devtodev interface

{% content-ref url="/pages/QWemNLttKLG5aUFAuUCf" %}
[Working with A/B tests in devtodev](/integration/integration-of-sdk-v2/a-b-testing/working-with-a-b-tests-in-the-devtodev.md)
{% endcontent-ref %}

## Example A/B tests

{% content-ref url="/pages/ukPu4asdXm4bnDCLtU9r" %}
[A/B testing examples](/integration/integration-of-sdk-v2/a-b-testing/a-b-testing-examples.md)
{% endcontent-ref %}


---

# 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.devtodev.com/reports-and-functionality/project-related-reports-and-fuctionality/experiments/a-b-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.
