CHATBOTS
/docs with low-confidence escalation to an expert
Answers a Slack /docs question from ReadMe, and when confidence is low, escalates by @-mentioning the on-call subject expert in the thread with a pre-drafted summary instead…
How it runs
The automated pipeline, trigger to output.
- TriggerSlack /docs slash command receivedSlack
- ActionSearch ReadMe for relevant pagesReadMe
- ActionDraft answer and confidence score with OpenAIOpenAI
- LogicBranch on confidence threshold
- OutputPost answer or expert-mention handoff to SlackSlack
What it does
Provides a `/docs` answer bot that knows when to defer to a human. It searches ReadMe and replies with a cited answer when coverage is strong. When the docs don't clearly answer the question, instead of hallucinating it posts a short summary of what was asked, what it found, and @-mentions the on-call expert for that topic area so a person can jump in.
When to use it
When wrong answers are costly and you'd rather route hard questions to an expert than risk a confident-but-incorrect reply. Keeps the convenience of self-serve docs while protecting answer quality.
How it works
- 1Slack sends the `/docs` slash-command payload to the webhook.
- 2ReadMe search retrieves the most relevant pages.
- 3OpenAI drafts an answer and returns a self-assessed confidence score.
- 4A logic branch splits on the confidence threshold.
- 5High confidence posts the cited answer; low confidence posts a handoff summary and @-mentions the on-call expert in the Slack thread.
Set it up
What you configure once, before turning it on.
- 1Connect SlackChannels, DMs, threads, mentions.
- 2Connect ReadMeAPI docs, changelog, auth.
- 3Connect OpenAIModels, embeddings, files.
- 4Connect HTTP webhookTrigger any URL on agent actions.
- 5Set each agent's modelWe leave models unset so you pick the tier — fast + cheap, or top-quality.
- 6Tune it to your dataEdit the prompts, filters, and field mappings so it matches how your team works.
- 7Test, then turn it onRun once against a sample, confirm the output, then enable the trigger.
More Chatbots workflows
Discord WAF False-Positive Triage from Ray ID
When a user posts a Cloudflare ray ID in a Discord support channel, the bot looks up the blocked request's WAF event, classifies whether it looks like a genuine false positive.
Agentic WAF Investigator with Discord Approval Gate
An autonomous agent investigates a Discord-reported WAF block end to end: pulls Cloudflare logs, correlates with PagerDuty incidents, decides if an allowlist is safe.
Discord Onboarding Completion to CRM Sync
The moment a member finishes Discord onboarding, captures their submitted profile answers, creates or updates a contact in HubSpot.
Draft WAF Allowlist Proposal to Linear from Discord Report
Lets a support engineer confirm a Discord WAF report is a false positive, then auto-drafts a scoped Cloudflare allowlist rule proposal and files it as a Linear ticket…
Discord FAQ Free-Text Answer Grader
When a member submits a free-text answer in their onboarding thread, an agent grades it against the canonical FAQ knowledge base, replies with targeted feedback.
Discord FAQ-Gated Role Concierge
Greets each new Discord member in a private onboarding thread, walks them through required FAQ steps one at a time.
Run it inside a business
This workflow drops into a full company template. Import the org, and this is one of the playbooks its agents run.

Run this workflow in your colony.
14-day trial. No DevOps. No Sales call. Provisioned in under a minute.
