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

# Your group’s data, where you need it

> Get your members, events, badges and waiting list into a spreadsheet, an automation or your own code. Every recipe works in five minutes with our sandbox key.

The Scoutworks API lets your group read its own data from other tools. You do not need to be a developer.

Pick what you want to do. Each recipe works straight away with the [sandbox key](/guides/sandbox), which reads a demo group full of made-up Scouts. When it works, swap in your own key.

## Spreadsheets

<CardGroup cols={2}>
  <Card title="Your members in Google Sheets" icon="table" href="/recipes/google-sheets">
    A sheet that refreshes itself every morning. Copy one script, press Run.
  </Card>

  <Card title="Events in Excel" icon="file-excel" href="/recipes/excel">
    Pull your events into Excel with Power Query. No code at all.
  </Card>
</CardGroup>

## Automations

<CardGroup cols={2}>
  <Card title="n8n" icon="diagram-project" href="/recipes/n8n">
    Send new waiting-list entries to Slack, email or anywhere else.
  </Card>

  <Card title="Zapier" icon="bolt" href="/recipes/zapier">
    Connect Scoutworks to 7,000 apps with Webhooks by Zapier.
  </Card>
</CardGroup>

## Code

<CardGroup cols={2}>
  <Card title="Python" icon="python" href="/recipes/python">
    Read every page of a list in twelve lines.
  </Card>

  <Card title="curl" icon="terminal" href="/recipes/curl">
    Try any endpoint from your terminal.
  </Card>
</CardGroup>

## What next

<CardGroup cols={3}>
  <Card title="Getting started" icon="flag-checkered" href="/guides/quickstart">
    Create a key and make your first call.
  </Card>

  <Card title="API reference" icon="book" href="/api-reference/introduction">
    Every endpoint, with a “Try it” button.
  </Card>

  <Card title="Use it with AI" icon="robot" href="/tools/ai-assistants">
    Point Claude, ChatGPT or Cursor at these docs.
  </Card>
</CardGroup>

<Note>
  The API reads data. It cannot change anything in Scoutworks. It never shares health information, bank details or free-text notes.
</Note>
