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

# Welcome

> EverOS transforms stateless AI into intelligent agents that remember, learn, and evolve. Extract memory from messages and multimodal data, supporting both multi-user group chat and Human-AI chat.

<div className="flex flex-col items-center text-center mt-20 mb-12">
  <h1 className="text-5xl font-bold">Enable memory with <span className="text-primary">EverOS</span></h1>
  <p className="text-gray-500 mt-4 text-xl">The Memory OS for Agentic AI</p>
</div>

<div className="max-w-5xl mx-auto px-6 py-12">
  <Columns cols={3}>
    <Card title="EverOS Cloud" img="https://mintcdn.com/evermind/SwJBBdb5I_ezvpeP/images/dashboard.jpg?fit=max&auto=format&n=SwJBBdb5I_ezvpeP&q=85&s=46f498a4c4e5009f8d37c1672238e88d" href="/cloud/overview" width="1251" height="881" data-path="images/dashboard.jpg">
      Production-ready managed memory infrastructure for your AI agents—ship persistent, evolving memory in minutes.
    </Card>

    <Card title="Open Source" img="https://mintcdn.com/evermind/SwJBBdb5I_ezvpeP/images/opensource.jpg?fit=max&auto=format&n=SwJBBdb5I_ezvpeP&q=85&s=33760b013a735cf29fcee4d100762cc8" href="/open-source/overview" width="1253" height="881" data-path="images/opensource.jpg">
      Self-host and customize every stage of the memory pipeline for your own stack and workflows.
    </Card>

    <Card title="API Reference" img="https://mintcdn.com/evermind/SwJBBdb5I_ezvpeP/images/API.jpg?fit=max&auto=format&n=SwJBBdb5I_ezvpeP&q=85&s=5eafa56e10ab53a00b4f49a348a25f88" href="/api-reference/introduction" width="1252" height="880" data-path="images/API.jpg">
      Explore endpoints, request/response schemas, and examples to integrate memory into your product.
    </Card>
  </Columns>
</div>
