Perplexity: Make Your Documentation Discoverable by AI
How to fix the problem of ai can't find your documentation specifically for Perplexity. Platform-specific solutions and prevention strategies.
Why This Happens in Perplexity
Perplexity uses PerplexityBot to discover and index content. Documentation behind authentication or paywalls. To fix this, you need to ensure Perplexity's crawler can access your content and that your pages are structured in a way Perplexity can understand.
Signs You Have This Problem in Perplexity
Perplexity gives generic answers instead of citing your docs
Users report Perplexity couldn't help them with your product
Technical questions get wrong or incomplete answers
Competitor documentation gets cited instead of yours
How to Fix This in Perplexity
Follow these Perplexity-specific solutions:
Make documentation publicly accessible without login
Publish docs as HTML pages, not just PDFs or apps
Implement proper heading hierarchy in docs
Link documentation prominently from your main site
Add TechArticle and HowTo schema to doc pages
Create an llms.txt file pointing to key documentation
Perplexity Technical Details
Crawler Name
PerplexityBot
User Agent
PerplexityBot
Required robots.txt configuration:
User-agent: PerplexityBot
Allow: /Prevent This Problem in Perplexity
Design documentation for both humans and Perplexity
Test Perplexity's ability to answer questions from your docs
Maintain clear documentation structure
Monitor documentation crawling in server logs