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

# Playground

> Interactive testing area for memory operations.

# Playground

The Playground provides an interactive testing area to manually perform memory operations without needing to use the CLI.

<div style={{ position: "relative", width: "100%", maxWidth: "1920px", margin: "0 auto" }}>
  <img src="https://mintcdn.com/memanto/F_q9DVKuuTw1KDp7/logo/cli/ui/playground-page.png?fit=max&auto=format&n=F_q9DVKuuTw1KDp7&q=85&s=04ca2a3d98fdada3b265f37e0085e99a" alt="Memanto playground page" style={{ width: "100%", borderRadius: "12px", border: "1px solid #1f2937" }} width="1842" height="765" data-path="logo/cli/ui/playground-page.png" />

  <div style={{ position: "absolute", top: "8%", left: "21%" }}><span style={{ background: "#0f766e", color: "#ffffff", borderRadius: "9999px", padding: "4px 9px", fontWeight: 700, fontSize: "12px" }}>1</span></div>
  <div style={{ position: "absolute", top: "8%", left: "30%" }}><span style={{ background: "#0f766e", color: "#ffffff", borderRadius: "9999px", padding: "4px 9px", fontWeight: 700, fontSize: "12px" }}>2</span></div>
  <div style={{ position: "absolute", top: "8%", left: "37%" }}><span style={{ background: "#0f766e", color: "#ffffff", borderRadius: "9999px", padding: "4px 9px", fontWeight: 700, fontSize: "12px" }}>3</span></div>
  <div style={{ position: "absolute", top: "8%", left: "45%" }}><span style={{ background: "#0f766e", color: "#ffffff", borderRadius: "9999px", padding: "4px 9px", fontWeight: 700, fontSize: "12px" }}>4</span></div>
  <div style={{ position: "absolute", top: "8%", left: "53%" }}><span style={{ background: "#0f766e", color: "#ffffff", borderRadius: "9999px", padding: "4px 9px", fontWeight: 700, fontSize: "12px" }}>5</span></div>
</div>

1. **Remember**: A form to manually store memories with full metadata (type, confidence, tags, source, provenance).
2. **Answer (RAG)**: A chat interface to ask questions against the agent's memory.
3. **Recall**: Advanced search interface with limits, type filtering, and similarity thresholds.
4. **Upload File**: Interface to upload documents directly into the agent's memory namespace.
5. **Conversation Extraction**: Process full conversations to automatically extract memories and insights.
