mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-08-28 05:25:33 +00:00
47 lines
2.3 KiB
Text
47 lines
2.3 KiB
Text
---
|
|
title: "What You Can Do"
|
|
sidebarTitle: "Overview"
|
|
description: "Real scenarios for Company Brain — from Slack answers to sandbox debugging"
|
|
icon: "sparkles"
|
|
---
|
|
|
|
Company Brain is most useful when it shows up in the work you already do. These walkthroughs are short, concrete scenarios — each one is a real exchange, what the bot is actually doing under the hood, and which concept page to read if you want the full picture.
|
|
|
|
## Shipped today
|
|
|
|
<CardGroup cols={2}>
|
|
<Card title="Automatic support" icon="headset" href="/company-brain/use-cases/support">
|
|
Customer question in Slack; Company Brain chimes in with the answer.
|
|
</Card>
|
|
<Card title="Incidents & downtime" icon="triangle-alert" href="/company-brain/use-cases/incidents">
|
|
"Is prod down?" answered from live Sentry, plus scheduled digests.
|
|
</Card>
|
|
<Card title="Meeting recall" icon="calendar-check" href="/company-brain/use-cases/meeting-recall">
|
|
"What did we decide with Acme?" from synced meeting notes.
|
|
</Card>
|
|
<Card title="Answering from docs" icon="book" href="/company-brain/use-cases/knowledge-recall">
|
|
Roadmaps, specs, and handbooks — asked in plain language.
|
|
</Card>
|
|
<Card title="Acting in tools" icon="wrench" href="/company-brain/use-cases/acting-in-tools">
|
|
List open PRs, create a Linear issue — under your own account.
|
|
</Card>
|
|
<Card title="Greeting new teammates" icon="user-plus" href="/company-brain/use-cases/greeting">
|
|
Connect card, welcome DM, first answer — activation on day one.
|
|
</Card>
|
|
<Card title="Sandbox debugging" icon="terminal" href="/company-brain/use-cases/sandbox-debugging">
|
|
Actually run the failing test in an isolated workspace.
|
|
</Card>
|
|
</CardGroup>
|
|
|
|
## Coming soon
|
|
|
|
<CardGroup cols={2}>
|
|
<Card title="Long-horizon research" icon="telescope" href="/company-brain/use-cases/long-horizon-research">
|
|
Questions that need many sources synthesized into one answer.
|
|
</Card>
|
|
<Card title="Meeting scheduling" icon="calendar-plus" href="/company-brain/use-cases/meeting-scheduling">
|
|
Find free time and send a calendar invite from Slack.
|
|
</Card>
|
|
</CardGroup>
|
|
|
|
If you're still setting things up, start with [What is Company Brain?](/company-brain/overview) and work through the Concepts section first — the walkthroughs assume those ideas.
|