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

# Spojit Documentation

> Build powerful automations by connecting your apps, transforming data, and orchestrating workflows, all from a visual canvas.

## Welcome to Spojit

Spojit is a workflow automation platform that lets you connect your favourite apps and services, transform data between them, and build complex automations, without writing code.

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Create and run your first workflow in minutes.
  </Card>

  <Card title="Platform Overview" icon="map" href="/platform/overview">
    Understand the key concepts behind Spojit.
  </Card>

  <Card title="Workflow Editor" icon="pen-ruler" href="/workflow-editor/overview">
    Learn how to build workflows on the visual canvas.
  </Card>

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

## How Spojit works

<Steps>
  <Step title="Connect your apps">
    Add connections to services like Shopify, Slack, and Resend, or use built-in utility connectors for data processing, math, dates, and more.
  </Step>

  <Step title="Build a workflow">
    Drag and drop nodes onto the visual canvas. Connect triggers, actions, conditions, and loops to define your automation logic.
  </Step>

  <Step title="Run and monitor">
    Execute workflows manually, on a schedule, or via webhooks. Monitor every step in real time with detailed execution logs.
  </Step>
</Steps>

## Explore by topic

<CardGroup cols={3}>
  <Card title="Node Types" icon="shapes" href="/workflow-editor/nodes/trigger">
    Triggers, actions, conditions, loops, and more.
  </Card>

  <Card title="Integrations" icon="puzzle-piece" href="/connectors/integrations/shopify">
    Connect to third-party services.
  </Card>

  <Card title="Utility Tools" icon="wrench" href="/connectors/utilities/json">
    Built-in data processing and transformation tools.
  </Card>
</CardGroup>
