# Features (/docs/features)



SageOx turns what your team says into what your team — and its AI coworkers — can use. A recording becomes a transcript, the transcript is distilled into decisions and memory, and the result lands in your Team Context for every coworker to read back in assistant-mode, code-mode, or the web app.

<Mermaid
  chart="graph LR
    A[&#x22;Capture&#x22;] --> B[&#x22;Distill&#x22;]
    B --> C[&#x22;Team Context&#x22;]
    C --> D[&#x22;assistant-mode / code-mode / web&#x22;]"
/>

The core features [#the-core-features]

| Feature      | What it does                                                                                                                               | Read                                        |
| ------------ | ------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------- |
| Team Context | Your team's shared knowledge — conventions, decisions, terminology — that coworkers and AI coworkers read back across different work modes | [Team Context](/docs/features/team-context) |
| Distillation | Turns raw transcripts into structured, layered memory worth keeping                                                                        | [Distillation](/docs/features/distill)      |
| Your data    | Where your recordings and context are stored, who can see them, and how to take them with you                                              | [Your data](/docs/features/your-data)       |

How it fits together [#how-it-fits-together]

You [capture](/docs/context-capture) a discussion. SageOx transcribes it and [distills](/docs/features/distill) the transcript into decisions, action items, and memory. That distilled knowledge commits to your [Team Context](/docs/features/team-context) — a real git repo scoped to your team. From there, coworkers can read it back in assistant-mode through MCP, in code-mode through `ox`, or on the web when they need the source material directly.

<Callout type="info">
  A recording's audience is its team. Team Context is scoped per team, so what one workspace records stays within that workspace.
</Callout>

What's next [#whats-next]

* [Team Context](/docs/features/team-context) — the shared knowledge base at the center of it all.
* [Distillation](/docs/features/distill) — how raw recordings become structured memory.
* [Your data](/docs/features/your-data) — storage, visibility, and export.
