ChatGPT-User
OpenAI · Fetches pages when users browse the web during ChatGPT conversations
By Vinespire Editorial Team, Editorial ·
Update: Verified against OpenAI operator documentation for ChatGPT-User.
This page is the operator/profile guide for ChatGPT-User. To paste a full robots.txt and check ChatGPT-User plus other AI crawlers in one pass, use the Robots.txt AI Crawler Validator. Short definitional entries also live in the AI search glossary.
Related free utilities are in free AI SEO tools.
What is ChatGPT-User?
ChatGPT-User is OpenAI’s user-agent for live browsing: when a person asks ChatGPT to look at a URL or the product retrieves a page in the context of a conversation, fetches may identify as ChatGPT-User rather than GPTBot. That makes it a live-browsing agent, not a bulk training crawler. OpenAI’s bot documentation distinguishes training/crawl agents from user-initiated fetches; operators should read the current docs carefully because robots.txt applicability can differ by agent. If you care about how ChatGPT experiences your site when a user explicitly opens or cites a page, ChatGPT-User is the relevant token. It should not be confused with OAI-SearchBot, which is aimed at search-style indexing for ChatGPT search features.
How to block ChatGPT-User
Add this group to robots.txt to disallow ChatGPT-User. Path rules can be narrowed if you only need to protect parts of the site.
User-agent: ChatGPT-User Disallow: /
How to allow ChatGPT-User
For most public marketing and documentation sites, allowing well-behaved AI agents is the default recommended stance for AI visibility—while remaining a factual robots.txt Allow rule you can reverse later.
User-agent: ChatGPT-User Allow: /
Should you block ChatGPT-User?
Live-browsing agents are usually lower volume than training crawlers and are tied to real user actions. Many sites allow ChatGPT-User so conversational tools can retrieve accurate page content when asked. Blocking may frustrate users who ask ChatGPT to open your docs or product pages. OpenAI’s documentation has historically drawn finer lines for user-agent robots.txt behavior than for GPTBot—verify the current official page before treating a block as absolute. For most public content sites, allowing ChatGPT-User is low risk; block only with a clear policy reason and test the user experience.
Category: Live browsing
Official documentation (OpenAI)
Last verified: . Re-check operator docs after major crawler announcements.
Related bots (Live browsing)
- Claude-UserAnthropicFetches pages when people use Claude and need live web content
- Perplexity-UserPerplexityUser-triggered fetches when Perplexity retrieves a page in-session
- Meta-ExternalFetcherMetaFetches individual links at a user’s request and supports agentic AI product functions that may navigate websites
ChatGPT-User FAQ
- OpenAI distinguishes user-initiated agents from crawl bots; applicability can be partial or different from GPTBot. Treat the official bot docs as authoritative and consider additional access controls for sensitive paths.