Skip to main content

Documentation Index

Fetch the complete documentation index at: https://workllm.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Architectural decisions get made in Slack and forgotten by next quarter. Code review is a bottleneck that slows every sprint. Onboarding a new engineer takes weeks of hand-holding that no one has time for. WorkLLM doesn’t replace your engineering tools — it connects them and adds an AI layer that keeps knowledge accessible, incidents manageable, and new hires productive from day one.

What engineering teams do in WorkLLM

Engineering knowledge base assistant

Train an AI Assistant on your ADRs, runbooks, and internal docs. Engineers get instant, accurate answers instead of hunting through Confluence or pinging senior teammates.

AI-assisted code review

Paste code into Multi-LLM Chat and get a review from Claude, GPT-4o, or your model of choice — catching issues before your human reviewers ever see them.

Automated incident response

An AI Agent monitors for alerts, creates a Jira ticket, and notifies your on-call Slack channel automatically — shaving critical minutes off your response time.

24/7 onboarding assistant

New engineers get instant answers to setup, architecture, and process questions — without pulling senior engineers away from their work.

Workflow 1: Build an engineering knowledge base assistant

The answers to most engineering questions already exist somewhere in your documentation. The problem is finding them. An AI Assistant trained on your internal knowledge base makes institutional knowledge searchable and instantly accessible to everyone on the team.
1

Gather your internal documentation

Collect the documents that capture your engineering knowledge: architecture decision records (ADRs), runbooks, incident post-mortems, onboarding guides, API documentation, and any internal wikis. Supported formats include PDF, DOCX, and markdown files exported from Confluence or Notion.
2

Create a new AI Assistant

Go to AI Assistants in the sidebar and click New Assistant. Name it Engineering Assistant or something specific to your team — Platform Team Assistant, Backend Knowledge Base.Add a description:
You are the engineering knowledge base assistant for [Company]. You answer questions about our internal architecture, system design decisions, runbook procedures, and engineering processes. When you don’t know something, say so clearly rather than guessing. Always cite which document your answer comes from.
3

Upload your knowledge base documents

Under Knowledge, click Add Documents and upload your collected files. WorkLLM indexes the content and makes it available for every query. You can add and update documents at any time as your documentation evolves.
Prioritize uploading your most frequently referenced documents first — runbooks, onboarding guides, and ADRs. You can always expand the knowledge base later.
4

Share the assistant with the team

Click Share with Team to make the assistant available to everyone on your engineering team. Pin it to the Engineering team workspace so it appears in the sidebar for quick access.Encourage engineers to ask it questions before filing tickets or pinging teammates. Track which questions it can’t answer well — those gaps reveal documentation that needs writing.

Workflow 2: Use multi-LLM chat for code review

Different models have different strengths in code analysis. Multi-LLM Chat lets you get a review from Claude 3.5 for nuanced reasoning about architecture, then cross-check with GPT-4o for a second pass on correctness — before your human reviewers ever pick it up.
1

Open a new chat and select your model

Click New Chat in the sidebar. From the model picker, select a coding model.
2

Paste the code and frame the review request

Paste the code you want reviewed and add context about what it does and what you want the review to focus on:
Here is a new function I’ve added to our payment processing service. Please review it for correctness, potential edge cases, security issues (especially around input validation), and any performance concerns. Our stack is Node.js with PostgreSQL.
Be specific about your stack, constraints, and review priorities — you’ll get more useful output.
3

Get a second opinion from another model

After reviewing the first model’s output, go to Model Picker and select another coding model. Ask it to review the same code with fresh eyes, or to specifically address points you want a second opinion on:
Review this function for correctness and flag any issues you see that weren’t covered in the previous review.
Use the Prompts Library to save a standard code review prompt that includes your language, stack, and common review criteria. Teammates can load it with one click for any review session.
4

Summarize and share findings

Ask the AI to write a structured summary of the review findings:
Summarize the key issues found in this code review as a numbered list, ordered by severity. Include a one-sentence fix recommendation for each item.
Copy the output into your pull request description or paste it into the team’s shared Thread in Team AI for the team to act on.

Workflow 3: Set up an incident response AI Agent

Incidents move fast. An AI Agent that monitors your alerting system, creates a tracking ticket, and notifies your on-call channel the moment something fires — without waiting for a human to notice and respond — compresses your mean time to response.
1

Create a new AI Agent

Go to AI Agents in the sidebar and click New Agent. Name it Incident Response Agent.
2

Configure the monitoring trigger

Under Trigger, connect your alerting source. WorkLLM supports webhook-based triggers from Datadog, PagerDuty, and similar tools. Configure the trigger to fire on alerts above a defined severity threshold — for example, P1 and P2 alerts only.
3

Create a Jira incident ticket

Add a Jira action. Configure it to create a new ticket in your incident project with:
  • Alert name and severity pulled from the trigger payload
  • Timestamp and environment
  • Link to the alert in your monitoring dashboard
  • Auto-assigned to the on-call engineer based on your rotation schedule
Set up a dedicated Jira project for incidents with a standard ticket template. The agent populates the template fields automatically from the alert data.
4

Notify the on-call Slack channel

Add a Slack action. Configure it to post to your #incidents or #on-call channel with a structured message that includes the alert details, severity, Jira ticket link, and a link to the relevant runbook from your Engineering Assistant’s knowledge base.Set the agent to also create a dedicated Slack thread for the incident so the response stays organized.

Workflow 4: Onboard new engineers with a dedicated AI Assistant

The first few weeks for a new engineer are dense with questions — about the codebase, the deployment process, team conventions, and company tools. An onboarding assistant answers those questions instantly, 24/7, without pulling your senior engineers out of deep work.
1

Create an onboarding-specific assistant

Go to AI Assistants and click New Assistant. Name it Engineering Onboarding Assistant. This assistant should be scoped specifically to new hire questions — separate from the broader engineering knowledge base so you can tune it without affecting your team’s day-to-day assistant.Write a system prompt focused on onboarding:
You are the onboarding assistant for [Company]‘s engineering team. You help new engineers get set up, understand our codebase, learn our processes, and find the right people and resources. Answer questions directly and link to relevant documentation when possible.
2

Load onboarding-specific knowledge

Under Knowledge, upload documents that new engineers need most:
  • Engineering onboarding guide
  • Local development setup instructions
  • Architecture overview and key services map
  • Team conventions and coding standards
  • Common first-week troubleshooting guides
Update these documents whenever your setup process changes.
3

Share with new hires on day one

When a new engineer joins, share the assistant link directly. Add it to your onboarding checklist and include it in your welcome message. New engineers can ask it anything at any time — even at 11pm when they’re stuck on a setup issue.
Ask new engineers to flag questions the assistant answered poorly. Use their feedback to identify gaps in your onboarding documentation and improve the assistant over time.
4

Use Team AI for structured onboarding sessions

Create a Team AI thread for each new hire’s onboarding cohort. Use it to run structured onboarding sessions where the new engineer and their buddy work through the setup together, with AI assistance available at every step. Save the thread as a template for future cohorts.

Key integrations for engineering teams

WorkLLM connects to the tools at the center of your engineering workflow to bring AI context where work actually happens.
IntegrationWhat it enables
GitHub / GitLabReference pull requests, commits, and code in AI threads; trigger agents on repository events
JiraCreate and update tickets from AI Agents; pull ticket context into engineering threads
Confluence / NotionSync your knowledge base documents directly into AI Assistants
SlackRoute incident alerts, review summaries, and agent notifications to the right channels
DatadogTrigger incident response agents from monitoring alerts
Connect your integrations under Settings → Integrations. Agents and Assistants can only read from or write to sources that are explicitly authorized.