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
16 changes: 16 additions & 0 deletions fern/products/docs/pages/ai/llms-txt/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,19 @@ The two files differ:
</Tab>
</Tabs>

## Learn more

<CardGroup cols={3}>
<Anchor id="custom-files">
<Card title="Customize LLM output" icon="sliders" href="/learn/docs/ai-features/customize-llm-output">
Exclude pages, filter content with tags, or serve your own custom files.
</Card>
</Anchor>
<Card title="Agent directives" icon="compass" href="/learn/docs/ai-features/agent-directives">
Configure the default directive prepended to every page served to AI agents.
</Card>
<Card title="Analytics and integration" icon="chart-line" href="/learn/docs/ai-features/llms-txt-analytics">
Track LLM traffic and surface `llms.txt` endpoints to readers.
</Card>
</CardGroup>

Loading