> ## Documentation Index
> Fetch the complete documentation index at: https://docs.dibby.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Start

> Define your data inputs to start the workflow

## Overview

<div align="center">
  <img src="https://mintcdn.com/dibby/pqX3-_kQLdN967hk/images/nodes/start.png?fit=max&auto=format&n=pqX3-_kQLdN967hk&q=85&s=fe657f05f712550b8e9507867177716c" alt="Start node " width="490" height="213" data-path="images/nodes/start.png" />
</div>

The **Start** node is used to define the data inputs that will trigger and initialize your workflow. This is a trigger node that begins the execution of your workflow.

## Configuration

### Inputs

Configure the input data structure that your workflow will accept.

**Type:** Object

## Usage

The Start node is the entry point for your workflow. Define the data schema that your workflow expects to receive, and this node will pass that data to subsequent nodes in the workflow.
