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

# Introduction

> Build powerful workflows on top of Google Sheets with Sheet Ninja

Welcome to the Sheet Ninja documentation 👋

Sheet Ninja lets you turn *any* Google Sheets into a powerful backend — enabling APIs, automation, and workflows without the overhead of traditional infrastructure.

Use Sheet Ninja to power internal tools, sync data between systems, or prototype production-ready applications using spreadsheets as your data source.

These docs will help you get set up, understand how Sheet Ninja works, and build reliable applications on top of Google Sheets.

***

## Setting up

Get up and running with Sheet Ninja in just a few minutes.

<Card title="Start here" icon="rocket" horizontal href="/quickstart">
  Follow our quickstart guide to connect your first Google Sheet and create your first API endpoint.
</Card>

In the quickstart, you’ll:

* Connect your Google account
* Create your first Sheet Ninja endpoint
* Read and write data from a Google Sheet

***

## Who uses Sheet Ninja?

Sheet Ninja is built for anyone who wants to move fast while keeping their data simple and accessible.

<Columns cols={2}>
  <Card title="Developers" icon="terminal" href="/api-reference/introduction">
    Use Google Sheets as a lightweight backend for APIs, prototypes, and internal tools.
  </Card>

  <Card title="Operators & teams" icon="map">
    Manage workflows, approvals, and operational data directly from spreadsheets.
  </Card>

  <Card title="No-code & low-code builders" icon="pen-to-square">
    Power automations and integrations using tools you already know.
  </Card>

  <Card title="Startups & solo builders" icon="rocket">
    Ship faster without setting up databases, servers, or admin panels.
  </Card>
</Columns>

***

## What can you create?

Everything you need to turn spreadsheets into production-ready systems.

<Columns cols={2}>
  <Card title="Structured APIs" icon="pen-fancy" href="/essentials/markdown">
    Automatically expose rows and columns as clean, structured API responses.
  </Card>

  <Card title="Automations & integrations" icon="code" href="/essentials/code">
    Trigger workflows and sync data across your stack using webhooks and API calls.
  </Card>

  <Card title="File-backed workflows" icon="image" href="/essentials/images">
    Work with attachments, links, and rich data stored directly in your sheets.
  </Card>

  <Card title="Reusable patterns" icon="recycle" href="/essentials/reusable-snippets">
    Common recipes for syncing data, automation, and integrations.
  </Card>
</Columns>
