Skip to content

Commit 3c47ee9

Browse files
Fern Editor: Update
1 parent ec8bb3a commit 3c47ee9

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

fern/products/docs/pages/seo/llms-txt.mdx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@ title: llms.txt and llms-full.txt
33
description: Enable tools like Cursor, GitHub Copilot, ChatGPT, and Claude to understand your documentation.
44
---
55

6-
[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%+.
6+
[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.
7+
8+
## Automatically serve Markdown
9+
10+
When Fern detects an LLM bot accessing your documentation, it automatically serves Markdown instead of HTML, reducing token consumption by 90%+.
711

812
<Frame>
913
<img
@@ -20,6 +24,7 @@ Contains a lightweight summary of your documentation site with each page distill
2024
`llms.txt` is available at any level of your documentation hierarchy (`/llms.txt`, `/docs/llms.txt`, `/v1/api-reference/llms.txt`, etc.).
2125

2226
Examples from Eleven Labs:
27+
2328
- Developer documentation (Prompting directory): [elevenlabs.io/docs/best-practices/prompting/llms.txt](https://elevenlabs.io/docs/best-practices/prompting/llms.txt)
2429
- API Reference (Create speech endpoint): [elevenlabs.io/docs/api-reference/text-to-speech/convert/llms.txt](https://elevenlabs.io/docs/api-reference/text-to-speech/convert/llms.txt)
2530

@@ -34,6 +39,7 @@ Example from Cash App: [developers.cash.app/llms-full.txt](https://developers.ca
3439
## Analytics and monitoring
3540

3641
The [Fern Dashboard](https://dashboard.buildwithfern.com/) provides comprehensive analytics for `llms.txt` usage including:
42+
3743
- Traffic by LLM provider (Claude, ChatGPT, Cursor, etc.)
3844
- Page-level breakdowns of bot vs. human visitors for Markdown and `llms.txt` files
3945

0 commit comments

Comments
 (0)