Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion fern/products/docs/pages/seo/llms-txt.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@
description: Enable tools like Cursor, GitHub Copilot, ChatGPT, and Claude to understand your documentation.
---

[llms.txt](https://llmstxt.org/) is a standard for exposing website content to AI developer tools. Fern automatically generates and maintains `llms.txt` and `llms-full.txt` files for your documentation site. When Fern detects an LLM bot accessing your documentation, it automatically serves Markdown instead of HTML, reducing token consumption by 90%+.
[llms.txt](https://llmstxt.org/) is a standard for exposing website content to AI developer tools. Fern automatically generates and maintains `llms.txt` and `llms-full.txt` files for your documentation site.

## Automatically serve Markdown

When Fern detects an LLM bot accessing your documentation, it automatically serves Markdown instead of HTML, reducing token consumption by 90%+.

Check warning on line 10 in fern/products/docs/pages/seo/llms-txt.mdx

View workflow job for this annotation

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [FernStyles.Acronyms] 'LLM' has no definition. Raw Output: {"message": "[FernStyles.Acronyms] 'LLM' has no definition.", "location": {"path": "fern/products/docs/pages/seo/llms-txt.mdx", "range": {"start": {"line": 10, "column": 22}}}, "severity": "INFO"}

<Frame>
<img
Expand Down