# ExceptionViewer

**Help URL:** `/forms/exception-viewer`

## Purpose

Show details for an unexpected TestVibe error and let you add context before submitting a report.

## Common Tasks

* Read the visible error message.
* Review technical details if support asks for them.
* Add a short note about what you were doing.
* Choose whether to include a screenshot and project context.
* Submit the report or close the dialog and retry the action.

## Key UI Elements

* Error summary: Describes the problem TestVibe encountered.
* Stack trace or details: Technical diagnostic text for support.
* What were you doing?: Free-form notes that help explain the user action.
* Include Screenshot: Adds a captured browser screenshot when available.
* Include Project Information: Adds the active workspace, repository, and suite context.
* Submit Report: Creates a GitHub issue in `TestVibe/Development` with your notes.
* Cancel: Closes the dialog without submitting.

## Notes

* Include the action you clicked, the repository or run you were viewing, and whether the problem repeats.
* If the same action keeps failing, check [Troubleshooting](/troubleshooting.md) before retrying many times.


---

# 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/exception-viewer.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.
