# Claude-User

> Fetches a page because a Claude user asked Claude to read it, at that moment.

| field | value |
|---|---|
| operator | Anthropic |
| category | User-triggered fetchers |
| robots.txt token | `Claude-User` |
| user-agent contains | `Claude-User` |
| robots.txt | obeys robots.txt (documented) |
| verify by | no published verification method |
| published IP ranges | none published |
| prefixes mirrored | 0 IPv4 / 0 IPv6 |
| operator docs | https://support.anthropic.com/en/articles/8896518 |
| last reviewed | 2026-09-01 |

## What blocking it costs you

Claude reports a fetch failure to a user who asked for your page by name.

## Full user-agent string

```
Mozilla/5.0 (compatible; Claude-User/1.0; +Claude-User@anthropic.com)
```

## Block it

```
User-agent: Claude-User
Disallow: /
```

## Allow it

```
User-agent: Claude-User
Allow: /
```

JSON: https://www.pathwren.workers.dev/crawler/claude-user.json · index: https://www.pathwren.workers.dev/llms.txt
