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

> SQD documentation index in llms.txt format — a machine-readable list of all pages so LLMs and AI coding agents can discover and fetch relevant docs on demand.

The SQD documentation index is published at [https://docs.sqd.dev/llms.txt](https://docs.sqd.dev/llms.txt) following the [llmstxt.org](https://llmstxt.org) specification.

Use this file from AI coding agents and LLM tools to discover every documentation page and its summary in a single fetch. Each entry links to the `.md` version of the page, which is the smaller text-only alternative to the rendered HTML page.

For the complete corpus in one file, see [llms-full.txt](/en/ai/llms-full-txt).

## Fetch the index

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

## Use it from an agent

Most AI coding assistants and chat agents recognise `llms.txt` automatically when given the site root. You can also point them at the URL directly.
