# Java SDK

- [Sampling and blocking requests](https://docs-v2.hypertest.co/user-guides/java-sdk/sampling-and-blocking-requests.md)
- [Mock Dependencies Manually](https://docs-v2.hypertest.co/user-guides/java-sdk/mock-dependencies-manually.md)
- [Tags](https://docs-v2.hypertest.co/user-guides/java-sdk/tags.md): Tags are used to provide additional information for the request and contribute to a better control over deduplication. A request can only contain a unique tag with same name and value.
- [Unmocking/Passing Through](https://docs-v2.hypertest.co/user-guides/java-sdk/unmocking-passing-through.md): This page documents how to tell the hypertest sdk to not mock certain parts of your code.
- [Code Coverage Setup and Report Generation](https://docs-v2.hypertest.co/user-guides/java-sdk/code-coverage-setup-and-report-generation.md)
- [Supported Java packages](https://docs-v2.hypertest.co/user-guides/java-sdk/supported-java-packages.md): List of java packages that are automatically mocked by HyperTest


---

# 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-v2.hypertest.co/user-guides/java-sdk.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.
