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

# Features Overview

> A complete look at every module inside Nextoria Hub.

Nextoria Hub ships as a unified platform — each module shares the same authentication, permission model, and data layer. There are no disconnected apps or API glue to manage.

## Module Map

<CardGroup cols={2}>
  <Card title="Project & Task Management" icon="kanban" href="/features/project-management">
    Kanban boards, task dependencies, milestones, time tracking, and priority
    settings.
  </Card>

  <Card title="Client Portal" icon="users" href="/features/client-portal">
    Secure, white-label portal for clients to view projects, approve
    deliverables, and pay invoices.
  </Card>

  <Card title="Team Communication" icon="message-square" href="/features/team-communication">
    Slack-quality real-time chat with channels, DMs, file sharing, and
    @mentions.
  </Card>

  <Card title="Invoicing & Billing" icon="receipt" href="/features/invoicing-billing">
    Stripe-powered invoicing with branded PDFs, payment tracking, and revenue
    analytics.
  </Card>

  <Card title="File Management" icon="folder-open" href="/features/file-management">
    Cloud file explorer with S3/R2 storage, folder organization, and Google
    Drive sync.
  </Card>

  <Card title="Content Calendar" icon="calendar" href="/features/content-calendar">
    Plan and schedule content across blog, video, social, and email with
    calendar and list views.
  </Card>

  <Card title="Analytics" icon="bar-chart" href="/features/analytics">
    Revenue dashboards, project health, team utilization, and campaign ROI.
  </Card>
</CardGroup>

## Platform-Wide Capabilities

Beyond the individual modules, Nextoria Hub provides a set of cross-cutting capabilities that all modules benefit from:

### Role-Based Access Control

Every piece of data — projects, invoices, files, messages — is protected by role-based access enforced at three levels. See [Workspace Setup](/getting-started/workspace-setup#roles-overview) for the full permissions matrix.

### Real-Time Updates

All data in Nextoria Hub updates in real time via WebSockets. Task status changes, new messages, invoice payments, and file uploads are reflected instantly across all connected sessions without a page reload.

### Global Search

Press `⌘K` (or `Ctrl+K`) anywhere in the application to open the global command palette. Search across projects, tasks, clients, files, and invoices simultaneously.

### White-Label Branding

Every workspace can be fully branded with your agency name, logo, color scheme, and custom domain. This applies to the dashboard UI, client portal, email notifications, and invoice PDFs.

### Audit Logs

Available on the Scale plan. Every action taken in the workspace is logged with a timestamp, actor, and affected resource — exportable as CSV or queryable via the API.
