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

# Use these docs with AI

> Give Claude, ChatGPT, Cursor or any other assistant the whole API in one step, so it writes working code first time.

An AI assistant writes much better code when it can read the real docs. There are three ways to give it them.

## 1. Copy a page

Every page has a menu at the top right. Choose **Copy page** to copy it as Markdown, or **Open in ChatGPT** or **Open in Claude** to start a chat with the page loaded.

## 2. Give it the whole API: llms.txt

These two files hold the docs as plain text, ready for an AI to read:

| File                                                                | What it holds                |
| ------------------------------------------------------------------- | ---------------------------- |
| [`/llms.txt`](https://developers.scoutworks.app/llms.txt)           | A short index of every page. |
| [`/llms-full.txt`](https://developers.scoutworks.app/llms-full.txt) | Every page in one file.      |

Paste the address into a chat, or save the file and attach it. For example:

```text theme={null}
Read https://developers.scoutworks.app/llms-full.txt, then write a Google Apps Script
that copies our Scoutworks waiting list into a sheet called "Waiting list".
```

## 3. Connect it as an MCP server

These docs are also an **MCP server**. An assistant that supports MCP can search them as it works, so it always has the current version.

```text MCP server address theme={null}
https://developers.scoutworks.app/mcp
```

* **Claude Code:** `claude mcp add --transport http scoutworks-docs https://developers.scoutworks.app/mcp`
* **Cursor or VS Code:** open the page menu and choose **Connect to Cursor** or **Connect to VS Code**.
* **Claude.ai or ChatGPT:** add the address as a custom connector in settings.

This server searches the **documentation**. It cannot read your group’s data.

<Warning>
  Never paste your own API key into an AI chat. The key reads real children’s data. Use the [sandbox key](/guides/sandbox) while you build, and put your real key into the finished tool yourself.
</Warning>
