Add sources to Knowledge
Add sources to your Knowledge from the Buron app, your AI editor, your CI pipeline, or any AI tool via MCP.
Sources are how Knowledge stays current. When you share a URL, upload a doc, run a slash command, or trigger a CI job, that source becomes part of your team's Knowledge. The Agent files it and propagates anything notable.
There are 6 ways to add a source. The first 3 are inside the Buron app. The next 3 use Buron's agentic interfaces.
Paste a URL in chat
When you find a useful article, transcript, or report, paste the URL into the Agent.
- Open a chat with the Agent.
- Paste the URL and ask the Agent to ingest it. For example: "Ingest this for me."
- The Agent fetches the page, files it, and tells you what it learned.
A single ingest typically touches 10 to 15 pages. The Agent updates any existing pages the source affects, so you don't need to direct it to specific places.
Upload a doc
For internal materials like positioning briefs or strategy docs, upload the file directly.
- Open the Knowledge tab in your workspace.
- Drag the file into the editor or click Upload.
- The Agent reads the file, files it, and propagates the content.
Describe your product to the Agent
You can also add knowledge through conversation.
- Open a chat with the Agent.
- Tell the Agent about your product, your audience, your priorities, or your strategy.
- The Agent captures what you said and updates the relevant pages.
This is the fastest way to onboard the Agent. The first conversations you have will write the most pages.
From your AI editor
The Buron CLI installs slash commands in your AI editor (Claude Code, Cursor, Codex). The agent in your editor can write to Knowledge directly:
/launchcaptures a code change as a snapshot in Knowledge./setup-google-ads-trackingwrites a tracking spec into Knowledge.
To set this up, check out Use Buron in your AI editor.
From CI
For things that should always reflect what's live, run the Buron CLI from CI. Common patterns include snapshotting your changelog when a build succeeds, mirroring a docs folder on push to main, or publishing reports on a schedule.
To learn more, check out Run Buron from CI.
From any AI tool via MCP
The Buron MCP server gives any MCP-compatible AI tool access to your team's Knowledge. Connect Claude.ai, ChatGPT, or any other client, and the agent can read and write directly.
What gets cross-referenced
When you add a source, the Agent looks for:
- Companies mentioned, both existing competitors and new ones
- Products
- People
- Concepts and frameworks
- Specific stats or claims
For each one, the Agent either adds to an existing page or creates a new one. Every connection it makes adds another link to the page you started from.
Next steps
To see what the Agent has filed, check out Browse and curate your Knowledge. To feed Knowledge from your codebase, check out Sync Knowledge with your codebase.
Was this page helpful?