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

# Welcome to Intellibase

> The context engineering layer for your agents

## What is Intellibase?

Intellibase is a modular knowledge graph powered context engine that uniquely adapts to
your agent's use-case enabling it to have a nuanced understanding of the knowledge it needs to work.
It provides two powerful operating modes:

<CardGroup cols={2}>
  <Card title="KG + Vector Mode" icon="project-diagram" color="#6366f1">
    Build hierarchical, temporally-aware knowledge graphs with semantic search capabilities
  </Card>

  <Card title="Vector-Only Mode" icon="database" color="#818cf8">
    Fast semantic search without knowledge graph construction
  </Card>
</CardGroup>

## Ready to Get Started?

<Card title="Quick Start Guide" icon="rocket" href="/quickstart" color="#10b981">
  Learn how to set up Intellibase, create your first project, and start building intelligent agents in minutes
</Card>
