# About SageOx (https://sageox.ai/docs)

# About SageOx

SageOx turns what your team says and does into context your coworkers and AI coworkers can reuse. Some teams start in **assistant-mode** through an MCP-connected assistant. Some start in **code-mode** with `ox` in a checked-out repo. Others start in **capture-mode** by recording discussions in the browser or with a dedicated device. The product should make sense from any of those entry points.

```mermaid
graph TD
    A["Recordings, uploads, and sessions"] --> B["Team Context + Ledger"]
    B --> C["assistant-mode"]
    B --> D["code-mode"]
    B --> E["capture + web playback"]
```

The loop: capture what matters, let SageOx distill it into shared context, then read it back from the surface that fits how you work.

## What SageOx does

SageOx helps with three jobs:

- **Capturing discussions and work** so decisions do not evaporate
- **Turning raw recordings and sessions into Team Context and Ledger history**
- **Making that context available** in MCP-connected assistants, repo-based coding tools, and the web app

## Quick Start

Start from the mode that matches how you work first:

| If you mostly use | Start here | Read |
|---|---|---|
| ChatGPT, Claude Cowork, Claude Desktop, or another MCP-capable assistant | Start in **assistant-mode** | [MCP overview](/docs/mcp) |
| Claude Code, Codex CLI, Gemini CLI, Aider, or another repo-first coding tool | Start in **code-mode** | [Quickstart: ox CLI](/docs/cli/quickstart) |
| Browser recorder, Ox Dot, or imported recordings | Start in **capture-mode** | [Context capture](/docs/context-capture) |

If you are new and not sure which path fits, start with assistant-mode for questions and discovery, then add code-mode if you work in local repos.

## Features

### Team Context
Shared knowledge your team builds over time:
- Decisions from discussions and recordings
- Conventions, terminology, and working norms
- Context every coworker — human or AI — can reuse

### Recording & Transcription
Capture team discussions and make them searchable:
- Record directly from the [web app](/docs/context-capture/console) or mobile
- Capture in-room discussions with [Ox Dot](/docs/context-capture/ox-dot)
- [Import video walkthroughs](/docs/context-capture/video-import) from Cap, Loom, or local files
- Automatic AI transcription with speaker identification
- Insights feed into your Team Context

### Assistant-mode
Use SageOx directly inside assistants that support MCP:
- Search team knowledge from the assistant you already use
- Save useful chats and sessions back into SageOx
- Work with interactive cards in tools that support them

### Code-mode
Use `ox` when your AI coworker works inside a checked-out repo:
- [`ox login`](/docs/cli/auth) - Authenticate with SageOx
- [`ox init`](/docs/cli/init) - Connect a repository
- [`ox agent prime`](/docs/cli/prime) - Inject Team Context into repo-based coding sessions
- [`ox doctor`](/docs/cli/doctor) - Diagnose setup issues when something seems off

## Next steps

- **Just want to try it?** [Solo Quickstart](/docs/quickstart/solo) — get value in 5 minutes, no team needed
- **Creating a team?** [Team Setup Quickstart](/docs/quickstart/team-setup)
- **Joining a team?** [New Team Member Quickstart](/docs/quickstart/new-team-member)
- [MCP overview](/docs/mcp) - Connect SageOx to your assistant
- [Getting Started](/docs/getting-started) - Full setup walkthrough
- [FAQ](/docs/faq) - Common questions about setup, context, and data
- [Quickstart: ox CLI](/docs/cli/quickstart) - CLI reference
- [Console Recorder](/docs/context-capture/console) - Record team meetings
- [Ox Dot](/docs/context-capture/ox-dot) - Dedicated in-room capture
- [Video Import](/docs/context-capture/video-import) - Import screen recordings as team knowledge
