# SETUP GUIDE

- [Node.js QuickStart Guide](https://docs-v2.hypertest.co/setup-guide/node.js-quickstart-guide.md)
- [Installation](https://docs-v2.hypertest.co/setup-guide/readme.md): This page shows to install hypertest server on a linux VM using docker compose
- [Deploy HyperTest Server](https://docs-v2.hypertest.co/setup-guide/readme/deploy-hypertest-server.md): This page shows to install hypertest server on a linux VM using docker compose
- [Creating your first User](https://docs-v2.hypertest.co/setup-guide/readme/creating-your-first-user.md)
- [Adding your first service](https://docs-v2.hypertest.co/setup-guide/readme/adding-your-first-service.md)
- [Integrate SDK](https://docs-v2.hypertest.co/setup-guide/readme/integrate-sdk.md)
- [Node.js](https://docs-v2.hypertest.co/setup-guide/readme/integrate-sdk/node.js.md)
- [Node.js SDK with CJS](https://docs-v2.hypertest.co/setup-guide/readme/integrate-sdk/node.js/integrate-nodejs-sdk.md): How to add nodejs sdk into your application
- [Node.js SDK with ESM](https://docs-v2.hypertest.co/setup-guide/readme/integrate-sdk/node.js/integrate-nodejs-sdk-1.md): How to add nodejs sdk into your application
- [Java](https://docs-v2.hypertest.co/setup-guide/readme/integrate-sdk/integrate-java-sdk.md): How to add java sdk into your application
- [Start a Test Run](https://docs-v2.hypertest.co/setup-guide/start-a-test-run.md): Please select your plaform from the below options to get started on running a test.
- [Node](https://docs-v2.hypertest.co/setup-guide/start-a-test-run/start-a-test-run.md)
- [Java](https://docs-v2.hypertest.co/setup-guide/start-a-test-run/start-a-test-run-1.md)
- [Interpreting  Test Results](https://docs-v2.hypertest.co/setup-guide/interpreting-test-results.md)
- [Test Results](https://docs-v2.hypertest.co/setup-guide/interpreting-test-results/test-results.md)
- [Understanding Results Categories](https://docs-v2.hypertest.co/setup-guide/interpreting-test-results/understanding-results-categories.md)
- [Mock Not Found](https://docs-v2.hypertest.co/setup-guide/interpreting-test-results/mock-not-found.md)
- [AI Match Mocks](https://docs-v2.hypertest.co/setup-guide/interpreting-test-results/ai-match-mocks.md)
- [Accepting Changes](https://docs-v2.hypertest.co/setup-guide/interpreting-test-results/accepting-changes.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://docs-v2.hypertest.co/setup-guide.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.
