---
title: "LLMs.txt"
description: "Help AI tools understand Nuxt SEO modules so they can assist you better."
canonical_url: "https://nuxtseo.com/docs/nuxt-seo/guides/llms-txt"
last_updated: "2026-05-05T15:10:26.821Z"
---

AI tools work better when they understand your stack. LLMs.txt gives Cursor, Windsurf, [ChatGPT](https://chatgpt.com), and Claude structured docs about Nuxt SEO so you spend less time explaining context and more time building.

## Available Routes

We provide two documentation formats optimized for AI consumption:

- **/llms.txt** - Structured overview of all modules and docs links (~5K tokens)
- **/llms-full.txt** - Complete documentation with examples in markdown format

<note icon="i-heroicons-light-bulb">

Start with `/llms.txt`. Use `/llms-full.txt` when you need complete examples and your AI tool supports large contexts (200K+ tokens).

</note>

## Usage

### Cursor

Reference the docs directly in chat or add to project context with `@docs`:

```text
@https://nuxtseo.com/llms.txt
```

[Cursor Web and Docs Search →](https://docs.cursor.com/en/context/@-symbols/@-docs)

### Windsurf

Use `@docs` to reference the URLs or add them to workspace rules:

```text
@https://nuxtseo.com/llms.txt
```

[Windsurf Web and Docs Search →](https://docs.windsurf.com/windsurf/cascade/web-search)

### ChatGPT / Claude

Paste the URL in your prompt:

```text
Using Nuxt SEO docs from https://nuxtseo.com/llms.txt, help me configure...
```

<warning icon="i-heroicons-exclamation-triangle">

**Type @ manually** - In Cursor and Windsurf, the `@` symbol must be typed by hand. Copy-pasting breaks context recognition.

</warning>

## Nuxt SEO Pro

Want AI tools with direct access to module APIs? [Nuxt SEO Pro MCP](/docs/nuxt-seo-pro/mcp/installation) provides tools and prompts AI agents can call directly.
