-
Home
-
User Agent Directory
- ChatGPT-User
ChatGPT-User
What is ChatGPT-User?
ChatGPT-User is the user agent used when ChatGPT accesses the web through its browsing capability, available to ChatGPT Plus and Enterprise users. Unlike GPTBot which crawls for training data, ChatGPT-User represents real-time web access requested by users during conversations. When a user asks ChatGPT to look up current information, analyze a webpage, or verify facts online, this user agent is used to fetch the content. The bot respects robots.txt and will not access sites that explicitly block it. This browsing feature enables ChatGPT to provide up-to-date information beyond its training cutoff date, making it particularly valuable for current events, recent developments, and real-time data verification. Website owners should consider that blocking this bot prevents ChatGPT users from accessing and discussing their content in conversations, potentially limiting their reach to AI-assisted research and discovery.
User Agent String
Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ChatGPT-User/1.0; +https://openai.com/bot)
How to Control ChatGPT-User
Block Completely
To prevent ChatGPT-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 ChatGPT-User
Check for requests originating from OpenAI 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 ChatGPT-User in your application:
Basic Pattern
/ChatGPT\-User/i
Strict Pattern
/^Mozilla/5\.0 AppleWebKit/537\.36 \(KHTML, like Gecko; compatible; ChatGPT\-User/1\.0; \+https\://openai\.com/bot\)$/
Flexible Pattern
/ChatGPT\-User[\s\/]?[\d\.]*?/i
Vendor Match
/.*OpenAI.*ChatGPT\-User/i
Implementation Examples
Should You Block This Bot?
Recommendations based on your website type:
| Site Type | Recommendation | Reasoning |
|---|---|---|
| E-commerce | Limit Access | Protect pricing and inventory data from AI training |
| 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 | Selective | Allow for public docs, block for internal docs |
| Corporate Site | Limit | 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
ChatGPT-User
Robots.txt Name
ChatGPT-User
Category
ai
Respects robots.txt
Yes