# Context capture (/docs/context-capture)



Context capture is every way knowledge gets into SageOx. Record a discussion, upload an existing file, or import a video — each path transcribes, extracts insights, and commits the result to your [Team Context](/docs/features/team-context), where your AI coworkers read it.

Discussion capture [#discussion-capture]

A Discussion is a transcribed recording of a human-to-human conversation — a standup, a design review, an incident retro. Pick the mechanism that matches where the conversation happens.

| Mechanism                  | What it captures                                      | Status          | Link                                                            |
| -------------------------- | ----------------------------------------------------- | --------------- | --------------------------------------------------------------- |
| Ox Dot                     | In-room audio from a dedicated hardware device        | Available       | [Ox Dot](/docs/context-capture/ox-dot)                          |
| Console Recorder           | A live discussion straight from your browser or phone | Available       | [Console Recorder](/docs/context-capture/console)               |
| Audio + transcript upload  | An existing audio file or transcript from any source  | Available       | [Audio + transcript upload](/docs/context-capture/audio-upload) |
| Loom, Figma, Cap video     | A screen recording or video walkthrough               | Available       | [Video import](/docs/context-capture/video-import)              |
| Ox App                     | On-the-go audio from your phone                       | **Coming soon** | —                                                               |
| Zoom / Google Meet / Teams | A meeting an AI coworker joins and records            | **Coming soon** | —                                                               |
| Slack / Mattermost         | Chat-based team discussions from your workspace       | **Coming soon** | —                                                               |

<Callout type="info">
  The Ox App, Slack and Mattermost capture, and meeting-platform capture are in development. Meeting capture for Zoom, Google Meet, and Teams ships behind the `meeting_join` feature flag.
</Callout>

How captured context flows [#how-captured-context-flows]

Every mechanism feeds the same pipeline. The source differs; the destination is always Team Context.

<Mermaid
  chart="graph LR
    A[&#x22;Capture&#x22;] --> B[&#x22;Transcribe&#x22;]
    B --> C[&#x22;Extract insights&#x22;]
    C --> D[&#x22;Team Context&#x22;]
    D --> E[&#x22;AI coworker access&#x22;]"
/>

Transcription and insight extraction run automatically after capture. When the pipeline finishes, decisions, action items, and rationale commit to your Team Context — the shared knowledge every AI coworker reads at session start.

Choosing a mechanism [#choosing-a-mechanism]

| You have                                      | Use                                                             |
| --------------------------------------------- | --------------------------------------------------------------- |
| A discussion happening right now              | [Console Recorder](/docs/context-capture/console)               |
| An audio file or transcript from another tool | [Audio + transcript upload](/docs/context-capture/audio-upload) |
| A Loom, Figma, or Cap walkthrough             | [Video import](/docs/context-capture/video-import)              |
| A terminal and a local file                   | [Import via CLI](/docs/context-capture/video-import-cli)        |

What's next [#whats-next]

* [Discussions](/docs/context-capture/discussions) — what discussions capture and how they're stored
* [Console Recorder](/docs/context-capture/console) — record directly from your browser
* [Video import](/docs/context-capture/video-import) — import Loom, Figma, and Cap recordings
* [Team Context](/docs/features/team-context) — where captured knowledge lives
