# Drag & Drop AI Agent Builder

### What is the Drag-and-Drop Builder?

The Drag-and-Drop Builder is a visual tool where you can:

* **Create Workflows:** Drag and connect blocks (we call them nodes) to form a step-by-step process.
* **Work Visually:** See your workflow come to life on an interactive canvas.
* **Customize and Test:** Adjust settings, run your workflow, and see real-time results—all in one place.

### How It Works

**1. Start with a Blank Canvas:**\
Open the builder and begin with a clean slate.

**2. Add Nodes:**\
Choose from a palette of tools like input, AI processing, or API calls. Drag them onto the canvas to start building.

**3. Connect Nodes:**\
Link nodes by dragging from one to another. This shows how data flows through your workflow.

**4. Adjust Settings:**\
Click on any node to open its settings panel. Customize options to make it work just the way you want.

**5. Test and Refine:**\
Run your workflow and see live outputs. Adjust connections or settings until it’s perfect.

**6. Save and Share:**\
Once you’re done, save your workflow for later or share it with others.

### Why You'll Love It

* **No Coding Required:** Build workflows visually, even if you’re new to AI or tech.
* **Fast and Flexible:** Create simple or complex workflows at your own pace.
* **Real-Time Feedback:** See how your workflow works as you build it.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.aver.co/aver-protocol/ai-agent-builder.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
