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

# Quickstart

> Create and run your first workflow in under five minutes.

Follow these steps to build a simple workflow that processes data and sends a notification.

## Prerequisites

* A Spojit account. [Sign up](https://miraxa.spojit.com) if you don't have one yet.
* (Optional) A Slack workspace if you want to test sending messages.

## Create your first workflow

<Steps>
  <Step title="Open the Workflow Editor">
    From the dashboard, click **New Workflow**. Give it a name like "My First Workflow" and click **Create**. The visual canvas editor opens.
  </Step>

  <Step title="Add a Trigger node">
    Drag a **Trigger** node from the left palette onto the canvas. Set the trigger type to **Manual**, which lets you run the workflow on demand.
  </Step>

  <Step title="Add an Action node">
    Drag a **Connector** node onto the canvas and connect it to the trigger. In the properties panel on the right, choose a connector (for example, the **Text Tools** utility) and select the **case** tool to convert text to uppercase.

    Configure the parameters:

    * **text**: `Hello from Spojit!`
    * **to**: `upper`
  </Step>

  <Step title="Save and Run">
    Click **Save** in the toolbar, then click **Run**. The workflow executes and you can see the result in the execution log.
  </Step>
</Steps>

## What's next?

<CardGroup cols={2}>
  <Card title="Canvas Basics" icon="arrows-up-down-left-right" href="/workflow-editor/canvas-basics">
    Learn to pan, zoom, and connect nodes on the canvas.
  </Card>

  <Card title="Building Workflows" icon="sitemap" href="/workflow-editor/building-workflows">
    Follow an end-to-end tutorial for a real-world workflow.
  </Card>

  <Card title="Manage Connections" icon="link" href="/platform/connections">
    Connect external services like Shopify and Slack.
  </Card>

  <Card title="Browse Connectors" icon="plug" href="/connectors/overview">
    See all available integrations and utility tools.
  </Card>
</CardGroup>
