Step 2: Add Your Team's Knowledge
5 min · Teach your agent YOUR team's procedures so it gives relevant answers.
What you'll accomplish
By the end of this step, your agent will:
- Use YOUR runbooks when troubleshooting
- Reference YOUR documentation in responses
- Show Sources proving which document it used
Prerequisites
| Requirement | Details |
|---|---|
| Agent created | Complete Step 1 first |
| Documentation files | Runbooks, playbooks, or troubleshooting guides (.md, .txt) |
This step covers file uploads—the fastest way to add knowledge. Your agent can also reference documentation from Azure DevOps repositories and GitHub repositories via connectors (see Builder → Connectors), and even third-party data sources via MCP connectors.
Step 1: Open the knowledge base
- Click Builder in the left sidebar.
- Select Knowledge base.
You'll see an empty state prompting you to add a knowledge source.
Step 2: Upload your files
- Click Add file.
- Select your documentation files — runbooks, escalation procedures, query references.
- Wait for indexing (usually instant).
| Supported formats | Max size |
|---|---|
| Markdown (.md), Text (.txt) | 16 MB per file, 100 MB per upload |
Upload your most-used runbooks first. You can always add more later. Don't have runbooks yet? Your agent can create them for you during conversations — it turns investigation findings into documented procedures automatically.
Verify it works
Ask your agent about something in your uploaded file:
What runbooks or procedures do you have in your knowledge base?
You should see:
- "Searching your knowledge base..." indicator
- Sources: showing your uploaded file name
- Content FROM your document—not generic examples

The difference
Without knowledge base:
"I don't have specific information about your team's procedures..."
With YOUR knowledge base:
"Based on your knowledge base, I found the following procedures in
[your-file.md]:
- [Content from YOUR document]
- [More content from YOUR document]"
Your agent references YOUR documented procedures, not generic examples.
What to upload
| Document Type | Example | Value |
|---|---|---|
| Troubleshooting guides | http-500-errors.md | First response steps |
| Query references | loki-queries.md | Team's proven queries |
| Escalation paths | on-call.md | Who to contact when |
| Runbooks | deployment-rollback.md | Step-by-step procedures |
What you unlocked
✅ Your agent now:
- Uses YOUR team's procedures when troubleshooting
- References YOUR runbooks when troubleshooting
- Searches YOUR knowledge base first before answering
- Shows Sources proving which document it used
Next step
Learn more
- Upload knowledge documents — Your agent can create runbooks automatically during conversations
- ADO Wiki Knowledge — Connect Azure DevOps repos and wikis as knowledge sources
- Memory & Knowledge — How your agent uses all knowledge sources together
- Connectors — GitHub, Azure DevOps, and other data sources
- Tutorial: Set up Azure DevOps connector — Step-by-step Azure DevOps connector setup
- Starter prompts — Ideas for testing your knowledge base