# ChatGPT-User

AI agent · Assistants fetching for a user · Acts for a person · operated by openai

**Identity:** Publishes its IP addresses.

## How to recognise it

- Published IP list: https://openai.com/chatgpt-user.json
- User agent contains `ChatGPT-User`

## Allow or block

To opt out, add to robots.txt:

```robots
User-agent: ChatGPT-User
Disallow: /
```
 It may not honour robots.txt, because a person asked for the page.

## With Double Agent

Sessions from ChatGPT-User are labelled `agent` with `agent_id: openai.chatgpt-user`, 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
