Skip to main content

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.
1

Sign Up

Unlock the power of Giselle! If you’re joining us for the first time, create your account on the sign up page. If you’re already part of the Giselle community, log in to jump right in.
2

Build 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

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

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.
Suggest one interesting topic related to animals.

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.
3

Run the Agent as a Workflow

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

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

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.
Please research on the following topics:

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!
I