# Transcription

**What is it?**

* **Description**: A powerful meeting assistant built directly into the Rox Mac App that transforms your customer conversations into actionable intelligence. The Rox Agent Swarm not only captures meeting transcripts, but analyzes conversations in real-time to surface key insights, track commitments, and compile clear next steps --- all automatically organized within Rox Notes & Calendar for seamless follow-up.
* **How are people using it today**:&#x20;
  * Sales reps stay focused on customer conversations while Rox handles notes and follow-ups
  * Teams quickly align on meeting outcomes through AI-generated summaries
  * CS managers easily track product feedback across meetings
  * AEs use transcripts for team onboarding and relationship continuity
  * Sales leaders leverage insights for coaching and deal visibility

#### What’s the buzz?

* Meeting transcription eliminates the cognitive load of note-taking, allowing sales reps to focus fully on customer conversations
* While basic transcription tools exist, Rox's solution contextualizes transcripts and next step suggestions based on (1) your preferences, (2) previous meeting history and (3) account data.

#### What’s in the secret sauce?

* **Feature desiderata:** accurate (high-quality transcription), intelligent (context-aware), fast (generates transcription in near real-time)
* **Technical details**
  * **Architecture**:
    * **Audio Processing**: Real-time speech-to-text conversion with speaker diarization&#x20;
    * **Context fetching:** Fetch context relevant to meeting (people, meeting history, account usage, relevant insights, etc.) using a combination of structured queries and semantic-based retrieval.
    * **Analysis**: Processes transcribed text using LLMs to identify key discussion points, commitments, and action items.&#x20;
    * **Integration:** Automatically saves and organizes transcripts within Rox SOR and notes.

#### What’s next?

* **Automated follow-up:** take next step actions (i.e., draft email, schedule calendar events)
* **In-meeting support:** provide strategic real-time feedback during a meeting based on company playbooks!


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.rox.com/development/engineering/docs/agent-swarm-tm-layer/workflow-specific-agents/outreach-agent/transcription.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
