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

# Cognee Documentation

> Welcome to Cognee Documentation

<CardGroup cols={1}>
  <Card title="Get Started with Cognee" href="/getting-started/introduction" icon="rocket">
    Quickstart your journey with Cognee. Install, configure, and run your first example to build AI memory applications.
  </Card>
</CardGroup>

<img className="block dark:hidden" src="https://mintcdn.com/cognee/vwnXCiga2uYd2q3a/images/how-does-ai-memory-work-gray.png?fit=max&auto=format&n=vwnXCiga2uYd2q3a&q=85&s=bcf11e31ebbbb249827ec8ea1c70e1b6" alt="Diagram showing raw documents becoming chunks, extracted entities, derived concepts, induced ontologies, and searchable memory through remember, improve, and recall." width="9798" height="4296" data-path="images/how-does-ai-memory-work-gray.png" />

<img className="hidden dark:block" src="https://mintcdn.com/cognee/vwnXCiga2uYd2q3a/images/how-does-ai-memory-work-black.png?fit=max&auto=format&n=vwnXCiga2uYd2q3a&q=85&s=40241b70bc0e8e8f8552a0216868e1b8" alt="Diagram showing raw documents becoming chunks, extracted entities, derived concepts, induced ontologies, and searchable memory through remember, improve, and recall." width="9798" height="4296" data-path="images/how-does-ai-memory-work-black.png" />

<CardGroup cols={2}>
  <Card title="Core Concepts: Understanding Cognee" href="/core-concepts/overview" icon="brain">
    Learn about Cognee's architecture, building blocks, and main operations that power the system.
  </Card>

  <Card title="Setup Configuration" href="/setup-configuration/overview" icon="settings">
    Set up LLM providers, embedding engines, vector stores, and graph databases to customize Cognee for your needs.
  </Card>

  <Card title="Essential Guides and Customizing Cognee" href="/guides/custom-tasks-pipelines" icon="book">
    Step-by-step guides for customizing Cognee, including custom tasks, pipelines, and advanced configuration.
  </Card>

  <Card title="Examples and Use Cases" href="/examples/overview" icon="target">
    Explore real-world examples and use cases for building AI memory applications with Cognee.
  </Card>
</CardGroup>
