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

# Meeting Assistant

> Auto-join your video calls, capture searchable transcripts and summaries, and act on what was said. The Meeting Assistant add-on.

<Info>
  **Meeting Assistant is a \$29/month add-on** on the Professional plan (included on Enterprise). See [Plans and add-ons](/pricing).
</Info>

The Meeting Assistant is an AI notetaker that joins your meetings for you. It records, transcribes, and summarises every call, keeps a searchable memory across all of them, and can take actions on what was discussed. You stop taking manual notes, and nothing gets forgotten.

## How it works

```mermaid theme={null}
sequenceDiagram
    participant Cal as Your calendar
    participant SA as SmartAlex
    participant Mtg as The meeting
    participant Memory as Meeting memory

    Cal->>SA: Meeting starts (auto-detected)
    SA->>Mtg: Assistant joins the call
    Mtg-->>SA: Live audio + video
    SA->>SA: Record, transcribe, summarise
    SA->>Memory: Save transcript + summary (searchable)
    Note over Memory: Ask questions across every past meeting
```

Once the add-on is on, the assistant joins scheduled video calls automatically and works in the background. Open **Meetings** in your dashboard to see live and past meetings.

## What you get

<CardGroup cols={2}>
  <Card title="Auto-join">
    The assistant joins your video calls on its own, no manual dial-in.
  </Card>

  <Card title="Transcript and summary">
    Every meeting is recorded, transcribed, and summarised the moment it ends.
  </Card>

  <Card title="Searchable memory">
    Ask a question and get answers pulled from across every meeting you've had.
  </Card>

  <Card title="In-meeting actions">
    The agent can run tools and take actions on what was said in the call.
  </Card>
</CardGroup>

## Finding a meeting

Open **Meetings** in the dashboard. Each meeting shows:

* The recording, with a player you can scrub at 0.5x to 2x speed.
* A full, timestamped transcript.
* An AI summary and action items.
* A **Video** tab and a gallery view of participants.

## Getting started

<Steps>
  <Step title="Enable the add-on">
    Go to **Account → Billing → Add-ons** and switch on **Meeting Assistant**.
  </Step>

  <Step title="Connect your calendar">
    Link your work calendar so the assistant knows which meetings to join. You can also start it manually per meeting.
  </Step>

  <Step title="Join a call">
    Start or join a scheduled video call. The assistant joins on its own and begins capturing.
  </Step>

  <Step title="Review afterwards">
    Open **Meetings** to read the summary, search the transcript, and act on the outcomes.
  </Step>
</Steps>

<CardGroup cols={2}>
  <Card title="All add-ons" href="/essentials/add-ons">
    See the four optional upgrades and what each unlocks.
  </Card>

  <Card title="Compare plans" href="/pricing">
    Included on Enterprise, an add-on on Professional.
  </Card>
</CardGroup>
