> ## Documentation Index
> Fetch the complete documentation index at: https://docs.trymaitai.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Request Overview

> Inspect a single request, create reruns, and compare prompt/model changes.

The **Request Overview** page is the fastest way to debug *one specific request* and answer:

* “What happened on this exact input?”
* “Would a different system prompt have fixed it?”
* “How would a different model have responded?”

## How to find it in the Portal

You’ll typically open a request from:

* an Intent Group’s **Requests** tab (real traffic), or
* `Test` > `Evaluations` (open a request from a row), or
* Test Set / Test Run request tables (open a request from a row).

## What you can do on the Request Overview page

### Inspect the original request

Review the original request’s:

* input **messages** (including system + user messages)
* assistant **response**
* request metadata / IDs (useful for debugging)

### Create reruns to test prompt + model changes

Use the **Versions** panel to iterate quickly:

1. Select **Original** (baseline).
2. Click **New Rerun** to create a new version.
3. In the rerun version, edit inputs (for example: tweak the **system prompt**, adjust messages, switch **model**).
4. Click **Run Request**.

This workflow is ideal for comparing “what would have happened” if you changed your messages or model selection for the *same* request.

### Evaluate each version with Sentinels

Run Sentinels against the **original** and any **rerun** to compare pass/fail outcomes per version:

* [Evaluating a Request](/observe/sentinels/request_evaluations)

## Step-by-step recipe

If you want a guided workflow (rerun, evaluate, then optionally add to a Test Set), start here:

* [Debug a Request with Reruns + Evaluations](/examples/debug_request_reruns)
