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

# Drive Overview

> Your central repository for contract documents

## What is the Drive?

The Drive is your central repository for all contract documents within a project. It provides a powerful interface for viewing, organizing, and managing your contracts with AI-powered extraction and custom views.

## Drive Interface

### Toolbar

The toolbar at the top provides access to:

| Element     | Description                                            |
| ----------- | ------------------------------------------------------ |
| **Upload**  | Add new contracts to the drive                         |
| **View**    | Switch between card view, table view, and custom views |
| **Filters** | Apply filters to narrow down contracts                 |
| **Sort**    | Change the sort order of contracts                     |
| **Edit**    | Enable bulk edit mode for multi-select actions         |
| **Actions** | Access extractors and exports                          |

## Drive Features

<CardGroup cols={2}>
  <Card title="Upload" icon="upload" href="/projects/contracts/drive/upload">
    Upload contracts and understand the processing pipeline.
  </Card>

  <Card title="Views" icon="table-columns" href="/projects/contracts/drive/views">
    Create and manage custom views.
  </Card>

  <Card title="Filters" icon="filter" href="/projects/contracts/drive/filters">
    Filter contracts by various criteria.
  </Card>

  <Card title="Sorts" icon="arrow-up-down" href="/projects/contracts/drive/sorts">
    Sort contracts by different fields.
  </Card>

  <Card title="Bulk Actions" icon="layers" href="/projects/contracts/drive/bulk-actions">
    Perform actions on multiple contracts.
  </Card>

  <Card title="Actions" icon="bolt" href="/projects/contracts/drive/actions">
    Run extractors and exports.
  </Card>
</CardGroup>

## Contract Indicators

Both the card view and table view display status indicators on each contract:

| Indicator      | Description                                                                                                                           |
| -------------- | ------------------------------------------------------------------------------------------------------------------------------------- |
| **Duplicates** | A badge showing the number of duplicate contracts detected. Click the badge to see which other contracts are considered duplicates.   |
| **Missing**    | A badge showing the number of expected content items that could not be found in the contract. Click the badge to see what is missing. |

These indicators help you quickly identify contracts that may need attention — for example, contracts with missing clauses or duplicate uploads.

## Real-Time Updates

The Drive updates in real-time as contracts are processed:

* **New uploads** appear instantly
* **Processing status** updates automatically
* **Extraction results** populate as they complete

## Related Documentation

<CardGroup cols={2}>
  <Card title="Timeline" icon="calendar" href="/projects/contracts/timeline/overview">
    View contracts by important dates.
  </Card>

  <Card title="Contract Details" icon="file-contract" href="/projects/contracts/contract-details">
    Working with individual contract data.
  </Card>
</CardGroup>
