Skip to Content
CraftBot Docs v1 — internal preview
Inbox & ConversationsBot view (supervisor only)

Bot view

The Bot view is a supervisor-only tab on the Inbox surface that lists every conversation the bot handled end-to-end without ever being assigned to a human. It is the audit window into the autonomous portion of your support volume.

Bot view selected on the conversation list, showing the All / Live / Completed / Abandoned sub-tabs

Where it lives

In the Inbox, the list panel has two top-level view tabs: Agent and Bot. The Bot tab is only rendered for users with the supervisor, admin, or super_admin role. Agents do not see it.

A small live badge sits inside the Bot tab when there are bot-handled conversations in flight — useful when triaging an unusual spike.

Why it exists

  • Quality assurance — sample completed bot flows to spot bad answers, broken branches, or off-tone replies.
  • Coverage measurement — how many conversations did the bot deflect this week without escalation?
  • Recipe debugging — see exactly which path a real conversation took.
  • Compliance review — verify what was said in the platform’s name without an agent in the loop.

What qualifies as “bot-only”

A conversation appears in the Bot view if and only if it has never had a human agent assigned, and the bot ran a flow on it. Conversations that started in the bot, transferred to an agent, and were later bounced back to the bot do not appear here — they stay in the Agent view (under Resolved once closed) because a human touched them.

Sub-tabs

Sub-tabShows
AllEvery bot-only conversation, regardless of status.
LiveBot session currently running (status bot).
CompletedThe bot reached a Close node successfully (status resolved or closed).
AbandonedThe customer dropped off or the session timed out (status abandoned).

What you can do from here

  • Open any conversation to see the full message thread.
  • See the bot session card on the right rail (recipe name, current/last node, session variables).
  • Force-end the bot or force-transfer to a human team using the supervisor action panel above the (disabled) composer — see the supervisor dashboard for the equivalent surfaced from the queue view.
  • Reassign retroactively if review reveals a problem.
  • Export the conversation transcript for legal or compliance review.

Roles

The Bot view is visible to supervisor, admin, super_admin. Agents do not see it — their list only shows conversations they participate in.

Last updated on