Skip to content

AI-Powered Notebook

AI workflows in notebook can be run using different execution modes depending on how much control and confirmation you want during execution.

The available modes are:

AI Workflow in notebook

Auto runs the full workflow without pausing.

Use Auto when you want the workflow to execute continuously from start to finish without requiring confirmation after each step.

Step pauses after each step for confirmation.

Use Step when you want to review the result of each step before the workflow continues.

Intelligent asks for input only when the agent needs it.

Use Intelligent when you want the workflow to run automatically in most cases while still allowing the agent to ask for information when it cannot continue without your input.

ModeWorkflow behaviorBest suited for
AutoRuns the full workflow without pausingUninterrupted execution
StepPauses after each step for confirmationReviewing and controlling each step
IntelligentAsks for input only when the agent needs itMostly automated execution with input when required

Choose the workflow mode that matches the level of control you want during notebook execution.