> ## 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.

# Cloud Overview

> Integrate the memory foundation for your AI Agent in minutes.

## EverOS Cloud Overview

EverOS Cloud is a production-grade managed infrastructure empowering AI Agents with persistent, evolving memory, which allows developers to offload the complexity of infrastructure orchestration and maintenance.

### How does EverOS work? (a quick glance)

<img src="https://mintcdn.com/evermind/TUoyEoFy9W8H_n0J/images/evermemos-work.png?fit=max&auto=format&n=TUoyEoFy9W8H_n0J&q=85&s=7e9e66774e8049ec23cc3850820656ca" alt="EverOS workflow" width="1996" height="948" data-path="images/evermemos-work.png" />

1. **Episodic Trace Formation**: EverOS monitors the continuous dialogue stream and uses semantic boundary detection to segment interactions into coherent events.
2. **Structured Encoding**: For each event, it synthesizes a **MemCell** containing a concise third-person **Episode**, atomic **Facts**, and time-bounded **Prospections**.
3. **Semantic Consolidation**: Instead of flat storage, MemCells are dynamically clustered into thematic **MemScenes** (e.g., "Health", "Work") to capture high-level contexts.
4. **Profile Evolution**: The system continuously distills these scenes to update a structured **User Profile**, separating stable traits from temporary states.
5. **Reconstructive Recollection**: Your agent retrieves context via hybrid search (BM25/vector/RRF) or **Agentic Retrieval**. EverOS navigates MemScenes, filters for time-valid evidence, and iterates until the retrieved context is "necessary and sufficient."
6. **Grounded Reasoning**: The agent uses the returned memories as grounded context to respond and plan—enabling long-horizon reasoning without replaying weeks or months of history in the prompt.

## Core Memory Operations

<Columns cols={2}>
  <Card title="Add Memory" icon="pen-to-square" href="/api-reference/memories/add-personal-memories">
    Extract memory from messages and interactions.
  </Card>

  <Card title="Get Memory" icon="palette" href="/api-reference/memories/get-memories">
    Precise memory filtering based on specific metadata fields.
  </Card>

  <Card title="Search Memory" icon="map" href="/api-reference/memories/search-memories">
    Context-aware memory search according to keywords using hybrid retrieval (including BM25, vector search)
  </Card>
</Columns>

## Continue to

<CardGroup cols={2}>
  <Card title="Compare with Open Source" icon="scale-balanced" href="/comparisons/cloud-vs-opensource" />

  <Card title="Quickstart with three steps" icon="rocket" href="/cloud/quickstart" />
</CardGroup>
