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

# Introduction

> The Parable API, SDKs, and data platform for your workspace.

Parable connects the tools your company already uses, syncs their data into a
governed data lake owned by your workspace, and gives you a single API to
manage all of it.

If you can sign in to the app, you can do the same work from here.

<Columns cols={2}>
  <Card title="Authentication" icon="key" href="/getting-started/authentication">
    How API tokens work and how to send them on every request.
  </Card>

  <Card title="Your first request" icon="play" href="/getting-started/first-request">
    Verify your token and list the connectors in your workspace.
  </Card>

  <Card title="API reference" icon="square-terminal" href="/api-reference/overview">
    Every endpoint, parameter, and response shape, with a playground.
  </Card>

  <Card title="SDKs" icon="cube" href="/platform/sdks">
    Clients for TypeScript, Go, Python, and Rust.
  </Card>
</Columns>

## What you can do

<Columns cols={2}>
  <Card title="Manage connectors" icon="plug" href="/connectors/overview">
    Configure connections to your SaaS tools, control which data streams
    sync, and monitor sync health.
  </Card>

  <Card title="Parable Data Engine" icon="water" href="/data">
    Query lake tables over Flight SQL, including ponder() and embed().
  </Card>

  <Card title="Upload your own data" icon="upload" href="/api-reference/overview">
    Publish spreadsheets and files as artifacts that join your connector
    data in the lake.
  </Card>

  <Card title="Administer your workspace" icon="users" href="/api-reference/overview">
    Invite users, assign roles, and manage access, with the same permission
    model the app uses.
  </Card>
</Columns>

<Note>
  Connector setup guides (OAuth apps, API keys, scopes) live in the
  [product documentation](https://docs.parable.work).
</Note>
