# AI Summaries

Users can click on 'Ask AI- What went wrong' to interpret their failed requests.&#x20;

This summary will not only tell you what lead to this error and it's root cause but will also provide a comprehensive answer on what can be done to fix this error.

Users can find out the likelihood of any error being a false positive as well.

<figure><img src="/files/jJKBDLWCXeG14RuyXGBs" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/Ffa7DXCuRm9fDd9d8lNb" alt=""><figcaption></figcaption></figure>

With git diff, users can get an expanded view of the changes in the commits tested by HyperTest. for example, in the given example, it is clear that user added a calculation error which was not there when HyperTest recorded this scenario from this branch.

<figure><img src="/files/C9KWKq535ZMRovOXZ3T7" alt=""><figcaption></figcaption></figure>

**Note: This feature is not available by default for self hosted users. If they try use this feature, HyperTest will ask for an API key from Gemini and users need to have their own Gemini model and set their own Gemini API key. (**[**Refer to this doc**](https://ai.google.dev/gemini-api/docs/api-key)**)**

**Contact HyperTest team if you are unable to set this up for yourself.**


---

# 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/impact-features/ai-summaries.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.
