ChatGPT-User
Fetches a page in real time when a ChatGPT user’s request references it.
| Operator | OpenAI |
| Role | Live answer fetcherFetches your pages in real time while an AI model answers a question. The strongest signal AI is reading you live. |
| User agent token | ChatGPT-User |
| robots.txt | The operator documents honouring robots.txt. |
| Operator docs | platform.openai.com |
Allow or block ChatGPT-User in robots.txt
Add either rule to the robots.txt at your site root. robots.txt is a request, not a lock: this operator documents honouring it, so the rule is normally enough.
Allow
User-agent: ChatGPT-User Allow: /
Block
User-agent: ChatGPT-User Disallow: /
Worth knowing before you block: this is a retrieval crawler. Blocking it removes your pages from what the AI models can read and cite live, which usually costs visibility rather than protecting anything.
Other OpenAI crawlers
- OAI-SearchBotAI search crawler
- GPTBotTraining crawler
Is ChatGPT-User allowed on your site right now?
The free checker reads your robots.txt and probes your site as each AI crawler, so you see the policy and the reality in one pass.