Quickstart
Build your first AI agent with Giselle in minutes! This quick start guide covers signup to running a workflow.
Build Your First AI Agent with Giselle
Get up and running with Giselle in minutes! This quick start guide walks you through creating your first AI agent, step by step, from signup to running a complete workflow. Learn to build and test agents with our user-friendly interface.
Build an Agent
Create an Agent
Create an Agent
Go to the Giselle Agents page and click the “New Agent” button to start creating your first Agent.
Place a Node
Place a Node
From the toolbar at the bottom, drag and drop a “Text Generator” node onto the canvas to place it. This will be the first node in your workflow.
Give Instructions to Your Agent
Give Instructions to Your Agent
In the “Instruction” text area, enter the prompt that you would like to give to the Agent. This text will guide how your Agent works.
Test Out Your Agent
Test Out Your Agent
Click the “Generate” button located in the top right corner of the “Text Generator” node. This will execute only this node, allowing you to test your prompt and see the output.
Run the Agent as a Workflow
Add Another Node
Add Another Node
To run the Agent as a workflow, let’s add another Node. Drag the “Text Generator” node from the bottom toolbar and place it on the canvas.
Connect the Nodes
Connect the Nodes
To connect the two Nodes, select the first Node from the “Sources” menu in the right panel of the second Node.
Give Instructions to the Second Node
Give Instructions to the Second Node
Provide instructions to the second Node by entering the following into the “Instruction” text area. By feeding the output of the first Node into the second Node, the second Node will generate its output based on the first Node’s output.
Run Your Agent
Run Your Agent
Finally, click the “Run” button in the upper right corner to execute the Agent as a workflow. This will run both Nodes and generate the final output. Congratulations, you’ve run your first Agent as a workflow in Giselle!