# PerplexityBot PerplexityBot is the official web crawler for Perplexity, the AI-powered search and answer engine. Its purpose is to index public web content to power Perplexity's search results. Unlike some other AI crawlers, Perplexity explicitly states that this bot is *not* used to crawl content for training its AI models. For website owners, being indexed by this bot can drive traffic through citations in Perplexity's search answers. Breadcrumb navigation - [Privacy-focused, simple website analytics](https://plainsignal.com/) - [Agents](https://plainsignal.com/agents "Agents, User-Agents, Crawlers, Browsers") - [PerplexityBot](https://plainsignal.com/agents/perplexitybot) ## What is PerplexityBot? PerplexityBot is the web crawler for the AI-powered search engine Perplexity. It functions as an AI search crawler, indexing web content to be surfaced and linked in Perplexity's search results. The bot identifies itself in server logs with the user-agent string `Mozilla/5.0 (...) PerplexityBot/1.0; +https://perplexity.ai/perplexitybot`. Perplexity makes a clear distinction between this bot and other AI crawlers, stating that its purpose is search indexing, not collecting content to train AI foundation models. ## Why is PerplexityBot crawling my site? PerplexityBot is crawling your website to gather and index information that will help it deliver relevant search results to its users. It is looking for content that can be referenced when users ask questions through the Perplexity interface. The frequency of its visits is not on a fixed schedule but varies based on factors like your site's popularity, content freshness, and relevance to common queries. This crawling is a standard practice for a search engine and is considered authorized as long as the bot respects your `robots.txt` directives. ## What is the purpose of PerplexityBot? The purpose of PerplexityBot is to support Perplexity's AI-powered search service by building an index of web content. A key feature of Perplexity is that it provides answers with inline citations that link back to the source websites. For website owners, this can be a valuable source of traffic. As AI-powered search becomes more common, being properly indexed by services like Perplexity may become increasingly important for online visibility. ## How do I block PerplexityBot? If you wish to prevent PerplexityBot from indexing your site for its search results, you can add a disallow rule to your `robots.txt` file. This is the standard method for managing crawler access. To block this bot, add the following lines to your `robots.txt` file: ``` User-agent: PerplexityBot Disallow: / ``` ## Related agents and operators ## Canonical Human friendly, reader version of this article is available at [PerplexityBot](https://plainsignal.com/agents/perplexitybot) ## Copyright (c) 2025 [PlainSignal](https://plainsignal.com/ "Privacy-focused, simple website analytics")