# A/B-Testing for FHR

- [What is A/B-Testing](https://crownpeak.gitbook.io/product-discovery/a-b-testing-for-fhr/fhr-a-b-testing.md)
- [Configuring the Non-Caching A/B Testing Integration](https://crownpeak.gitbook.io/product-discovery/a-b-testing-for-fhr/integration-steps-for-a-non-caching-solution.md)
- [Configuring the Caching A/B testing Integration](https://crownpeak.gitbook.io/product-discovery/a-b-testing-for-fhr/integration-steps-for-a-caching-solution.md)
- [Integrating Using the Java SDK Solution](https://crownpeak.gitbook.io/product-discovery/a-b-testing-for-fhr/integration-steps-for-a-caching-solution/java-sdk-integration.md)
- [Setup](https://crownpeak.gitbook.io/product-discovery/a-b-testing-for-fhr/integration-steps-for-a-caching-solution/java-sdk-integration/setup.md)
- [Retrieve running A/B tests - Java SDK](https://crownpeak.gitbook.io/product-discovery/a-b-testing-for-fhr/integration-steps-for-a-caching-solution/java-sdk-integration/retrieve-running-a-b-tests-java-sdk.md)
- [Filter and request variant - Java SDK](https://crownpeak.gitbook.io/product-discovery/a-b-testing-for-fhr/integration-steps-for-a-caching-solution/java-sdk-integration/filter-and-request-variant-java-sdk.md)
- [Extending the SDK](https://crownpeak.gitbook.io/product-discovery/a-b-testing-for-fhr/integration-steps-for-a-caching-solution/java-sdk-integration/extending-the-sdk.md)
- [Integrating Using the Manual Solution](https://crownpeak.gitbook.io/product-discovery/a-b-testing-for-fhr/integration-steps-for-a-caching-solution/manual-a-b-tests-integration.md)
- [Retrieve running A/B tests](https://crownpeak.gitbook.io/product-discovery/a-b-testing-for-fhr/integration-steps-for-a-caching-solution/manual-a-b-tests-integration/retrieve-running-a-b-tests.md)
- [Filter out irrelevant A/B tests](https://crownpeak.gitbook.io/product-discovery/a-b-testing-for-fhr/integration-steps-for-a-caching-solution/manual-a-b-tests-integration/filter-out-irrelevant-a-b-tests.md)
- [Assign variants to user](https://crownpeak.gitbook.io/product-discovery/a-b-testing-for-fhr/integration-steps-for-a-caching-solution/manual-a-b-tests-integration/assign-variants-to-user.md)
- [Request variant for page](https://crownpeak.gitbook.io/product-discovery/a-b-testing-for-fhr/integration-steps-for-a-caching-solution/manual-a-b-tests-integration/request-variant-for-page.md)
- [Limitations and Best Practices](https://crownpeak.gitbook.io/product-discovery/a-b-testing-for-fhr/limitations-and-best-practices.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://crownpeak.gitbook.io/product-discovery/a-b-testing-for-fhr.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.
