# llms.txt Generation Example: Docs Site

**Use case:** 

Live example generating a spec-correct llms.txt from a real documentation site's own metadata.

## Input

```json
{
  "urls": [
    "https://docs.stripe.com"
  ],
  "maxPagesPerSite": 30
}
```

## Output

```json
{
  "url": {
    "label": "Site",
    "format": "link"
  },
  "pagesIncluded": {
    "label": "Pages included",
    "format": "number"
  },
  "sectionsUsed": {
    "label": "Sections",
    "format": "array"
  },
  "generatedAt": {
    "label": "Generated at",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [llms.txt Generator: Make Any Website AI-Readable](https://apify.com/apifmcpfactory/llms-txt-generator) with a specific input configuration. Visit the [Actor detail page](https://apify.com/apifmcpfactory/llms-txt-generator) to learn more, explore other use cases, and run it yourself.