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

# How-to guides

> Task-oriented recipes, split by which plane they touch — meetings, agents, or both.

Each guide is a complete path to one outcome. They assume you've finished the
[Quickstart](/quickstart) and have an `$API_BASE` and `$API_KEY` ([Authentication](/authentication)).

The guides fall into three chapters by the plane they work on. **Meetings** and **agents** are
[separate domains](/index), each usable on its own; the third chapter is where they compose.

## Meetings only

Capture and access meetings through the [Meetings API](/api/meetings) — no agent involved.

<CardGroup cols={2}>
  <Card title="Send a bot and get a transcript" icon="robot" href="/how-to/send-a-bot">
    Capture Google Meet, Zoom, or Teams — live, speaker-attributed.
  </Card>

  <Card title="Stream a transcript over WebSocket" icon="bolt" href="/how-to/stream-transcript">
    Per-segment push instead of polling.
  </Card>

  <Card title="Retrieve a recording" icon="circle-play" href="/how-to/recordings">
    List recordings and stream the audio from your own storage.
  </Card>
</CardGroup>

## Agents only

Put agents to work over your [workspace](/concepts#workspace) through the [Agent API](/api/agent) — with
or without any meeting.

<CardGroup cols={2}>
  <Card title="Chat with your workspace" icon="comments" href="/how-to/chat-workspace">
    Ask an agent that has your whole knowledge base as context.
  </Card>

  <Card title="Browse, upload & swap the workspace" icon="folder-tree" href="/how-to/workspace-files">
    Read files over the API, add documents, or attach your own git repo.
  </Card>

  <Card title="Brief me every morning" icon="sun" href="/how-to/daily-brief">
    An unattended agent on a cron schedule.
  </Card>

  <Card title="Triage incoming email" icon="envelope" href="/how-to/email-triage">
    An event-triggered agent that proposes tasks — safely.
  </Card>
</CardGroup>

## Meetings + agents

Where the two planes compose: an agent rides or acts on a meeting.

<CardGroup cols={2}>
  <Card title="Run a live meeting copilot" icon="wand-magic-sparkles" href="/how-to/live-copilot">
    Cards for people, decisions, and action items as the call happens.
  </Card>

  <Card title="Report after every meeting" icon="file-lines" href="/how-to/post-meeting-report">
    Notes, decisions, and follow-ups written into your workspace when a call ends.
  </Card>
</CardGroup>

## Operate

Running the stack itself — [Deployment](/deployment), [Configuration](/configuration), and
[Troubleshooting](/troubleshooting).
