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

# llms-full.txt

> Full SQD documentation as a single llms-full.txt file.

The full SQD documentation corpus is published at [https://docs.sqd.dev/llms-full.txt](https://docs.sqd.dev/llms-full.txt) as a single concatenated file.

Each page in the documentation appears once, prefixed with a `Source:` URL and an H1 heading. Use this file when you want to ingest the entire docs in one go, for retrieval-augmented generation or to pin context in a long-context model.

If you only need a directory of pages without their full content, fetch the smaller [llms.txt](/en/ai/llms-txt) index instead.

## Fetch the corpus

```bash theme={"system"}
curl https://docs.sqd.dev/llms-full.txt
```

The current size is roughly 3.3 MB.


## Related topics

- [llms.txt](/en/ai/llms-txt.md)
- [AI Development](/en/ai/ai-development.md)
- [Changelog](/changelog.md)
- [Quickstart](/en/sdk/pipes-sdk/solana/quickstart.md)
- [Documentation MCP Server](/en/ai/mcp-server-docs.md)
