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

# Introduction

> The context layer for AI agents

## What is ContextOne?

ContextOne is a context layer for AI agents that supercharges AI assistants with instant access to documentation and context.

Imagine your AI assistant has instant access to all the knowledge it needs. That's what ContextOne provides.

We give AI assistants a massive knowledge base with:

* **Public docs** from popular tools and frameworks (React, Python, AWS, etc.) - updated daily.
* **Your private docs** - company internal docs, code repos, websites - secure and private
* **Semantic search** that understands meaning, not just keywords
* **Multi-version support** - query specific versions like React v17 or v18

No more explaining the same things over and over. Your AI gets smarter answers instantly.

<Columns cols={2}>
  <Card title="Public Registry" icon="database">
    Access thousands of public docs, updated daily and growing rapidly. Instantly power your AI agents with a massive, ready-to-use knowledge base.
  </Card>

  <Card title="Private Documentation" icon="shield">
    Index your company's internal docs (crawling sites, GitHub repos, LLMs.txt, and more). Keep sensitive content private while giving your AI agents full access.
  </Card>

  <Card title="Multi-Version Indexing" icon="layer-group">
    Manage multiple versions of the same documentation in one index. Query exactly the version you need—like React v17 or v18 without losing context.
  </Card>

  <Card title="MCP & API Integration" icon="plug">
    We provide intelligent MCP server that work with any AI agent you have, including Cursor, Claude Code, OpenCode, and more. You can also integrate our API to tailor for your specific use case.
  </Card>
</Columns>

## Get Started

<Columns cols={2}>
  <Card title="Quick Start" icon="rocket" href="/quickstart">
    Get started with ContextOne in minutes. Learn how to index your first documents and connect them to your AI agents.
  </Card>

  <Card title="API Reference" icon="code" href="/api-reference/overview">
    Explore our comprehensive API documentation for integrating ContextOne into your applications.
  </Card>
</Columns>
