> ## Documentation Index
> Fetch the complete documentation index at: https://better-styled.com/llms.txt
> Use this file to discover all available pages before exploring further.

# llms.txt and llms-full.txt files

> Machine-readable documentation index and full content files for AI assistants.

## llms.txt

A lightweight index of all documentation pages. AI tools use this to find relevant information quickly.

```
https://better-styled.com/llms.txt
```

### What's Inside

* Page titles and URLs
* Brief descriptions from each page
* Organized by documentation sections

### Format

```markdown theme={"theme":{"light":"min-light","dark":"synthwave-84"}}
# Better Styled

## Docs

- [Introduction](https://better-styled.com/introduction): Overview of better-styled
- [Installation](https://better-styled.com/installation): How to install
- [styled()](https://better-styled.com/api/styled): API reference
...
```

<Note>
  This file is automatically generated and always up-to-date with the documentation.
</Note>

***

## llms-full.txt

The entire documentation combined into a single file. Use this when you need complete context.

```
https://better-styled.com/llms-full.txt
```

### Best For

* Complex implementation questions
* Understanding the full API
* Building complete components from scratch
* Training custom AI models on better-styled

### Usage with ChatGPT

Paste the URL when starting a conversation:

```
Use this documentation for better-styled:
https://better-styled.com/llms-full.txt

Help me create a Button component with size and variant props.
```

<Warning>
  This file is larger and uses more tokens. Use `llms.txt` for simple queries.
</Warning>

***

## Comparison

| Feature     | llms.txt               | llms-full.txt      |
| ----------- | ---------------------- | ------------------ |
| Size        | \~2KB                  | \~50KB+            |
| Content     | Index only             | Full documentation |
| Use case    | Finding specific pages | Complete context   |
| Token usage | Low                    | High               |

<Card title="Next: skill.md" icon="arrow-right" href="/ai/skill-md">
  Learn about the capability summary file
</Card>
