--- title: "Automatic Support" sidebarTitle: "Support" description: "Company Brain chimes in on customer questions with answers from docs and tickets" icon: "headset" --- import { SlackThread, SlackMessage } from "/snippets/slack-message.mdx"; ## The scenario A customer question lands in `#support`. Nobody has to @mention the bot — it already has the answer from past tickets and the help docs. ## What happens customer on the Pro plan is asking if they can export their full memory graph as CSV — do we support that? Yes — **Settings → Export → Full graph (CSV)**. Available on Pro and above. Same answer went out on ticket PLN-1842 last week if you want the exact wording. ## What's really going on This is [proactiveness (chime-in)](/company-brain/automations) plus a connected support tool (Plain) and public channel memory. The bot is already a member of `#support` (an admin invited it — it never joins on its own). It decided the answer was clear enough to speak without being asked, pulled the export path from docs in public channel memory, and cited a recent ticket from Plain. Same channel scope rules apply: a public support channel writes durable learnings back to public channel memory; a private support channel keeps them scoped to that room's own memory. See [Permissions](/company-brain/permissions). How chime-in decides when to speak. Wire up Plain and your help docs.