> For the complete documentation index, see [llms.txt](https://docs.burpgpt.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.burpgpt.app/how-to/view-gpt-generated-results.md).

# View GPT-generated results

After successfully processing HTTP requests and responses with any supported model, the extension generates a new `Information`-level issue for each processed request/response pair.

This issue, titled *GPT-generated insights*, appears in distinct locations within Burp Suite depending on the processing method used. See [Analyse HTTP traffic](/how-to/analyse-http-traffic.md) for the available methods.

The issue contains detailed information about the query sent to the selected model and the model’s response, as shown in the following screenshot.

<figure><img src="/files/DgTKSZ2BivuANeLWfPCS" alt=""><figcaption><p>GPT-generated insights.</p></figcaption></figure>

`AI Chat` responses are shown directly in the editor chat history rather than being added as Burp issues.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.burpgpt.app/how-to/view-gpt-generated-results.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.
