Create a Workflow¶
Learn how to create a new workflow.
1. Navigate to Workflows¶

2. Initializing the Canvas¶
To begin, navigate to the Workflows icon on the sidebar and click "Create Workflow". This opens the Workflow Weaver—a visual canvas where logic is built using nodes.

3. Step-by-Step Node Configuration¶
A. Adding the Input Component¶
Every workflow needs an entry point for data.
- Action: Drag the Input Node from the node library to the Workflow Weaver.
- Technical Detail: Choose the "User Query" component. This acts as a standard initialization node that accepts user-defined inputs (strings, JSON, etc.) from the frontend or API.
- Setup: Give the input node a descriptive name and click Save.
Click component tile, this will open configuration window for that component.Enter Name, output type and query finally,Click "Save"¶

B. Adding the Agent Node¶
The Agent is the "brain" that processes the input logic.
- Action: Drag the Agent node to the canvas.
- Technical Detail: In the configuration panel, you must select a pre-configured agent (e.g., "Market Intelligence Sentinel"). This links the node to the specific LLM settings, tools, and system prompts you defined in the Smart Agent builder.
Configure Agent for your workflow by providing Name,Click Agent You want in Your Workflow. Remember to make the agent's status "Active".¶

Once you connect the Nodes, your variable will appear in these options.¶

Click "Save"¶

C. Defining the Output¶
To see the results of the workflow, you must terminate the flow with an output node.
- Action: Drag the Standard Output component on the canvas.
- Mapping: Link the Output node to the Agent's result. This ensures that the final text or data generated by the Agent is what the user ultimately sees.
Connect the Nodes.¶

Click the component it will open the configuration window.¶

Click this icon.¶

Click on the Variable you want as input to "Output" Node.¶

Click "Save"¶

4. Final Step¶
Add Name of your workflow and Click "Save & Deploy"¶

Additional Information¶
Details for every component in your workflow can be found in our comprehensive documentation for each component in this guide under the workflow section.