Mistral AI user agents, explained.
Mistral ships a single user-initiated crawler for LeChat. No training crawler, no silent indexing — MistralAI-User only visits when a real user asks.
MistralAI-User/1.0 is Mistral's only documented web fetcher. It fires when LeChat users ask a question that requires web content. Verify via mistral.ai/mistralai-user-ips.json.
Overview
Mistral AI is a Paris-based company building open-weight language models and LeChat, their consumer assistant. Unlike GPTBot or ClaudeBot, Mistral doesn't ship a training crawler for the public web.
MistralAI-User only visits your site when a real LeChat user asks a question that requires fetching a URL — and when it does, it cites you in the response.
How to identify the agents
1 crawlerMistral AI identifies itself with specific user-agent strings. Verify each through a published IP range.
MistralAI-User
LeChat user fetches · on-demandFired when a LeChat user asks a question that requires fetching a specific page. Not a training crawler, not a silent indexer — it only fires for real user requests and includes a citation to your site in the response.
How Mistral AI accesses your content
3 access patterns, mapped to the agents above.
On-demand only
MistralAI-User only visits when a LeChat user asks a question that requires the page.Cited responses
Verifiable
mistral.ai/mistralai-user-ips.json for verification.MistralAI-User is strictly on-demand and is not used to collect training data.Control Mistral AI's access
robots.txtYou control each agent independently. Common configurations below.
Allow MistralAI-UserRecommended
Let LeChat cite you. No training risk.Block MistralAI-UserRestrictive
Removes your site from LeChat answers.Block private sections only
Keep public content citable, protect private paths.Optimize content for Mistral AI.
LeChat cites sources that answer the question directly. Optimize accordingly.
mistral.ai/mistralai-user-ips.json server-side to confirm real Mistral traffic.Track Mistral AI visits with xSeek.
See every MistralAI-User visit.
Monitor when LeChat users pull your content into answers. Track which pages get cited and what queries trigger the fetch.
Frequently asked questions
Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; MistralAI-User/1.0; +https://docs.mistral.ai/robots). It's the only user agent Mistral ships for web fetches.