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

# Introduction

> Explore, report, and share business data without SQL or ETL

Grapple is a DIY data platform for teams who need self-serve reporting across their business tools — without writing SQL or building ETL pipelines.

Connect your data sources, build spreadsheet-like **projects** with natural-language commands, and share charts and reports with your team.

## How Grapple is organized

<CardGroup cols={2}>
  <Card title="Data Library" icon="database" href="/data-library">
    Connect sources and sync data into your workspace.
  </Card>

  <Card title="Projects" icon="folder" href="/projects">
    Analyze data, build views and charts, and share results.
  </Card>

  <Card title="Skills" icon="terminal" href="/projects/skills">
    Slash commands for adding fields, filtering, charting, and more.
  </Card>

  <Card title="API" icon="code" href="/api">
    Read workspace and project data programmatically.
  </Card>
</CardGroup>

## Key concepts

* **Workspace** — Your team's container for sources, projects, and members.
* **Source** — A connected app or file in the Data Library.
* **Collection** — A dataset synced from a source (for example, Deals or Contacts).
* **Project** — A report built on a base collection, with optional joins, fields, views, and charts.
* **Skill** — A slash command you run inside a project editor.

<Tip>
  New to Grapple? Start with the [Quickstart](/quickstart).
</Tip>
