CHATBOTS

Weekly digest of unanswered Discord questions for mods to fill into the FAQ

Each week it collects the questions the bot escalated or couldn't ground, clusters the recurring ones.

CategoryChatbots
Enginesim
Difficultyintermediate
Triggerschedule
Steps5
Setup~15 min

How it runs

The automated pipeline, trigger to output.

  • TriggerWeekly schedule fires
  • ActionQuery Postgres for escalated and low-confidence questionsPostgreSQLPostgres
  • ActionCluster and rank recurring gapsOpenAI
  • LogicWere any unanswered questions found?
  • OutputPost prioritized FAQ-gap digest to mod channelDiscordDiscord

What it does

Turns your escalation backlog into a content roadmap. It reads the questions logged in Postgres that the bot escalated or marked low-confidence over the past week, groups near-duplicate questions into themes, ranks them by frequency, and posts a digest to the moderator channel. Mods see exactly which missing answers cost them the most member friction.

When to use it

When your FAQ bot is live and escalating misses, and you want a steady loop that turns those misses into new pinned content. This is the feedback engine that makes the answering bot smarter over time instead of escalating the same gaps forever.

How it works

  1. 1A weekly schedule triggers the flow.
  2. 2The flow queries Postgres for escalated and low-confidence questions from the last seven days.
  3. 3An LLM call clusters near-duplicate questions into themes and ranks them by how often they came up.
  4. 4A branch checks whether any unanswered questions were found this week.
  5. 5If there are gaps, it posts a prioritized digest to the moderator channel with suggested FAQ entries to add.

Set it up

What you configure once, before turning it on.

  1. 1
    Connect PostgresAny Postgres URL — query, write, migrate.
  2. 2
    Connect OpenAIModels, embeddings, files.
  3. 3
    Connect DiscordCommunity channels + voice + bots.
  4. 4
    Set each agent's modelWe leave models unset so you pick the tier — fast + cheap, or top-quality.
  5. 5
    Tune it to your dataEdit the prompts, filters, and field mappings so it matches how your team works.
  6. 6
    Test, then turn it onRun once against a sample, confirm the output, then enable the trigger.

Run this workflow in your colony.

14-day trial. No DevOps. No Sales call. Provisioned in under a minute.