# GPTBot

Bot · Crawlers · Trains AI models · operated by openai

**Identity:** Publishes its IP addresses.

## How to recognise it

- Published IP list: https://openai.com/gptbot.json
- User agent contains `GPTBot`

## Allow or block

To opt out, add to robots.txt:

```robots
User-agent: GPTBot
Disallow: /
```

## With Double Agent

Sessions from GPTBot are labelled `bot` with `agent_id: openai.gptbot`, and tagged in your analytics. Nothing is blocked unless you choose to. Install: https://doubleagent.so/install.md

Source: https://developers.openai.com/api/docs/bots · Operator docs: https://developers.openai.com/api/docs/bots
