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

# Memory Explorer

> Explore the agent's knowledge base.

# Memory Explorer

The Memory Explorer provides a complete view of your agent's knowledge base. The main interface is a large data table displaying memory content, confidence scores, and provenance. Use the numbered controls at the top to filter and traverse this data. To perform similar queries programmatically, see the [`memanto recall` command](/cli/search/recall).

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

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

1. **Time machine controls**: Set a date and switch the explorer to that historical memory state.
2. **Reset to now**: Return from the historical view to the current memory state.
3. **Search and query**: Filter memories by keyword or phrase.
4. **Type filter**: Narrow memory results by category (e.g., event, fact).
