Help Center / Capturing Artifacts
Capturing Artifacts
Save AI conversations as structured knowledge artifacts in two simple steps.
The two-button flow
When you are on a supported AI chat page, the Remoria extension adds two buttons: “Summarize” and “Capture.”
- Summarize — Sends a specialized prompt to the AI, asking it to extract structured knowledge from the conversation. Wait for the AI to finish responding.
- Capture — Parses the AI's structured response and saves the artifact to your dashboard.
Both buttons are always visible and enabled. After a successful capture, the Summarize button changes to “Captured ✓” so you can see at a glance that the conversation has already been captured. You can click Summarize again at any time to re-capture after continuing the conversation.
What gets captured
Each artifact includes the following fields extracted by the AI:
- Title — A descriptive title for the artifact.
- Summary — A concise, human-readable overview of the conversation's key content.
- Key Points — Bullet-point takeaways and actionable insights.
- AI Context — A structured continuation block designed for AI consumption (see below).
- Collection — A suggested collection to organize the artifact into.
- Tags — Relevant tags for filtering and discovery.
AI Context for continuation
In addition to the human-readable summary, every capture generates a structured AI Context block. This is not meant for you to read — it's optimized for another AI to pick up exactly where the conversation left off.
It contains three sections:
- PROBLEM — The original question or goal (1–2 sentences).
- KEY EXCHANGES — 3–8 condensed Q&A pairs with concrete specifics (decisions, numbers, code).
- STATE — Decisions made, action items, open questions, and unresolved threads.
When you inject an artifact into a new chat via @rem, Remoria uses this AI Context instead of the summary — giving the new AI a precise, actionable starting point rather than a vague overview.
You can view, edit, and copy the AI Context from the artifact detail drawer in your Library. Click any artifact, then expand the “AI Context” section to see or modify what gets injected.
Incremental capture
You do not have to wait until a conversation is finished to capture. The extension tracks your position in the conversation (message index), so you can capture at any point and then capture again later to pick up new content. Each incremental capture is linked to the same conversation thread.
Deduplication
Remoria automatically deduplicates artifacts based on a SHA-256 hash of the raw structured block. If you accidentally capture the same content twice, only one copy is stored. This keeps your library clean without any extra effort.