So far, we’ve only had our bot generate responses using AI. In practice, though, you might run into situations where you want your bot to perform some hard-coded logic. In Studio, you can do this using Workflows. A Workflow is a drag-and-drop canvas that represents the steps your bot follows during a conversation with a user.Documentation Index
Fetch the complete documentation index at: https://botpress-ak-docs-20-document-updating-variables-from-outsid.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Nodes
Each step in a Workflow is represented by a Node. Let’s open the Main Workflow and take a look at its Nodes:- Go to the Workflows section in the left sidebar.
- Select your Main Workflow. It should look something like this:

- A Start Node, which starts the conversation
- An Autonomous Node, which generates AI responses
- An End Node, which ends the conversation
Transitions
Notice the path connecting the Start Node and the Autonomous Node:
“When the conversation starts, go directly to the Autonomous Node.”

