# Quick Start: Design

## Overview

The Design functionality in K3 Labs, also known as the Workflow Builder, allows users to create and automate workflows for Web3 applications effortlessly. With a visual drag-and-drop interface, users can connect various functions to design robust and scalable workflows tailored to their specific needs. This guide will walk you through the steps of creating a new workflow using the K3 Labs platform.

## Steps to Create a Workflow

1. Navigate to the Design Page
   1. Log in to your K3 Labs account.
   2. From the dashboard, click on the “Design” tab to access the Workflow Builder section.
2. Start a New Workflow
   1. On the Design page, a new  workflow canvas will appear with schedule / trigger function added automatically, as it  starts the workflow.
   2. Select the functions / templates you need from the Functions tab on the left-hand side menu.
   3. Drag and drop the chosen functions into the Main Workflow Editing Section.
3. Enter Function Parameters
   1. Click on each function within the workflow canvas.
   2. In the Functions Parameters Section on the right-hand side, enter the required parameters for each function.
4. Connect the Functions: Connect the functions by dragging the input and output arrows to define the flow of data between them.
5. Deploy the Workflow: Deploy the workflow by pressing the Deploy button in the top bar.


---

# 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.k3-labs.com/introduction/appendix-old-pages/quick-start-design.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.
