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

# AI-Readable Documentation

> Access Site Spy documentation in formats optimized for AI assistants and coding agents

Site Spy publishes its documentation in machine-readable formats so AI assistants can find product guidance and API details without parsing the rendered website.

<CardGroup cols={2}>
  <Card title="Documentation index" icon="list" href="https://docs.sitespy.app/llms.txt">
    Browse a compact index of every documentation page and API endpoint.
  </Card>

  <Card title="Complete documentation" icon="file-lines" href="https://docs.sitespy.app/llms-full.txt">
    Load the full documentation site as a single plain-text file.
  </Card>
</CardGroup>

## Available formats

* [`llms.txt`](https://docs.sitespy.app/llms.txt) provides a concise index with links and descriptions. Use it to discover the pages relevant to a question.
* [`llms-full.txt`](https://docs.sitespy.app/llms-full.txt) combines the complete documentation into one file for tools that need all available context.
* Add `.md` to any documentation URL to retrieve that page as Markdown. For example, [`/docs/getting-started/installation.md`](/docs/getting-started/installation.md).
* The [OpenAPI specification](/api-reference/openapi.yaml) provides a machine-readable description of the Site Spy API.

## Use with an AI assistant

Give your assistant the documentation index and ask it to open only the pages it needs:

```text theme={null}
Read https://docs.sitespy.app/llms.txt, then use the relevant linked pages
to answer my question about Site Spy.
```

For offline analysis or tools that cannot follow links, provide [`llms-full.txt`](https://docs.sitespy.app/llms-full.txt) instead.
