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

# Platform Overview

> A comprehensive guide to Royaltyport's structure and capabilities

## Applications

Royaltyport is available across multiple platforms to fit your workflow:

<CardGroup cols={3}>
  <Card title="Web App">
    Access the full platform through any modern web browser. No installation required.
  </Card>

  <Card title="PWA App">
    Install Royaltyport as a Progressive Web App on your device for a native-like experience.
  </Card>

  <Card title="Native App">
    A dedicated AI Assistant app for on-the-go insights and quick actions.
  </Card>
</CardGroup>

### Web App

Access the full Royaltyport platform through any modern web browser at [app.royaltyport.com](https://app.royaltyport.com). No installation required—simply sign in and start managing your royalties.

### PWA App

Install Royaltyport as a Progressive Web App for a native-like experience. Visit [app.royaltyport.com](https://app.royaltyport.com), then follow the instructions for your device:

* **iOS**: Tap the Share button → Select "Add to Home Screen"
* **Android**: Tap the Menu (three dots) → Select "Install app"
* **Desktop**: Click the install icon in your browser's address bar

### Native App

A dedicated mobile app for on-the-go insights and quick actions. **Coming soon** to the [App Store](https://apps.apple.com) and [Google Play](https://play.google.com).

## Architecture

Royaltyport is built around a hierarchical structure with **Organizations** at the top and **Projects** as workspaces within them.

## Organizations

Organizations are the top-level structure representing your company or team.

<Card title="Organization Features" icon="building" href="/organizations/overview">
  * **Projects** - Create and manage multiple project workspaces
  * **Entities** - View entities across all projects
  * **Members** - Manage team access and permissions
  * **Settings** - Configure organization-wide preferences
</Card>

### Organization Use Cases

| Use Case         | Description                                                         |
| ---------------- | ------------------------------------------------------------------- |
| **Record Label** | Organization for the label, projects for each artist                |
| **Publisher**    | Organization for publishing company, projects for catalogs          |
| **Management**   | Organization for management company, projects for clients           |
| **Artist**       | Organization for artist business, projects for different deal types |

## Projects

Projects are workspaces within an organization where you do your actual work.

<Card title="Project Structure" icon="folder" href="/projects/overview">
  Each project contains:

  * **Dashboard** - Inbox and automated agents
  * **Contracts** - Contract management with AI extraction
  * **Catalog** - Recordings and compositions
  * **CRM** - Entities, artists, and relationships
  * **Statements** - Royalty statement processing
  * **Audits** - Data quality and validation checks
  * **Settings** - Project configuration
</Card>

### Dashboard

<Card title="Command Center" icon="gauge" href="/projects/dashboard/overview">
  Your central hub for monitoring and managing workflows:

  * **Inbox** - Messages and notifications requiring attention
  * **Agents** - Automated tasks and workflows
  * **Onboarding Progress** - Track setup completion
</Card>

### Contracts

<Card title="Contract Management" icon="folder-open" href="/projects/smart-drive/overview">
  The Smart Drive is your intelligent document repository for managing contracts and agreements:

  * **AI-Powered Extraction** - Automatically extract deal terms, dates, parties, and financial information
  * **Custom Views** - Create personalized views with filters and columns
  * **Document Relationships** - Link related contracts and track dependencies
  * **Timeline Management** - Monitor expiring contracts and key dates
</Card>

### Catalog

<Card title="Asset Management" icon="music" href="/projects/catalog/overview">
  Manage your complete catalog of recordings and compositions:

  * **Recordings** - Track master recordings with ISRCs, metadata, and ownership
  * **Compositions** - Manage musical works with ISWCs and writer information
  * **Radar** - Monitor terms and territories for your catalog
</Card>

### CRM

<Card title="Relationship Management" icon="users" href="/projects/crm/overview">
  Organize and track all parties involved in your business:

  * **Entities** - Companies, labels, distributors, and publishers
  * **Artists** - Performers, writers, and producers
  * **Relations** - Connections and relationships between entities
</Card>

### Statements

<Card title="Statement Processing" icon="chart-line" href="/projects/data-room/overview">
  Process and analyze royalty statements at scale:

  * **Automated Processing** - Parse statements from any format
  * **Asset Matching** - Automatically match earnings to catalog
  * **Contract Linking** - Connect revenue to contract terms
  * **Insights & Analytics** - Visualize and analyze your data
</Card>

### Audits

<Card title="Data Quality" icon="magnifying-glass" href="/projects/audits/overview">
  Ensure accuracy and identify discrepancies:

  * **Gap Analysis** - Find missing ISRCs, tracks, territories, or stores
  * **Streaming Value** - Analyze streaming performance and rates
</Card>

## Navigation Flow

### From Organization to Project

<Steps>
  <Step title="Select Organization">
    Choose your organization from the header dropdown.
  </Step>

  <Step title="View Projects">
    See all projects in your organization.
  </Step>

  <Step title="Open Project">
    Click on a project to enter its workspace.
  </Step>

  <Step title="Navigate Modules">
    Use the sidebar to access project modules.
  </Step>
</Steps>

## First Steps

<CardGroup cols={3}>
  <Card title="1. Organizations" icon="building" href="/organizations/overview">
    Set up your organization
  </Card>

  <Card title="2. Projects" icon="folder" href="/projects/overview">
    Create your first project
  </Card>

  <Card title="3. Smart Drive" icon="upload" href="/projects/smart-drive/uploading-contracts">
    Upload contracts
  </Card>
</CardGroup>
