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

# Memory

> Pointer to the memory documentation.

CORE's memory is a temporal knowledge graph. Episodes are the raw ingested content. Entities are nodes (people, projects, technologies, etc.). Statements are atomic facts classified by aspect. Labels scope queries.

<CardGroup cols={2}>
  <Card title="Memory Overview" icon="database" href="/memory/overview">
    Primitives, storage, and retrieval.
  </Card>

  <Card title="How CORE Searches" icon="magnifying-glass" href="/memory/how-core-searches">
    Query classification, hybrid search, and ranking.
  </Card>

  <Card title="How CORE Ingests" icon="arrow-down-to-line" href="/memory/how-core-ingests">
    Ingestion pipeline from raw input to statements.
  </Card>

  <Card title="Reference" icon="book" href="/memory/reference">
    Enums, MCP tools, and vector namespaces.
  </Card>
</CardGroup>
