Files
ironclaw/docs/drafts/ui-reference/memory.mdx
2026-04-09 14:18:30 +02:00

38 lines
1.1 KiB
Plaintext

---
title: "Memory Tab"
description: "Search and manage persistent memory and workspace documents"
---
## Memory Overview
Search through your persistent memory using hybrid search (full-text + semantic). Access workspace documents and conversation history.
<Frame>
<img src="/assets/screenshots/web-memory-overview.png" alt="Memory Overview" />
</Frame>
### UI Elements
- **Memory Search**: Hybrid search across all memory documents
- **Memory Tree**: Hierarchical view of memory documents
- **Search Results**: Matching documents with relevance scores
- **New Document Button**: Creates a new memory document
### How to Interact
- **Memory Search**: Type to search; results ranked by relevance
- **Memory Tree**: Click folders to expand; click documents to view
- **Search Results**: Click a result to view the full document
- **New Document Button**: Click to add a new document to your workspace
### Usage
Use Memory to recall past conversations and access stored documents. The hybrid search combines full-text and semantic matching to find relevant information.
### Related Features
- [chat](/ui-reference/chat)
- [skills](/ui-reference/skills)
---