Workflows
Workflows are conversational paths that define how the chatbot responds to specific questions and manages various scenarios. They are used to validate user responses, determine how to reply, and define conditions that trigger different responses based on user input, among other things.
Workflows are structured processes that guide how the virtual assistant interacts with users. Before an agent responds or the assistant takes action, the workflow ensures all necessary steps are followed. These steps are designed to react to both direct (explicit) and indirect (implicit) user inputs.
Workflows represent a step-by-step process that must be completed before an agent responds or the virtual assistant takes action.
While it's mandatory to configure at least one agent, workflows are optional and can be implemented as needed. For simple setups, you can build a virtual assistant composed solely of agents.
However, for more complex scenarios, workflows become essential. For example:
Product Recommendation Workflow: User requests the best product → virtual assistant retrieves and filters options from the catalog → best-fit product is passed to the agent → agent shares the recommendation.
Customer Support Workflow: User asks to connect with a human → workflow gathers conversation history and user details → virtual assistant connects with the CRM → support ticket is created and confirmed to the user.
Building a workflow
Workflows are the backbone of complex virtual assistants, but building them is simple.
In your workspace, you can easily drag and drop workflow components from the available blocks, making workflow creation both intuitive and flexible.

🎯 Workflow Trigger
The workflow trigger functions similarly to an agent trigger, determining when the workflow should begin (entry point). This ensures smooth integration with other parts of your bot.
As mentioned in Agents, Workflows & Triggers, a trigger should only be configured if the workflow is a primary process that the mother agent should delegate user requests to. For secondary workflows or those supporting other processes, triggers are unnecessary; these workflows can be activated in an alternative way, using a reroute block.
What You Can Specify in the Trigger:
Trigger Details – Define when the workflow should activate.
Example Questions – List common user queries that should trigger this workflow, helping refine its activation conditions.
Additionally, there is a toggle switch that allows you to enable or disable the trigger. This is particularly useful during testing. If a trigger is configured, make sure it is enabled to prevent unexpected behavior.
create an example of a trigger for a workflow that guides the user to find the closes store available to an indicated location.

Top Section & Settings
The settings in the top right corner of the workflow area are identical to those found in the agent area. This section provides key information and settings to define and optimize your virtual assistant's behavior, helping you configure and fine-tune its performance.

Workflow Name
The workflow name should be clear and descriptive, making its purpose immediately obvious.
Example:
✅ “Store Locator Workflow” (clearly indicates that the workflow helps users find nearby stores)
❌ "Search Workflow" (too vague)
Last Modified Information
This section automatically displays details about who last modified the workflow and when the modification occurred for version tracking.
Settings (Top Right Button)
The Settings menu includes essential toggles that define how users interact with the assistant.

User Feedback Toggle
The User Feedback Toggle allows users to rate the agent’s responses with a thumbs-up or thumbs-down option. When enabled, a feedback request appears at the end of each response.
Based on user reactions, the agent can connect to different workflows: a positive rating can trigger another agent or workflow, such as offering follow-up suggestions, while a negative rating can prompt a response, ask clarifying questions, or redirect the user to a human agent.
Typebar Settings
The Typebar toggle lets you control how users interact with the agent:
Last updated
Was this helpful?