-
Home
-
User Agent Directory
- DuckAssistBot
DuckAssistBot
What is DuckAssistBot?
DuckAssistBot is DuckDuckGo's AI-powered assistant crawler that supports DuckAssist, their AI-powered instant answer feature. Launched as part of DuckDuckGo's AI initiatives, this bot helps provide direct answers to user queries while maintaining privacy standards. Unlike other AI assistants that may profile users, DuckAssistBot operates without tracking or storing personal data. The bot crawls and processes web content to generate helpful, concise answers that appear directly in search results, enhancing the search experience while preserving user privacy.
User Agent String
Mozilla/5.0 (compatible; DuckAssistBot/1.0; +https://duckduckgo.com/duckassist)
How to Control DuckAssistBot
Block Completely
To prevent DuckAssistBot 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 DuckAssistBot
Verify user agent and behavior
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 DuckAssistBot in your application:
Basic Pattern
/DuckAssistBot/i
Strict Pattern
/^Mozilla/5\.0 \(compatible; DuckAssistBot/1\.0; \+https\://duckduckgo\.com/duckassist\)$/
Flexible Pattern
/DuckAssistBot[\s\/]?[\d\.]*?/i
Vendor Match
/.*DuckDuckGo.*DuckAssistBot/i
Implementation Examples
Should You Block This Bot?
Recommendations based on your website type:
| Site Type | Recommendation | Reasoning |
|---|---|---|
| E-commerce | Allow | Essential for product visibility in search results |
| 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 | Allow | Improves documentation discoverability for developers |
| Corporate Site | Allow | 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
DuckAssistBot
Robots.txt Name
DuckAssistBot
Category
ai, search
Respects robots.txt
Yes