# GET /llms.txt — The site's table of contents for an agent.

An [llms.txt](https://llmstxt.org) index: one line per document, each with a link and a one-line description. Start here, then fetch what the question needs.

```lapis
[meta]
api: docspack.dev
base: https://docspack.dev
version: 1

[ops]
getLlmsTxt GET /llms.txt
  The site's table of contents for an agent.
  < str  # 200 The index.
```

```bash
curl -X GET 'https://docspack.dev/llms.txt'
```
