Getting Started
LLMs.txt is a simple text file that tells AI models how they can access and use your website content. Place it at yoursite.com/llms.txt to control AI permissions.
File Format
# LLMs.txt for example.com
# Generated by llmstxttools.com
User-agent: *
Allow: /
Allow: /blog/*
Allow: /docs/*
# Block sensitive areas
Disallow: /admin/
Disallow: /private/
Disallow: /.env
# Contact for licensing
Contact: contact@example.com
Implementation Steps
1. Create your LLMs.txt file using our generator
2. Upload to your website root directory
3. Test accessibility at yoursite.com/llms.txt
4. Monitor compliance through our dashboard
Best Practices
Keep your LLMs.txt file updated as your content changes. Use clear, specific rules rather than blanket permissions. Include contact information for licensing inquiries.