Yes, but "ChatGPT" is three separate crawlers doing three different jobs, not one. Treating them as one is the single most common mistake in a site's robots.txt.
Each one respects its own token in robots.txt, independently. OpenAI's own documentation is explicit that you can allow OAI-SearchBot while disallowing GPTBot: the canonical setup for a site that wants ChatGPT search visibility without contributing content to model training.
A common pattern: someone adds a blanket "block all AI bots" rule to robots.txt (often copy-pasted from a template) and it takes out OAI-SearchBot along with GPTBot. The site becomes invisible to ChatGPT search results as a side effect of a training-data decision the owner never actually intended for search.
The opposite mistake also happens: robots.txt looks wide open, but a CDN or WAF rule blocks these user agents at a layer robots.txt can't see, so the crawler gets a 403 that never shows up in a robots.txt audit.
Fetchling's scan checks this distinction directly: whether Googlebot, Google-Extended, and OpenAI's crawlers are each actually allowed or blocked, rather than assuming one robots.txt line covers all of them.
Curious where your own site stands? Run a free scan, or see what's in the $19 full report.