# Record your first discussion (/docs/mobile/record-first-discussion)



A Discussion is a recorded human conversation — a standup, a design review, an incident retro. SageOx turns it into context: a transcript, a summary, and the decisions worth keeping.

<ScreenFrame caption="Console Recorder mid-recording: live timer, level meter, and the team the recording belongs to." />

Start recording [#start-recording]

Open the [Console Recorder](/docs/context-capture/console) in your browser, pick the team this conversation belongs to, and start talking.

<Steps>
  <Step>
    Open the Console Recorder and choose the team the discussion belongs to. Workspace scope decides who can see it.
  </Step>

  <Step>
    Press **Record**. A live timer and level meter confirm capture is running. Audio streams to the cloud as you speak, and a local copy is kept until the server confirms receipt — so nothing is lost if your connection blinks.
  </Step>

  <Step>
    Press **Stop** when the conversation ends. Transcription and extraction start on their own.
  </Step>
</Steps>

What it becomes [#what-it-becomes]

When the pipeline finishes, your recording is no longer only audio. It's context.

<Mermaid
  chart="graph LR
    A[&#x22;Discussion&#x22;] --> B[&#x22;Transcript&#x22;]
    B --> C[&#x22;Summary&#x22;]
    C --> D[&#x22;Decisions&#x22;]
    D --> E[&#x22;Team Context&#x22;]"
/>

The transcript, summary, and extracted decisions commit to your [Team Context](/docs/features/team-context) — the shared knowledge every coworker, human or AI, reads. An AI coworker picks it up the next time it runs `ox agent prime`.

<Callout type="info">
  A recording's audience is its team. Choose the right team before you record, and only that workspace can see it.
</Callout>

What's next [#whats-next]

* [Console Recorder](/docs/context-capture/console) — every way to record from your browser.
* [Team Context](/docs/features/team-context) — where your captured discussion lives.
* [Get the most out of SageOx](/docs/mobile/get-the-most) — turn one recording into a daily habit.
