Use case
A shared brain for your team, on Slack
Connect Notion, Confluence, or Drive. Any teammate can ask the agent how something works and get a cited answer back. The agent can also file the Linear ticket, post in the right channel, or open a PR to fix the doc when it's wrong.
What this looks like
Every team has a senior person who answers the same questions over and over. New-joiner onboarding, how the access-request flow works, what the SLA is on enterprise plans, why the deploy pipeline is set up the way it is. The answers are usually in the wiki. Nobody has time to remember which page.
Nairi sits in an ask-channel and answers from your actual wiki. Notion, Confluence, Drive, the codebase, all read through MCP. Every reply cites the source doc. When the docs are wrong, the agent surfaces the contradiction or opens a PR to fix them. When the next step is "file a ticket" or "post in the access-requests channel", the agent does that too, after confirmation.
Confidentiality is built in. Scope the MCP install to specific Notion spaces or Drive folders, add a confidentiality rule covering anything sensitive, and the agent refuses to share what isn't for the room. Multi-person by default, owned by the org, mentionable by anyone.
What the agent does
Reading is half. Acting on what it reads is the other half.
Answer questions from your wiki, with citations
Mention @Nairi in any channel: "how do I get prod access?" or "what is our SLA for enterprise plans?". The agent searches Notion, Confluence, or Drive, and replies with the answer plus a link to the source doc.
Read the codebase too
CLAUDE.md, AGENTS.md, READMEs, /docs folders, internal architecture notes. The agent treats the codebase as another knowledge source for engineering questions, so "how does our auth flow work?" gets a real answer with code citations.
File the ticket on the spot
The agent can act on what it reads. "I need access to the analytics dashboard" becomes a one-line confirmation, a Linear ticket filed in the right team's queue, and a link back in the Slack thread. Same for Jira, GitHub issues, or cross-channel Slack posts.
Open a PR to update the docs when they're wrong
When the docs contradict reality, the agent can open a PR against the wiki repo (for docs-as-code teams) or file a wiki-maintenance ticket. The longer the agent runs, the more the docs improve.
Surface the conflict instead of guessing
If two docs disagree about the same thing, the agent says so and links both. No quiet hallucination, no picking one source and pretending the other doesn't exist.
Confidentiality dial built in
Rules tell the agent what not to share. Customer PII, hiring data, comp bands, board materials, anything you want kept inside specific channels. The agent refuses and points to the right human.
Three scenarios teams use it for
From the first day to the docs-maintenance loop.
01
New joiner, day one
Drop the new hire into a private channel with the agent on day one. They get a 24/7 buddy for their first two weeks who knows the onboarding checklist, the access-request process, the team Slack channels, and where to find the architecture docs. The team doesn't spend the first week answering the same five questions for every new person.
02
Cross-team translation
Sales asks in #ask-anything: "what is our SLA on enterprise plans?". The agent reads the sales playbook and the engineering on-call doc, returns the canonical answer with both citations. No-one had to context-switch into Notion, find the page, paste the link.
03
The docs are wrong
Engineer asks how the auth refresh flow works; agent answers from the wiki, engineer says "that's out of date, here's how it actually works now". Agent opens a PR against the wiki repo with the correction (for docs-as-code teams) or files a wiki-maintenance ticket. The knowledge base gets sharper every week.
How it works
One agent, scoped to your knowledge sources and your local policy.
- 1
Connect the wiki via MCP
Notion, Confluence, or Google Drive, pick the one your team actually writes in. Most wikis are one-click OAuth via the MCP marketplace. Scope tight: pick the specific spaces or folders the agent is allowed to read. OAuth credentials sit at the org level; every agent can use the same connection.
- 2
Connect the action tools
Linear, Jira, GitHub, Slack writes. Pick the two verbs your team uses most ("file a ticket", "post in a channel"). Same one-click marketplace install. Reading is half the value; the other half is the agent doing the next step without a human handoff.
- 3
Encode the local policy as rules
Knowledge map (which source covers which topic), confidentiality (what not to share), escalation (who owns what), action safety (confirm before write actions, never delete or archive). The base prompt is identity; the rules are how your team actually works.
- 4
Bind it to an ask-channel and let the team use it
#ask-nairi, #ask-anything, #onboarding, your call. The agent reads the conversation context, replies in the thread, asks for confirmation before any write action. Multi-person by default. Everyone in the channel can ask the agent things.
Put a shared brain in your ask-channel
Connect the wiki, encode the local policy, mention the agent. Cited answers, confirmation before write actions, self-host the runtime if your wiki can't leave your infra.
Questions about company-knowledge use
What teams ask before they wire up the wiki.