# Configuring the Caching A/B testing Integration

In the case of your website supporting caching, there are two ways to implement the solution. You may choose to develop your own integration by **implementing each of the steps** or you can choose to use the J**ava SDK** which will do most of the work for you. Whilst you can jump to the SDK implementation directly, it is advisable to read through the integration steps in order to get a better understanding of how things work and what the SDK does under the hood. You can find links to both of the solutions below:

{% content-ref url="/pages/WBHw924Dtcam9pz6lBs0" %}
[Integrating Using the Java SDK Solution](/product-discovery/a-b-testing-for-fhr/integration-steps-for-a-caching-solution/java-sdk-integration.md)
{% endcontent-ref %}

{% content-ref url="/pages/tNVk5pkDfWR2QXe7ySHo" %}
[Integrating Using the Manual Solution](/product-discovery/a-b-testing-for-fhr/integration-steps-for-a-caching-solution/manual-a-b-tests-integration.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://crownpeak.gitbook.io/product-discovery/a-b-testing-for-fhr/integration-steps-for-a-caching-solution.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.
