docs/cookbooks/overview.mdx
With Mem0, you can create stateful LLM-based applications such as chatbots, virtual assistants, or AI agents. Mem0 enhances your applications by providing a memory layer that makes responses:
Here are some examples of how Mem0 can be integrated into various applications:
The most popular cookbooks to get going fast:
<CardGroup cols={3}> <Card title="Build an AI companion" icon="users" href="/cookbooks/essentials/building-ai-companion"> The core memory lifecycle, end to end. </Card> <Card title="Self-host with Ollama" icon="server" href="/cookbooks/companions/local-companion-ollama"> Run Mem0 fully local with Ollama. </Card> <Card title="Partition memory by entity" icon="layer-group" href="/cookbooks/essentials/entity-partitioning-playbook"> Scope memories per user, agent, and app. </Card> </CardGroup>Have a unique Mem0 use case or integration? We'd love to feature your cookbook!
All cookbooks follow a standardized template to ensure consistency and quality. Check out our template to see the structure and best practices.
<CardGroup cols={2}> <Card title="Cookbook Template" icon="book-open" href="/templates/cookbook_template"> Follow this structure for narrative, end-to-end Mem0 workflows. </Card> <Card title="Contribution Guide" icon="github" href="https://github.com/mem0ai/mem0/blob/main/CONTRIBUTING.md" > Learn how to submit your cookbook to the Mem0 repository. </Card> </CardGroup>