Bring Your Context Into Tvix
Main ways to feed context into Tvix: paste chat history, agent conversations, Chat in Dashboard, app integrations, and markdown imports.
Tvix gets smarter the more context it has. The main ways to bring context in:
Chat History Import
Bootstrap from ChatGPT, Claude, or Gemini:
- Export or copy conversation text from your LLM client.
- Open Sources, choose ChatGPT / Claude / Gemini, and paste the content.
- Tvix captures it into the memory pipeline.
Tip: Import history first to bootstrap, then let agents and Chat continue building context as you work.
Live Agent Conversations
Once you've connected an agent via the Quickstart, context is captured when the agent calls capture_memory. Agents can also call create_wiki_note for reference-style notes.
Chat in Dashboard
Chat can save durable personal context as memory, or create wiki notes when you ask it to save factual material. See Chat.
App Integrations
Connect apps from Sources:
- Gmail / Google Calendar / Drive (Google Workspace OAuth)
- Slack
- Notion
- GitHub
Live integrations sync in the background after connection (when OAuth credentials and Celery workers are configured). Details: App Integrations.
Markdown / Obsidian paste
On Sources, use Obsidian / Markdown and paste content to create a wiki note. Vault zip upload is not available in the current UI.
What Gets Captured
| Source | Lands in |
|---|---|
| Chat history paste | Memory |
Agent capture_memory | Memory |
| Chat save | Memory or Wiki |
| Gmail / Calendar / Slack / GitHub sync | Memory / artifacts |
| Notion sync | Workspace / wiki-related content |
| Markdown paste | Wiki note |
Next Steps
Use Your Context
Learn how to retrieve and interact with stored knowledge.
Knowledge Wiki
Knowledge Atlas notes, projects, and inbox.
How Tvix Works
Understand ingest and retrieval.