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

# Dashboard

> Your command center for monitoring and managing project workflows

## Overview

The Project Dashboard is your central hub within a project for monitoring activity, managing workflows, and staying on top of important tasks. When you enter a project, the Dashboard provides quick access to items needing attention.

## Dashboard Sections

The Dashboard contains two main tabs:

<CardGroup cols={2}>
  <Card title="Inbox" icon="inbox" href="/projects/dashboard/inbox">
    Messages and notifications requiring your attention.
  </Card>

  <Card title="Agents" icon="robot" href="/projects/dashboard/agents">
    Automated tasks and workflows running on your behalf.
  </Card>
</CardGroup>

## Navigation

Access the Dashboard:

1. Click **Dashboard** in the project sidebar
2. You'll be directed to the **Inbox** by default
3. Use tabs to switch between:
   * **Inbox** - Messages and notifications
   * **Agents** - Automated workflows

***

## Issues & Attention Items

The Dashboard surfaces items that need your attention:

### Contract Issues

| Issue Type              | Description                          |
| ----------------------- | ------------------------------------ |
| **Expiring Soon**       | Contracts expiring within 30 days    |
| **Option Deadlines**    | Approaching option exercise dates    |
| **Missing Information** | Contracts with incomplete extraction |
| **Failed Processing**   | Documents that need manual attention |

### Processing Issues

| Issue Type             | Description                          |
| ---------------------- | ------------------------------------ |
| **Queued Documents**   | Contracts waiting to be processed    |
| **Failed Extractions** | Documents that couldn't be processed |
| **Paused Documents**   | Documents requiring user input       |
| **Statement Errors**   | Statements with processing issues    |

***

## Timeline

The Dashboard provides a timeline view of important dates:

### Upcoming Events

| Event Type               | Description                    |
| ------------------------ | ------------------------------ |
| **Contract Expirations** | When contracts end             |
| **Option Dates**         | When options must be exercised |
| **Payment Deadlines**    | Accounting period dates        |
| **Renewal Windows**      | Contract renewal opportunities |

### Timeline Filters

Filter timeline events by:

* Date range (next 30, 60, 90 days)
* Event type (expirations, options, payments)
* Contract type

<Tip>
  For a comprehensive timeline view of all contracts, use the [Timeline feature](/projects/contracts/timeline/overview) in Contracts.
</Tip>

***

## Related Features

<CardGroup cols={2}>
  <Card title="Inbox" icon="inbox" href="/projects/dashboard/inbox">
    Manage messages and notifications.
  </Card>

  <Card title="Agents" icon="robot" href="/projects/dashboard/agents">
    Configure automated workflows.
  </Card>

  <Card title="Contract Timeline" icon="calendar" href="/projects/contracts/drive/timeline">
    Full contract timeline view.
  </Card>
</CardGroup>
