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

# Corvic Platform Documentation

> Compose and operationalize intelligence across all your enterprise data.

<div className="home-wrap">
  <div className="hero">
    <span className="hero-eyebrow">The Intelligence Composition Platform</span>
    <h1 className="hero-title">Making complex data analysis simple.</h1>

    <p className="hero-subtitle">
      Corvic lets domain experts compose agentic workflows across structured and unstructured
      data — documents, tables, graphs, images, and live systems — without building brittle
      pipelines. Connect, explore, transform, and deploy production-grade agents in minutes.
    </p>

    <div className="hero-actions">
      <a className="hero-btn hero-btn-primary" href="/get-started/quickstart">Get started →</a>
      <a className="hero-btn hero-btn-secondary" href="/concepts/introduction">Read the overview</a>
    </div>
  </div>

  <div className="product-cards">
    <div className="product-card product-card-studio">
      <span className="product-card-label">Rooms & Templates</span>

      <img src="https://mintcdn.com/corvicinc/Q-M_iQTxZpjy9khN/images/quickstart-home-templates.png?fit=max&auto=format&n=Q-M_iQTxZpjy9khN&q=85&s=ab4001f50897201c81aa0db3c3d23c42" alt="Corvic home — launch a room from a template or start from scratch" width="1530" height="1031" data-path="images/quickstart-home-templates.png" />

      <div className="product-card-tagline">Spin up a pre-built room from a template, or start from scratch.</div>
    </div>

    <div className="product-card product-card-agent">
      <span className="product-card-label">Workflows</span>

      <img src="https://mintcdn.com/corvicinc/Q-M_iQTxZpjy9khN/images/quickstart-workflow-canvas.png?fit=max&auto=format&n=Q-M_iQTxZpjy9khN&q=85&s=cdc581b6a25d23d04f493e9440d06778" alt="Corvic workflow canvas — process, transform, and embed your data" width="3056" height="2060" data-path="images/quickstart-workflow-canvas.png" />

      <div className="product-card-tagline">Build pipelines that process, transform, and embed your data — visually, without code.</div>
    </div>

    <div className="product-card product-card-dashboard">
      <span className="product-card-label">Data Agents</span>

      <img src="https://mintcdn.com/corvicinc/Q-M_iQTxZpjy9khN/images/quickstart-agent-chat.png?fit=max&auto=format&n=Q-M_iQTxZpjy9khN&q=85&s=9c7b8b4cc18bfe8cae93d5787f115fa6" alt="Corvic Data Agents — conversational analytics grounded in your data" width="3058" height="2064" data-path="images/quickstart-agent-chat.png" />

      <div className="product-card-tagline">Ask questions in plain language and get answers grounded in your verified data — not hallucinations.</div>
    </div>
  </div>

  <h2 className="home-h2">What is Corvic</h2>

  <p className="home-lead">
    Corvic is the world's first <strong>Intelligence Composition Platform</strong> — a generative
    AI-native enterprise system that lets organizations compose and operationalize intelligent
    workflows across all their data and processes. Instead of building and maintaining brittle
    pipelines and hand-coded integrations, domain experts declaratively assemble operational
    intelligence with explainability, scalability, and operational rigor.
  </p>

  <p className="home-lead">
    Corvic works natively across structured and unstructured enterprise data — from documents,
    tables, and graphs to images and logs — unifying them into adaptive, agentic workflows that
    automate complex decisions, insight generation, and operations at scale.
  </p>

  <h2 className="home-h2">Why Corvic</h2>

  <ul className="home-why">
    <li><strong>Accuracy</strong> — Zero hallucination, 10x more accuracy, and deeper analysis — every answer grounded in your verified enterprise data with citations.</li>
    <li><strong>Improved productivity</strong> — Compose data transformation and embedding at scale without engineering brittle pipelines.</li>
    <li><strong>Explainable quality</strong> — Inspect every agent decision with transparent reasoning chains and citations.</li>
    <li><strong>Performance & efficiency</strong> — Distributed, high-performance computation that's 10x–100x faster than alternatives.</li>
    <li><strong>Security & privacy</strong> — State-of-the-art cryptography and enterprise compliance standards.</li>
  </ul>

  <h2 className="home-h2">How it works</h2>
  <span className="home-section-eyebrow">The Corvic workflow</span>

  <div className="flow">
    <div className="flow-step">
      <span className="flow-step-num">1</span>
      <p className="flow-step-title">Connect</p>
      <p className="flow-step-desc">Bring in your data — files, object stores, databases, live web sources, and external APIs.</p>
    </div>

    <div className="flow-step">
      <span className="flow-step-num">2</span>
      <p className="flow-step-title">Explore</p>
      <p className="flow-step-desc">Investigate and query your data with an agent to surface insights in plain language.</p>
    </div>

    <div className="flow-step">
      <span className="flow-step-num">3</span>
      <p className="flow-step-title">Transform</p>
      <p className="flow-step-desc">Process, clean, augment, join, and embed your data into reusable assets on the canvas.</p>
    </div>

    <div className="flow-step">
      <span className="flow-step-num">4</span>
      <p className="flow-step-title">Deploy</p>
      <p className="flow-step-desc">Create grounded agents, share chats and artifacts, and integrate via MCP.</p>
    </div>
  </div>

  <br />

  <Card title="Start with a Room Template" icon="rocket" href="/features/room-templates" horizontal>
    Skip the setup. Launch a pre-built workflow for venture capital, patent analysis, financial
    research, lead generation, and more — each with a ready-to-use agent.
  </Card>

  <h2 className="home-h2">Build with Corvic</h2>
  <span className="home-section-eyebrow">Core building blocks</span>

  <Columns cols={2}>
    <Card title="Data Rooms" icon="folder" href="/concepts/rooms">
      Isolated workspaces to ingest data, build pipelines, generate Corvic Tables, run Spaces, and deploy agents.
    </Card>

    <Card title="Playbooks" icon="list-check" href="/features/playbooks">
      Reusable, multi-stage plans you compose in plain English to automate recurring data processing and reporting.
    </Card>

    <Card title="Workflows" icon="window" href="/features/workflows">
      A visual canvas for composing data pipelines with drag-and-drop actions — no code required.
    </Card>

    <Card title="Corvic Tables" icon="table-cells" href="/concepts/feature-views">
      Distributed processing tables that define which entities to transform and embed.
    </Card>

    <Card title="Spaces" icon="layer-group" href="/concepts/spaces">
      Turn Corvic Tables into semantic, tabular, image, and relational embeddings.
    </Card>

    <Card title="Agents" icon="robot" href="/concepts/agents">
      LLM-powered agents that reason across your Spaces and tools to answer questions with citations.
    </Card>

    <Card title="Data Sources" icon="database" href="/concepts/data-sources">
      Upload files or connect S3, Azure, Snowflake, GCS, and live web search sources.
    </Card>
  </Columns>

  <h2 className="home-h2">Go further</h2>
  <span className="home-section-eyebrow">Connect, extend, and operationalize</span>

  <Columns cols={2}>
    <Card title="Agent Skills & Artifacts" icon="puzzle-piece" href="/features/agents">
      Extend agents with reusable skills and collect generated artifacts — reports, tables, and charts.
    </Card>

    <Card title="Sharing & Collaboration" icon="share-nodes" href="/features/sharing">
      Share read-only chat threads and artifacts with anyone via secure public links.
    </Card>

    <Card title="API Secret Vault" icon="key" href="/features/api-secret-vault">
      Securely connect 35+ external APIs — Salesforce, HubSpot, PubMed, SerpApi, and more.
    </Card>

    <Card title="Integrations & MCP" icon="plug" href="/integrations/overview">
      Connect Corvic to Python, OpenAI, LangChain, CrewAI, FastAPI, Claude, and Cursor via MCP.
    </Card>
  </Columns>

  <h2 className="home-h2">Keep exploring</h2>

  <CardGroup cols={3}>
    <Card title="Quickstart" icon="bolt" href="/get-started/quickstart">
      Build your first agent in minutes.
    </Card>

    <Card title="Core Concepts" icon="book" href="/concepts/introduction">
      Architecture, components, and principles.
    </Card>

    <Card title="Tutorials" icon="graduation-cap" href="/tutorials/overview">
      Step-by-step video walkthroughs.
    </Card>
  </CardGroup>
</div>
