The Knowledge Base stores durable facts so CodeRabbit Agent for Slack can reference them in future conversations instead of starting from scratch. Knowledge follows Slack’s privacy model: public channels write to shared workspace knowledge, while private channels and DMs keep their own isolated facts.Documentation Index
Fetch the complete documentation index at: https://docs.coderabbit.ai/llms.txt
Use this file to discover all available pages before exploring further.
Three ways to build knowledge
- Explicit capture: Tell CodeRabbit Agent to remember a fact from a thread or provide it directly. The most common way to add knowledge.
- Knowledge proposals: After a run, the Agent may offer to save durable facts it discovered. Public channel proposals can auto-apply; private channels require confirmation.
- Background curation: A weekly workflow refreshes existing knowledge from connected upstream systems automatically.
Public vs. private knowledge
Knowledge boundaries follow Slack privacy boundaries.| Slack surface | Knowledge behavior |
|---|---|
| Public channels and shared surfaces | Use the global workspace Knowledge Base |
| Private channels | Use a private conversation Knowledge Base |
| DMs and group DMs | Use a private conversation Knowledge Base |
Think of the global Knowledge Base as shared memory and private conversation knowledge as an isolated overlay with selective shared context available for reference.
Capturing knowledge
Ask the Agent to remember anything worth keeping: architectural decisions, operational facts, team conventions, or clarifications that would otherwise be lost. For example:In channels, you can also use the
/learn slash command as a shortcut. Slash commands are not available in Direct Messages or threads.What’s next
Working in Slack
See how knowledge capture fits into normal Slack workflows.
Thread reviews
Inspect the run details and artifacts behind a conversation before deciding what knowledge should be preserved.
Knowledge Base overview
Read the broader CodeRabbit docs for how Knowledge Base concepts work across the product.