# Perplexity-User

> Fetches a page because a Perplexity user asked for it. Perplexity documents that this fetch is user-initiated and is therefore not governed by robots.txt — a robots rule will not stop it, by stated policy.

| field | value |
|---|---|
| operator | Perplexity |
| category | User-triggered fetchers |
| robots.txt token | `Perplexity-User` |
| user-agent contains | `Perplexity-User` |
| robots.txt | not governed by robots.txt (user-initiated, by operator policy) |
| verify by | published IP ranges |
| published IP ranges | https://www.perplexity.ai/perplexity-user.json |
| prefixes mirrored | 4 IPv4 / 0 IPv6 |
| operator docs | https://docs.perplexity.ai/guides/bots |
| last reviewed | 2026-09-01 |

## What blocking it costs you

Not controllable via robots.txt. If you must stop it, verify by the published IP ranges and block at the edge — and accept that users who ask for your page get an error.

## Full user-agent string

```
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/W.X.Y.Z Safari/537.36; compatible; Perplexity-User/1.0; +https://perplexity.ai/perplexity-user
```

## Block it

```
User-agent: Perplexity-User
Disallow: /
```

## Allow it

```
User-agent: Perplexity-User
Allow: /
```

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