---
title: "llms.txt"
description: "The llms.txt standard: making your site AI-agent friendly."
canonical_url: "https://docs.bulkheados.com/ai/llms-txt/"
template: "page-node"
schema_type: "WebPage"
---

<div class="docs-content">
<p class="docs-lead"><code>llms.txt</code> is an emerging standard for making website content easily consumable by AI language models. Your Bulkhead OS site auto-generates this file.</p>

<h2 id="what-it-is">What Is llms.txt?</h2>
<p>It's a plain text file at <code>/llms.txt</code> that gives AI agents a structured overview of your site — what it's about, what sections it has, and where to find specific content. Think of it as <code>robots.txt</code> for AI.</p>

<h2 id="example">Example</h2>
<pre><code class="language-markdown"># My Community Site

> Community hub for Coolock Village

## Pages

- [About](/about): Who we are and what we do
- [Events](/events): Upcoming community events
- [News](/news): Latest community updates

## Resources

- [Getting Started](/getting-started): How to join the community
- [Code of Conduct](/code-of-conduct): Community guidelines</code></pre>

<h2 id="auto-generation">Automatic Generation</h2>
<p>Bulkhead OS generates <code>llms.txt</code> dynamically from your published content. When you add, update, or remove content, the file updates automatically. No manual maintenance required.</p>

<h2 id="benefits">Benefits</h2>
<ul>
<li>AI assistants can recommend your site when users ask related questions</li>
<li>Coding agents (like GitHub Copilot, Cursor) can reference your documentation</li>
<li>Search engine AI features (Google SGE, Bing Chat) can surface your content</li>
</ul>
</div>
