What is MistralAI-User? AI crawler guide
Learn what MistralAI-User is, who operates it, its verified user-agent, robots.txt posture, and how blocking it can affect AI search, citations, training, or agent visibility.
Mistral user-action fetcher for Vibe and Le Chat responses that need a source page.
What is MistralAI-User?
MistralAI-User is the user-agent token for a fetcher operated by Mistral AI. It retrieves web pages when a person asks Mistral's Vibe or Le Chat products to read or cite a specific URL. The request is triggered directly by a user action, not by autonomous crawling. The bot identifies itself with a string that includes the token and a link to Mistral's robots documentation. It honors robots.txt directives, so site owners can control its access through standard rules. Because each fetch corresponds to an explicit user request, the traffic is on-demand and tied to real-time interactions rather than bulk indexing or periodic recrawling.
What it's for
For a site owner, a visit from MistralAI-User means someone using Mistral's chat or assistant products asked the system to fetch that exact page. The bot does not crawl broadly or build a search index; it only retrieves content in response to a direct user prompt. This can bring referral traffic if the assistant cites or summarizes the page in its answer. Allowing the bot may increase your content's visibility within Mistral's ecosystem, while blocking it could prevent your pages from being used in those user-driven responses.
How to handle MistralAI-User
Because MistralAI-User respects robots.txt, you can manage its access with a standard disallow rule. If you want to prevent the bot from fetching any part of your site, add a block for the token. You can also target specific paths. Since each request is user-initiated, blocking may mean your content is not available when someone asks Mistral to read or cite it. There is no separate mechanism required beyond the robots.txt file.
robots.txt rule
User-agent: MistralAI-User Disallow: /
Blocking cost
Blocking MistralAI-User may prevent your pages from being read or cited in Mistral's Vibe and Le Chat responses when a user specifically requests that URL.
Examples
- A user asks Le Chat to summarize a news article and the bot fetches the article's page to generate the summary.
- Someone prompts Vibe to check a product specification, causing the bot to retrieve the product page for reference.
- A researcher requests a citation from a specific paper, and the bot fetches the paper's landing page to extract the relevant details.
Related bots
- ChatGPT-User: Also tracked as a interaction crawler.
- Perplexity-User: Also tracked as a interaction crawler.
- Meta-ExternalFetcher: Also tracked as a interaction crawler.
- Google-NotebookLM: Also tracked as a interaction crawler.
- Claude-User: Also tracked as a interaction crawler.
- ChatGPT Agent: Also tracked as a interaction crawler.
- DuckAssistBot: Also tracked as a interaction crawler.
- cohere-ai: Also tracked as a interaction crawler.
- Claude-Code: Also tracked as a interaction crawler.
- Mistral: MistralAI-User gives crawler context for Mistral.
- Robots.txt: Robots.txt is the control file used to allow or block MistralAI-User.
Frequently Asked Questions
Does MistralAI-User crawl my entire site?
No. It only fetches individual pages when a user explicitly asks Mistral's products to read or cite that specific URL. It does not perform broad or autonomous crawling.
How can I stop MistralAI-User from accessing my site?
Add a 'Disallow' rule for the 'MistralAI-User' token in your robots.txt file. The bot honors robots.txt, so this will prevent it from fetching any disallowed paths.
Will blocking MistralAI-User affect my site's visibility in Mistral's chat products?
Yes. If you block the bot, your pages cannot be fetched when a user asks Mistral to read or cite them, so your content may not appear in those responses.
Is MistralAI-User used for training AI models?
The documented purpose is to fetch pages for user-requested responses in Vibe and Le Chat. The supplied facts do not indicate use for training.
Does MistralAI-User follow redirects or handle cookies?
The supplied facts do not specify behavior regarding redirects or cookies. It identifies itself with a standard user-agent string and respects robots.txt.
Data & Sources
- Mistral AI documentation - Primary source for MistralAI-User crawler details.
- MistralAI-User live crawler data - Trakkr crawler telemetry for this user agent.