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

# Introduction to Corvic

> Learn about Corvic's core principles and architecture

## What is Corvic

Corvic is the world's first Intelligence Composition Platform — a generative AI-native enterprise system that lets organizations compose and operationalize intelligent workflows across all their data and processes. Instead of forcing teams to build and maintain brittle pipelines and hand-coded integrations, Corvic lets domain experts declaratively assemble operational intelligence that powers mission-critical applications with explainability, scalability, and operational rigor.

Corvic works natively across structured and unstructured enterprise data — from documents, tables, and graphs to images and logs — and unifies them into adaptive, agentic workflows that automate complex decision processes, insight generation, and operational operations at scale. Its adaptive orchestration intelligently plans and executes multi-step reasoning and actions, turning domain expertise into robust, production-ready intelligence without deep engineering overhead.

As an [end-to-end solution](/reference/glossary#end-to-end-solution), Corvic simplifies how teams ingest, transform, and operationalize data into explainable, enterprise-grade intelligence — enabling faster deployment of AI-powered agents and workflows that drive real business outcomes. This robust approach enables sophisticated applications in both [Generative AI](/reference/glossary#generative-ai) (information retrieval) and [Predictive AI](/reference/glossary#predictive-ai) (feature engineering) domains, surpassing the capabilities of traditional LLM-based methods used in semantic search.

## Core Principles

### Improved Productivity

Corvic streamlines data transformation and embedding generation at scale, eliminating the need for you to develop a production-ready embedding generation pipeline solution. With Corvic, you can start your first data insight spaces in just minutes or hours, and build production-ready embedding pipelines in a matter of days.

### Explainable Quality

Corvic leverages state-of-art data transformation as well as dedicated [GenAI](/reference/glossary#generative-ai) and [GraphAI](/reference/glossary#graph-ai) algorithms to produce high-quality signals from data. Users can benefit from realtime metrics, visualization dashboards, and continuous monitoring to obtain transparent insights into model predictions and ensure about the effectiveness of their embeddings at any time.

### Performance & Efficiency

Corvic relies on distributed high-performance computation and optimized proprietary implementations of its embedding algorithms that are 10x-100x faster than alternative implementations including open-source software. Corvic's embedding algorithms do not necessarily depend on exotic hardware and excessive GPU usage.

### Security & Privacy

Corvic offers data protection through best practices of secure development and state-of-the-art cryptography. Corvic leverages top-tier privacy measures and compliance standards to ensure the privacy of its customers.

## The Architecture

The Corvic Platform ingests multi-structured data, generates and manages multi-space embeddings, and serves them through vector search and retrieval APIs. On top of these embeddings, you create agents that reason across your data to deliver explainable, enterprise-grade intelligence.

<Card title="Architecture Details" icon="diagram-project" href="/concepts/architecture">
  Learn more about the platform architecture.
</Card>

## Platform Components

These are the building blocks you'll work with across Corvic. Each links to a deeper concept guide.

| Component        | What it is                                                                                                                                   |
| ---------------- | -------------------------------------------------------------------------------------------------------------------------------------------- |
| **Organization** | The top-level structure that manages users, roles, and rooms. Each organization's data is isolated and runs on dedicated workload execution. |
| **Room**         | An isolated workspace that holds your data sources, workflows, skills, and agents. Data in one room is never accessible from another.        |
| **Data Source**  | The raw data you bring in — files, storage connectors, web sources, or API fetches — both structured and unstructured.                       |
| **Workflow**     | A repeatable pipeline of actions that processes, transforms, and embeds your data, built by an agent or by hand on a canvas.                 |
| **Corvic Table** | A distributed processing construct that composes multiple inputs into a unified, addressable representation of an entity.                    |
| **Space**        | An embedding of a Corvic Table — the *how* of turning data into vectors for search, analysis, and agents.                                    |
| **Agent**        | An LLM-powered assistant that reasons across your data and spaces to answer questions and generate insights.                                 |

<CardGroup cols={2}>
  <Card title="Rooms" icon="folder" href="/concepts/rooms">
    Isolated, private workspaces for your data.
  </Card>

  <Card title="Corvic Tables" icon="eye" href="/concepts/feature-views">
    Compose entities for distributed processing.
  </Card>

  <Card title="Spaces" icon="layer-group" href="/concepts/spaces">
    Turn Corvic Tables into embeddings.
  </Card>

  <Card title="Agents" icon="robot" href="/concepts/agents">
    Reason across your data with LLMs.
  </Card>
</CardGroup>

## Next Steps

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

  <Card title="Core Concepts" icon="book" href="/get-started/concepts">
    Understand the fundamental concepts.
  </Card>

  <Card title="Features" icon="grid-2" href="/features/rooms">
    Explore what you can do in the platform.
  </Card>

  <Card title="API Integrations" icon="plug" href="/integrations/overview">
    Integrate with your existing workflows.
  </Card>
</CardGroup>
