> ## 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.

# i zoned out

> discreet mid-meeting catch-up - current topic, questions aimed at you, recent points, decisions

it happens. the **😶 i zoned out** button gives you a one-tap mid-meeting catch-up without asking anyone to repeat themselves.

## what it returns

miniti reads the live transcript and returns four short, grounded sections:

| section               | what it contains                                                                             |
| --------------------- | -------------------------------------------------------------------------------------------- |
| **current topic**     | one line on what the group is talking about right now                                        |
| **questions for you** | questions that were aimed at you and not yet answered - **only if they were actually asked** |
| **recent**            | 3-5 bullets covering the last couple of minutes                                              |
| **decisions**         | anything that sounded like a decision or commitment                                          |

<Note>
  **grounding guarantee** - miniti will never invent a question that wasn't asked. if nobody asked you anything, the "questions for you" section is empty. the same applies to decisions.
</Note>

## how to open it

* **macos** - click **😶 i zoned out** in the meeting toolbar, or press `⌘⇧Z`. the result appears in a popover attached to the button.
* **ios** - tap **😶 i zoned out** in the meeting view. the result appears as a bottom sheet.

you can open it as many times as you like during a meeting - each invocation re-reads the latest transcript.

## minutes & cost

* **does not consume minutes** - catch-up is part of the insights flow, not transcription
* on **managed mode**, the request runs via miniti's backend using **gpt-5 mini**
* on **byok mode**, the request goes directly to your openai account (gpt-5 mini)

## what's sent

* the current meeting's transcript (what you've captured so far)
* if connected, the list of calendar attendees (same hint path as [speaker names](/docs/features/speaker-names))

nothing new is collected. the destination is the same insights endpoint the other modes use.

## tips

* the fresher you open it, the tighter "recent" is - it uses the tail of the transcript, not a summary
* if the transcript is too short (first \~15 seconds of a meeting), the sections may come back empty. wait for a little more audio.
* it works best on calls where miniti can hear **remote speakers** (macos system audio on). on ios mic-only, it can only catch up on what you heard aloud.

## related

* [questions mode](/docs/features/questions-mode) - post-meeting version of "questions for you"
* [ai insights](/docs/features/ai-insights) - the same insights pipeline
* [keyboard shortcuts](/docs/reference/keyboard-shortcuts) - `⌘⇧Z`
