# NetworkDetails

**Help URL:** `/forms/network-details`

## Purpose

Inspect a captured browser network request or response from a test run.

## Common Tasks

* Check the request URL, method, headers, and timing.
* Review response status, headers, and body.
* Preview an image response when available.
* Download the network payload for sharing or deeper inspection.

## Key UI Elements

* Request tab: Shows request metadata and request headers.
* Response tab: Shows response metadata and response headers.
* Body tab: Shows response body text when available.
* Image tab: Previews image responses.
* Download: Saves the captured network detail.
* Close: Returns to the result view.

## Notes

* Use network details when a screenshot shows the wrong state but you need to know which API call failed or returned unexpected data.
* Sensitive values may be hidden or unavailable depending on browser and workflow capture settings.


---

# 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.testvibe.com/reference/forms/network-details.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.
