-
Home
-
User Agent Directory
- MistralAI-User
MistralAI-User
What is MistralAI-User?
MistralAI-User is the user agent used when Mistral AI's Le Chat assistant accesses the web on behalf of users during conversations. Unlike training crawlers, this bot only fetches pages in real-time when a user explicitly requests web information. It respects robots.txt directives and identifies itself clearly, allowing website owners to control access. The bot is designed for real-time content retrieval rather than bulk crawling or data collection for model training.
User Agent String
Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; MistralAI-User/1.0; +https://docs.mistral.ai/robots)
How to Control MistralAI-User
Block Completely
To prevent MistralAI-User from accessing your entire website, add this to your robots.txt file:
Block Specific Directories
To restrict access to certain parts of your site while allowing others:
Set Crawl Delay
To slow down the crawl rate (note: not all bots respect this directive):
How to Verify MistralAI-User
Verify requests originate from Mistral AI IP ranges
Learn more in the official documentation.
This bot may collect and use your website content for AI model training. Consider whether you want your content used for this purpose before allowing access.
Detection Patterns
Multiple ways to detect MistralAI-User in your application:
Basic Pattern
/MistralAI\-User/i
Strict Pattern
/^Mozilla/5\.0 AppleWebKit/537\.36 \(KHTML, like Gecko; compatible; MistralAI\-User/1\.0; \+https\://docs\.mistral\.ai/robots\)$/
Flexible Pattern
/MistralAI\-User[\s\/]?[\d\.]*?/i
Vendor Match
/.*Mistral AI.*MistralAI\-User/i
Implementation Examples
Should You Block This Bot?
Recommendations based on your website type:
| Site Type | Recommendation | Reasoning |
|---|---|---|
| E-commerce | Limit Access | Protect pricing and inventory data from AI training |
| Blog/News | Consider Blocking | Your content may be used for AI training without compensation |
| SaaS Application | Block | No benefit for application interfaces; preserve resources |
| Documentation | Selective | Allow for public docs, block for internal docs |
| Corporate Site | Limit | Allow for public pages, block sensitive areas like intranets |
Advanced robots.txt Configurations
E-commerce Site Configuration
Publishing/Blog Configuration
SaaS/Application Configuration
Quick Reference
User Agent Match
MistralAI-User
Robots.txt Name
MistralAI-User
Category
ai
Respects robots.txt
Yes