> ## Documentation Index
> Fetch the complete documentation index at: https://miniti.app/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# first meeting

> record, review, save

the recommended flow on macos:

1. **start** a session (`⌘⇧R`)
2. **talk** normally - transcript and insights update live
3. **stop** when you want to review (`⌘⇧R` again)
4. **review** transcript, notes, and insights
5. **resume** if needed (same session, no duplicate meeting)
6. **save** (`⌘S`) when finished
7. the saved meeting opens automatically in history
8. **export** markdown or **send to attio** (saved meetings only)

## step by step (macos)

### 1. pick your audio sources

on the home screen, toggle:

* **microphone** - records your voice
* **system audio** - records the other side of a call

most users want both on.

<Tip>
  click **test audio** before recording to verify both sources are being captured.
</Tip>

### 2. pick a language (optional)

defaults to english. pick any of the [11 supported languages](/docs/reference/languages) from the dropdown before you start. transcription, insights, and filler word detection all adapt.

<Tip>
  before an important call, add company jargon to the [personal dictionary](/docs/features/transcription#personal-dictionary) in settings so product names and acronyms land correctly in the live transcript.
</Tip>

### 3. start recording

click the start button or press `⌘⇧R`. you'll see:

* your mic captioned as **"you"** (green)
* system audio captioned as **"speaker 1"**, **"speaker 2"**, etc. (blue)
* summary, action items, topics, and discussion flow updating live on the right

### 4. stop, review, save

press `⌘⇧R` again to stop. the session enters a **stopped** state where you can:

* review transcript, notes, and insights
* **resume** (`⌘⇧R`) to keep going in the same session
* **save** (`⌘S`) to commit it to history
* **discard** (`⌘⌫`) to throw it away

### 5. after saving

the saved meeting opens in history. you can:

* switch between [insight modes](/docs/features/ai-insights) with `⌘1` / `⌘2` / `⌘3` / `⌘4` / `⌘5`
* edit the title and notes
* **copy to markdown** from any section header
* **send to attio** (see [attio integration](/docs/integrations/attio))
* regenerate insights with **update**

## ios

1. open the app
2. tap record
3. talk - the dynamic island shows a recording dot and timer; the lock screen shows the live transcript
4. tap stop
5. review, save, or discard

ios records mic only - system audio capture is a macos feature.

<script
  type="application/ld+json"
  dangerouslySetInnerHTML={{ __html: JSON.stringify({
"@context": "https://schema.org",
"@type": "HowTo",
"name": "how to record your first meeting with miniti on macOS",
"description": "step-by-step guide to recording, reviewing, and saving a meeting with miniti on macOS.",
"totalTime": "PT5M",
"tool": [
{ "@type": "HowToTool", "name": "miniti for macOS" },
{ "@type": "HowToTool", "name": "microphone" }
],
"step": [
{
  "@type": "HowToStep",
  "position": 1,
  "name": "pick your audio sources",
  "text": "on the home screen, toggle the microphone (records your voice) and system audio (records the other side of a call). most users want both on. click test audio before recording to verify both sources are captured."
},
{
  "@type": "HowToStep",
  "position": 2,
  "name": "pick a language",
  "text": "defaults to English. pick any of the 11 supported languages from the dropdown before you start. transcription, insights, and filler word detection all adapt."
},
{
  "@type": "HowToStep",
  "position": 3,
  "name": "start recording",
  "text": "click the start button or press Command+Shift+R. your mic is captioned as 'you' (green). system audio is captioned as 'speaker 1', 'speaker 2', etc. (blue). summary, action items, topics, and discussion flow update live on the right."
},
{
  "@type": "HowToStep",
  "position": 4,
  "name": "stop and review",
  "text": "press Command+Shift+R again to stop. the session enters a stopped state where you can review transcript, notes, and insights. you can resume to keep going in the same session, save (Command+S) to commit it to history, or discard (Command+Delete)."
},
{
  "@type": "HowToStep",
  "position": 5,
  "name": "save and export",
  "text": "after saving, the meeting opens in history. switch between insight modes with Command+1 through Command+4, edit the title and notes, copy to markdown from any section header, send to Attio, or regenerate insights with update."
}
]
}) }}
/>
