> ## 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.

# Workstation overview

> Your command center for viewing, managing, and assigning incoming customer requests.

<div style={{background: 'linear-gradient(135deg, #4C6FFF 0%, #8361FF 100%)', borderRadius: '12px', padding: '32px 36px', marginBottom: '32px'}}>
  <div style={{display: 'flex', alignItems: 'center', gap: '8px', marginBottom: '10px'}}>
    <div style={{width: '10px', height: '10px', borderRadius: '50%', background: 'rgba(255,255,255,0.9)'}} />

    <div style={{width: '40px', height: '5px', borderRadius: '3px', background: 'rgba(255,255,255,0.35)'}} />

    <div style={{width: '10px', height: '10px', borderRadius: '50%', background: 'rgba(255,213,79,0.9)'}} />

    <div style={{width: '28px', height: '5px', borderRadius: '3px', background: 'rgba(255,255,255,0.25)'}} />
  </div>

  <h2 style={{color: '#fff', fontSize: '22px', fontWeight: '700', margin: '0 0 8px', letterSpacing: '-0.3px'}}>Workstation</h2>
  <p style={{color: 'rgba(255,255,255,0.8)', fontSize: '14px', lineHeight: '1.6', margin: 0}}>Your command center — a single view of every incoming customer request, ready to filter, assign, and action.</p>
</div>

## Overview

Workstation is the first thing you see when you log into Go Autonomous. It's your command center — a single view of every incoming customer request, whether it's an order, a quote, an adjustment, or something else entirely.

From Workstation, you can see at a glance who sent a request, what type it is, who it's assigned to, and whether it's ready for review. Think of it as your team's shared inbox, purpose-built for commercial operations.

## What you'll see

The main Workstation view displays a table of **Customer requests** with the following information for each:

* **Sender** — the name and email address of the person who sent the request.
* **Subject** — the email subject or document name.
* **Time** — when the request was received.
* **Identified type** — the intent Go Autonomous detected (e.g., Request: Simple Order, Request: Product Quote, Request: Order Adjustment).
* **Assigned to** — which team member is handling the request.
* **Status** — the current processing state (e.g., Ready for review).

## Key actions

* **Search** — find specific requests by subject or confirmation number using the search bar.
* **Filter by date** — use the date picker to narrow results to a specific time period (e.g., last month, custom range).
* **Upload** — manually upload documents or files to create new requests.
* **Download request data** — export request data for reporting or external processing.
* **Open a request** — click any request row to open it in [Flow](/knowledge-base/flow/overview), where you review and process it.

<Note>
  When you click a request in Workstation, it opens in Flow in a new tab. This means you can have multiple requests open at once.
</Note>

## Sidebar navigation

The left sidebar in Workstation gives you quick access to different views:

* **Requests view** — the default table of all customer requests.
* **Dashboard view** — a visual summary of request volume, types, and processing metrics.
* **Messages view** — review communications related to your requests.

## What's next

* [Learn how to manage and filter requests](/knowledge-base/workstation/manage-requests)
* [Upload requests manually](/knowledge-base/workstation/upload-requests)
* [Understand request statuses](/knowledge-base/workstation/request-statuses)
