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

# Agent view

> Use the AI Agent view in Flow to guide you through extraction review and order processing.

## Overview

The Agent view is an AI-powered assistant that appears as a side panel in Flow. It guides you through the review process by presenting extracted data as a series of questions, helping you verify and correct information step by step rather than scanning the entire document at once.

## Open the Agent view

The Agent view is available from the [menu bar](/knowledge-base/flow/menu-bar) at the top of Flow — click the **Agent** button to slide the drawer open on the left side of the screen.

## How the Agent view works

When you open a request in Flow, the Agent view presents a timeline of extraction items:

1. **Greeting and intent** — the detected request type and a summary of what was found.
2. **Extraction questions** — each extracted field is presented as a question-answer pair. The AI shows what it found (the answer) and asks you to confirm or correct it.
3. **Progress indicator** — the footer shows how many questions remain, so you can track your progress through the review.

## Answering questions

For each extraction question, you can:

* **Confirm** the extracted value if it's correct.
* **Select from options** when the system suggests multiple possible values.
* **Type a correction** using the input field if the extracted value is wrong.
* **Use quick actions** to perform contextual operations like:
  * Postpone the question to come back to it later.
  * Delete a product row that shouldn't be in the order.
  * Undo a previous action.
  * Apply a value from the source document.
  * Highlight the corresponding product row in the document viewer.

## Address handling

When the Agent view reaches address fields, it provides specialized tools:

* **Address suggestions** — pre-matched address options from your reference data.
* **Address form** — a structured form for entering or correcting address components individually.
* **Map integration** — visual address verification when available.

## Extraction metadata on tiles

Agent view tiles can display additional context extracted alongside each answer — for example the source document reference, header fields (customer, order number), or the reasoning the AI used to arrive at a value. This metadata is shown as a compact, read-only block inside the tile.

* **Root tiles** show metadata inline. Empty sections are hidden, so the tile stays compact.
* **Option tiles** (when the AI suggests multiple candidates) show metadata under the option they belong to, so you can compare candidates side by side.
* **Reference tiles** collapse metadata behind a chevron in the top-right corner. The first suggestion opens by default; expand the others as needed.

When a metadata title only repeats the option's own label, the title is hidden to avoid duplication. If no metadata sections have content, the block is not rendered at all.

<Note>
  Extraction metadata comes from the integration. The exact fields shown depend on what your integration returns for each intent.
</Note>

## Field metadata tooltips

Hover a field value inside the product cart or an Agent view tile to see the same extraction metadata as a tooltip, including a **source badge** that indicates where the value came from (extraction, product catalog, manual edit) and a **state badge** that highlights whether the value needs attention.

## System messages

If the system detects issues during processing (information, warnings, or errors), a notification indicator appears in the Agent view. Click it to scroll directly to the relevant message.

## Manual requests

If a request is set to **manual** status (handled outside of Flow), the Agent view shows a simplified view explaining that the request is being processed manually. You can click **Turn on** to switch it back to active processing, which moves the request to a "needs action" state and enables the full Agent view experience.

## Navigating between Agent view and Flow

The Agent view integrates with other Flow features:

* **Product Cart** — clicking a field in the product cart can navigate you to the corresponding Agent view question.
* **Document Viewer** — the Agent view highlights the relevant section in the document when you're reviewing a question.
* **Extraction Menu** — selections in the extraction menu update the Agent view context.

## Aggregate tiles

For questions where multiple fields belong together — like a product number with its description and unit — the Agent view can show grouped option cards instead of asking for each field separately. See [Aggregate tiles](/knowledge-base/flow/aggregate-tiles) for the full breakdown.

## What's next

* [Aggregate tiles](/knowledge-base/flow/aggregate-tiles) for applying a bundle of related fields in one click.
* [Review and confirm orders in Flow](/knowledge-base/flow/review-and-confirm) for the complete order processing workflow.
* [Work with the product cart](/knowledge-base/flow/product-cart) for managing extracted product data.
