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

# Welcome

> Your Home for MemMachine Documentation

Meet **MemMachine**, an open-source memory layer for advanced AI agents.  It enables AI-powered applications to **learn**, **store**, and **recall** data and preferences from past sessions to enrich future interactions.  MemMachine’s memory layer persists across multiple sessions, agents, and large language models, building a sophisticated, evolving user profile. It transforms AI chatbots into personalized, context-aware AI assistants designed to understand and respond with better precision and depth.

## Let's Get Started

You can get started with MemMachine in the following ways:

<Columns cols={2}>
  <Card title="Get Started" icon="rocket" href="/getting_started/quickstart">
    Get up and running fast
  </Card>

  <Card title="Examples" icon="folder-open" href="/examples/introduction">
    Download an example use case
  </Card>
</Columns>

## Local Installations

Ready to get started with MemMachine? You can run it on your own machine or in the cloud.

The easiest way to get up and running is with the quickstart options above. If you want to install MemMachine yourself using **pip** or by downloading the code from our GitHub repo, you'll find detailed instructions in the **Install Guide** on the left-hand navigation menu.

## Know the Fundamentals

MemMachine fits in to the AI Agent Developers Toolbox by providing a personalized memory layer that affects the operations of agents, and the responses that they deliver.

<Card title="Core Concepts" icon="brain" href="/core_concepts/agentic_memory" horizontal>
  Learn about the key elements of AI Agents, their workflow, and the need for Personalized Memory.
</Card>

## Need Help?

<Columns cols={2}>
  <Card title="Discord" icon="discord" href="https://discord.gg/usydANvKqD">
    Join our Community and Ask Questions
  </Card>

  <Card title="Github" icon="github" href="https://github.com/MemMachine/MemMachine/issues">
    Open New or Review Existing Issues
  </Card>
</Columns>
