Skip to main content
An agent is the thing employees actually talk to. It answers from your knowledge, fills in forms, runs tools, and escalates to a human when it cannot finish the job. Everything you built earlier in this track is what the agent draws on. Time: about 30 minutes, including testing.

Agents and workflows do different jobs

An agent handles the conversation. A workflow handles the deterministic sequence. They do not call each other directly: the agent creates or updates a ticket, and the ticket’s state is what a workflow triggers on. That is why escalation instructions let you set a form, category, and status. Those are the handoff.

What to watch in week one

Open Chat logs on the agent page. Every conversation is recorded with the result the agent assigned itself, the requester, the channel, and any thumbs up or down.
  • A high Missing Knowledge rate means the gap is in your documentation, not the agent.
  • A high escalation rate on questions you know are documented usually means a rule is missing or too narrow.
  • Frequent requests for more information often means a form is asking for things the agent could have inferred.

Next

Everything is built. Now open it up.

Go live

Run the pre-launch checks, announce it to your team, and know what to look at on day two.
Last modified on September 17, 2026