-
Home
-
User Agent Directory
- Perplexity-User
Perplexity-User
What is Perplexity-User?
Perplexity-User is the user agent used when Perplexity AI's search engine fetches web content in real-time to answer user queries. Unlike PerplexityBot which performs background crawling for indexing, Perplexity-User is triggered by specific user questions and retrieves content on demand. It respects robots.txt directives and operates transparently. Website owners can distinguish between Perplexity's indexing crawler and its user-facing search fetcher to make separate access decisions.
User Agent String
Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Perplexity-User/1.0; +https://perplexity.ai/perplexity-user)
How to Control Perplexity-User
Block Completely
To prevent Perplexity-User from accessing your entire website, add this to your robots.txt file:
Block Specific Directories
To restrict access to certain parts of your site while allowing others:
Set Crawl Delay
To slow down the crawl rate (note: not all bots respect this directive):
How to Verify Perplexity-User
Verify requests originate from Perplexity AI IP ranges
Learn more in the official documentation.
This bot may collect and use your website content for AI model training. Consider whether you want your content used for this purpose before allowing access.
Detection Patterns
Multiple ways to detect Perplexity-User in your application:
Basic Pattern
/Perplexity\-User/i
Strict Pattern
/^Mozilla/5\.0 AppleWebKit/537\.36 \(KHTML, like Gecko; compatible; Perplexity\-User/1\.0; \+https\://perplexity\.ai/perplexity\-user\)$/
Flexible Pattern
/Perplexity\-User[\s\/]?[\d\.]*?/i
Vendor Match
/.*Perplexity AI.*Perplexity\-User/i
Implementation Examples
Should You Block This Bot?
Recommendations based on your website type:
| Site Type | Recommendation | Reasoning |
|---|---|---|
| E-commerce | Allow | Essential for product visibility in search results |
| Blog/News | Consider Blocking | Your content may be used for AI training without compensation |
| SaaS Application | Block | No benefit for application interfaces; preserve resources |
| Documentation | Allow | Improves documentation discoverability for developers |
| Corporate Site | Allow | Allow for public pages, block sensitive areas like intranets |
Advanced robots.txt Configurations
E-commerce Site Configuration
Publishing/Blog Configuration
SaaS/Application Configuration
Quick Reference
User Agent Match
Perplexity-User
Robots.txt Name
Perplexity-User
Category
ai, search
Respects robots.txt
Yes