Opt Out of AI Training Data: ChatGPT, Claude, Gemini, Grok, Meta & Copilot (2026)
2026 guide to account-level AI training controls, privacy requests, and robots.txt crawler directives for ChatGPT, Claude, Gemini, Meta, LinkedIn, and Copilot.
Every major AI company—OpenAI, Anthropic, Google, Meta, xAI, Microsoft, LinkedIn, and Adobe—trains its models on user data by default. That data includes your prompts, uploaded documents, code snippets, photos, and public social media posts. Unless you change your privacy settings, your daily interactions feed directly into foundation model training.
This guide provides the exact 2026 step-by-step settings, direct links, and `robots.txt` directives to opt out of AI training data across every major platform, what those opt-outs cover, and what they cannot undo.
Quick Reference: 2026 AI Training Opt-Out Matrix
The table below summarizes the default consumer training behavior, direct opt-out paths, and API exclusions across major AI platforms as of 2026.
| Platform / Service | Default Consumer Setting | Direct Opt-Out Setting / Location | API Exclusion by Default? | Web Crawler User-Agent | Official Privacy Portal |
|---|---|---|---|---|---|
| OpenAI (ChatGPT) | Opted IN (Free/Plus) | Settings → Data controls → "Improve the model for everyone" | Yes | `GPTBot` | privacy.openai.com |
| Anthropic (Claude) | Prompt Choice / Opt IN | Settings → Privacy → "Help improve Claude" | Yes | `ClaudeBot`, `anthropic-ai` | privacy.anthropic.com |
| Google (Gemini) | Opted IN | myactivity.google.com/product/gemini → Turn OFF | Yes (Cloud AI) | `Google-Extended` | myaccount.google.com/privacy |
| Meta (Meta AI / Llama) | Opted IN (US) | EU/EEA: GDPR Art 21 form; US: Set accounts private / delete | N/A | `Meta-ExternalAgent` | facebook.com/privacy |
| xAI (Grok) | Opted IN | x.com/settings/grok → Disable Grok improvement | Yes (Enterprise) | `GrokBot` | x.com/settings/account |
| GitHub Copilot | Opted IN (Free/Pro/Pro+) | GitHub Account → Settings → Copilot → Disable AI model training | Yes (Business/Ent.) | N/A | github.com/settings/privacy |
| Microsoft Copilot | Opted IN (Consumer) | account.microsoft.com/privacy → AI Data Usage | Yes (Enterprise) | `Bingbot` | account.microsoft.com/privacy |
| Perplexity AI | Opted IN (Free/Pro/Max) | Account Settings → Preferences → Artificial Intelligence → Off | Yes (Enterprise) | `PerplexityBot` | perplexity.ai/settings |
| Opted IN | Settings & Privacy → Data privacy → Data for Generative AI | N/A | `LinkedInBot` | linkedin.com/psettings/data-privacy | |
| Adobe (Firefly) | Opted IN (Cloud Docs) | account.adobe.com/privacy → Content Analysis → OFF | Yes (Enterprise) | `AdobeBot` | account.adobe.com/privacy |
| Slack AI | Opted IN (Workspace) | Email `feedback@slack.com` ("Slack AI Data Exclusion Request") | Yes (Enterprise) | N/A | slack.com/trust/privacy |
| Zoom AI Companion | NO Training on Content | Admin Settings → AI Companion (Feature Disable Only) | Yes | N/A | zoom.us/trust/privacy |
Key Takeaways
- AI training opt-outs are forward-looking only: Once a model has been trained on your data, that influence on its mathematical weights cannot be surgically removed; opting out prevents future training cycles, not past ones.
- API and Enterprise tiers are excluded by default: OpenAI, Anthropic, Google Cloud AI, and Microsoft Enterprise contracts do not train on customer inputs by default; the primary privacy exposure rests on consumer and free-tier accounts.
- GitHub changed Copilot defaults in April 2026: Free, Pro, and Pro+ individual accounts are auto-enrolled in AI training unless manually opted out in personal settings. Business and Enterprise seats remain excluded.
- LinkedIn expanded AI training by default: Member profiles, posts, and articles are used to train content-creation AI models unless opted out under Settings & Privacy → Data privacy.
- Meta presents the most restrictive US policy: US residents have no global opt-out for historical public posts, making private account settings and post deletion the primary mitigation tools.
- Website owners can block training crawlers without harming search indexing: Adding `GPTBot`, `Google-Extended`, `ClaudeBot`, `CCBot`, and `PerplexityBot` to `robots.txt` stops training scrapers while allowing search bots (`Googlebot`, `OAI-SearchBot`) to index pages.
- Data brokers feed AI training datasets at the source: People-search and commercial data brokers package consumer profiles into offline training sets for AI providers; removing your profiles targets exposure at the dataset root.
What "AI Training Data" Actually Means
When an AI company uses your content for model training, your prompts, text documents, uploaded images, code snippets, and chat history are processed during pre-training or fine-tuning (RLHF) to adjust the model's neural network weights.
Tired of dealing with data exposure?
Your personal data is likely on 545 data brokers. Use OfflistMe to generate pre-filled opt-out emails for all of them in one go.
There are two distinct data collection vectors you must manage:
- User Interaction Data: Content you actively enter into consumer web apps (ChatGPT, Claude, Gemini, Copilot). Controlled via in-app account privacy settings.
- Web Scraping Data: Content published on public websites (blogs, articles, forum posts). Controlled via `robots.txt` server directives and crawler user-agent blocks.
Platform-by-Platform Opt-Out Guide
1. OpenAI (ChatGPT)
OpenAI uses conversation logs from free and ChatGPT Plus/Team users for model training by default. Enterprise seats and direct API endpoints are strictly excluded from model training.
How to Opt Out of ChatGPT Conversation Training
- Log into ChatGPT at chat.openai.com or open the ChatGPT mobile app.
- Click your profile avatar (bottom left on web) → Settings.
- Select Data controls.
- Toggle off "Improve the model for everyone".
Note: Disabling model training also disables conversation history sync across devices unless you keep data controls enabled while submitting a formal opt-out request.
How to Submit a Formal Privacy Rights Request
To delete previously stored personal data or submit a CCPA/GDPR data removal request to OpenAI:
- Visit the OpenAI Privacy Portal and select Submit a Privacy Request.
Web Crawling Opt-Out (for Website Owners)
OpenAI operates two distinct web crawlers. Disallowing `GPTBot` blocks model training scraping, while allowing `OAI-SearchBot` ensures your website can still appear in ChatGPT Search results.
Add the following to your site's `robots.txt`:
# Block OpenAI training scraper
User-agent: GPTBot
Disallow: /
# Allow ChatGPT Search indexer (optional)
User-agent: OAI-SearchBot
Allow: /2. Anthropic (Claude)
Anthropic presents consumer users (Free, Pro, Max) with an explicit in-app prompt regarding data usage for model training. If you decline or dismiss the prompt, Anthropic retains your data for 30 days for safety screening and does not use it for model training. If you opt in, data retention extends to 5 years.
How to Confirm or Change Your Privacy Setting
- Log into claude.ai on web or mobile.
- Click your profile icon → Settings.
- Select Privacy.
- Ensure "Help improve Claude" (or regional equivalent) is toggled OFF.
API & Enterprise Exclusion
Data sent via the Anthropic API, Claude for Work, Claude Enterprise, and cloud partner endpoints (AWS Bedrock, Google Cloud Vertex AI) is never used for model training.
Data Deletion Requests
Submit formal data deletion and privacy access requests via the Anthropic Privacy Center.
3. Google (Gemini & Workspace)
Google logs Gemini chat activity (prompts, responses, and location data) to your Google Account by default. Human reviewers may inspect subsets of logged interactions for model evaluation.
How to Opt Out of Google Gemini Training
- Open the Gemini Apps Activity Portal.
- Toggle "Gemini Apps Activity" to OFF.
- Click Delete to purge historical chat logs from Google servers.
Google Workspace (Gmail, Docs, Drive)
Individual users on Google Workspace accounts cannot manage AI settings independently. Google Workspace admins control organizational AI data access via the Google Admin Console under Apps → Google Workspace → Access to Additional Google Services.
Blocking Google AI Web Scrapers
Google uses `Google-Extended` specifically for AI model training (including Gemini and AI Overviews). Blocking `Google-Extended` does not impact your main Google Search ranking or `Googlebot` indexing.
Add to `robots.txt`:
User-agent: Google-Extended
Disallow: /4. Meta (Facebook, Instagram, Meta AI)
Meta trains its Llama foundation models and Meta AI features on public Facebook and Instagram posts, comments, photos, and captions—including historical content published years prior.
EU / UK / EEA / Swiss Residents (GDPR Right to Object)
Users in jurisdictions covered by GDPR have an enforceable legal right to object to AI training data processing:
- Log into your account and open the Meta Generative AI Privacy Rights Form.
- Select "I want to object to or restrict the processing of my personal information from third parties used to build and improve AI at Meta."
- Enter your email address and submit. Meta is legally required to honor valid requests within 30 days.
US Residents (Mitigation Protocol)
US privacy laws do not grant a universal opt-out for public social media scraping. Additionally, Meta updated its terms so that Meta AI chat interactions feed into ad personalization for US users. To protect your data:
- Set Social Accounts to Private: Private Facebook profiles and private Instagram accounts (`Settings → Account Privacy → Private Account`) are excluded from Meta's public AI scraping pipeline.
- Delete Historical Public Posts: Removing public posts excludes them from future training dataset rebuilds.
5. xAI (Grok / X)
xAI uses X (formerly Twitter) posts, replies, media, and Grok chat interactions to train Grok models by default.
How to Opt Out on X (Web & App)
- Navigate to x.com/settings/grok or open X app → Settings & Privacy → Privacy and Safety → Grok.
- Uncheck "Allow your posts to be used for Grok improvement".
- Under Data sharing and personalization, disable "Share your data with X's content and safety partners".
6. GitHub Copilot & Microsoft Copilot
Microsoft operates separate data policies for personal Microsoft accounts, enterprise M365 seats, and GitHub Copilot.
GitHub Copilot (April 2026 Default Policy Change)
Effective April 24, 2026, GitHub updated its privacy terms so that code snippets, prompts, and telemetry from Copilot Free, Pro, and Pro+ individual accounts are automatically ingested for AI model training unless opted out.
- Log into github.com → click your profile picture → Settings.
- Select Copilot under Account Settings.
- Locate "Allow GitHub to use my data for AI model training" and set it to Disabled.
Important for Organizations: Copilot Business and Enterprise seats are excluded from training by default. However, if employees use personal Copilot Pro accounts on company repositories, code snippets will be ingested for model training unless opted out individually.
Personal Microsoft Copilot
- Visit account.microsoft.com/privacy.
- Select Manage my advertising and personalization settings.
- Turn off "Microsoft can use my data to improve AI products".
7. Perplexity AI
Perplexity AI retains query histories and search interactions to train its answer engines by default on consumer accounts (Free, Pro, Max).
How to Opt Out
- Log into Perplexity and open Account Settings.
- Navigate to Preferences → Artificial Intelligence.
- Toggle off "AI Data Retention".
Enterprise Pro & Max: Enterprise tiers operate under a Zero Data Retention (ZDR) guarantee and do not train on user files or queries.
8. LinkedIn
LinkedIn uses member profiles, articles, public posts, and skill endorsements to train content-creation AI models by default across global regions (except EU/EEA).
How to Opt Out
- Log into LinkedIn and go to Settings & Privacy → Data Privacy.
- Click Data for Generative AI Improvement.
- Toggle "Use my data for training content creation AI models" to OFF.
9. Adobe (Creative Cloud & Firefly)
Adobe analyzes cloud-stored documents, images, and project files via automated Content Analysis to improve product features and train AI models.
How to Opt Out
- Log into your Adobe Account Privacy Portal.
- Scroll to Content Analysis.
- Toggle off "Turn on content analysis".
- In Photoshop desktop: Go to Edit → Preferences → Product Improvement and uncheck data sharing.
Adobe Stock: Submitting images directly to Adobe Stock grants Adobe permission to train Firefly models on those assets. Disabling account content analysis does not retroactively revoke Stock contributor licensing terms.
10. Slack AI
Slack AI uses workspace messages, files, and channel history to power search and summaries.
Privacy Verification & Opt-Out Process
- Official Policy: Slack states that customer data is processed in-memory and not used to train LLMs for other customers.
- Workspace Opt-Out: Workspace Primary Owners and Admins can opt their entire organization out of AI data usage by emailing `feedback@slack.com` with the subject line "Slack AI Data Exclusion Request" and providing their Slack Workspace URL.
11. Zoom AI Companion
Zoom maintains an explicit contractual commitment regarding customer communications content.
Privacy Policy Verification
- No Training on Customer Content: Zoom's official terms state that Zoom does not use customer audio, video, chat transcripts, screen shares, or attachments to train Zoom or third-party AI models.
- Feature Management: Admins can enable or disable AI Companion meeting summaries and smart recordings entirely via the Zoom Web Portal under Admin → Account Settings → AI Companion.
12. Apple (Apple Intelligence)
Apple Intelligence relies on on-device processing and Private Cloud Compute (PCC) architecture for server tasks.
Verification & Controls
- Private Cloud Compute: PCC servers do not retain user data or log conversations for model training.
- Analytics Controls: Go to `Settings → Privacy & Security → Analytics & Improvements` and toggle off "Improve Siri & Dictation" to prevent voice samples from being reviewed.
Website Owners: Master robots.txt Blocklist (2026)
If you host a website, web application, or blog, adding the following master blocklist to your `robots.txt` stops major AI model scrapers from training on your domain:
# =====================================================================
# OfflistMe Master AI Training Scraper Blocklist (2026)
# Prevents training data harvesting while preserving search indexing
# =====================================================================
# OpenAI Model Scraper (Training)
User-agent: GPTBot
Disallow: /
# Google AI Training Scraper (Gemini / AI Overviews)
User-agent: Google-Extended
Disallow: /
# Anthropic Model Scrapers
User-agent: ClaudeBot
Disallow: /
User-agent: anthropic-ai
Disallow: /
# Common Crawl (Harvested by multiple AI training sets)
User-agent: CCBot
Disallow: /
# Perplexity Scraper
User-agent: PerplexityBot
Disallow: /
# xAI / Grok Scraper
User-agent: GrokBot
Disallow: /
# Apple Intelligence Training Scraper
User-agent: Applebot-Extended
Disallow: /
# Cohere AI Scraper
User-agent: cohere-ai
Disallow: /
# ByteDance / TikTok AI Scraper
User-agent: Bytespider
Disallow: /
# =====================================================================
# ALLOW SEARCH & CITATION BOTS (Optional: Keep allowed for AI search visibility)
# =====================================================================
User-agent: OAI-SearchBot
Allow: /
User-agent: Googlebot
Allow: /Technical & Legal Limitations of AI Opt-Outs
Understanding what opt-outs cannot do prevents a false sense of security:
- Model Weights Cannot Be Surgically Un-Trained: Neural networks store information as billions of interconnected mathematical weights rather than discrete database rows. Opting out prevents *future* training runs; it cannot extract your data from previously compiled foundation models.
- Third-Party Integrations Override Direct Settings: If you use an AI tool through a third-party app built on API integrations (e.g., a custom CRM using OpenAI's API), that app's privacy policy governs your data, not your personal ChatGPT settings.
- Legal Privilege Exclusion (*United States v. Heppner*): In February 2026, Judge Jed Rakoff (*S.D.N.Y.*) ruled that a defendant's self-directed prompts and outputs in consumer Claude chats were not protected by attorney-client privilege. Consumer AI chats carry no expectation of legal confidentiality.
AI Training Regulations: CPPA Rules & Model Unlearning
Privacy legislation has evolved from basic data access rights to mandatory AI transparency and model deletion frameworks:
- California AB 2013 (AI Transparency Act): Effective January 1, 2026, generative AI developers releasing models in California must publish detailed disclosures regarding the datasets used for training, including copyright status and personal data inclusion.
- CPPA & EDPB Model Unlearning Directives: The California Privacy Protection Agency (CPPA) and European Data Protection Board (EDPB) enforce rules requiring AI developers to establish technical "model unlearning" procedures (algorithmic unlearning, differential privacy, or model retraining) when valid deletion requests are submitted under CCPA or GDPR Article 17.
Frequently Asked Questions
Can I request deletion of personal data already used to train an AI model?
You can request deletion of stored conversation logs and account records under CCPA and GDPR. However, deleting stored logs does not automatically remove the mathematical influence from already-trained model weights. Companies must comply by excluding your data from future retraining cycles and applying emerging unlearning techniques where required by law.
Does opting out of AI training reduce response quality?
No. Opting out of training only prevents your inputs from being ingested into global model updates. Your local chat session context, memory features, and output quality remain identical.
How does LinkedIn use my professional data for AI training?
LinkedIn uses public member profiles, post copy, and articles to train content-creation AI models by default. You can opt out at any time under `Settings & Privacy → Data Privacy → Data for Generative AI Improvement`.
Is Slack AI reading my private workspace messages?
Slack AI processes message history in-memory to generate search summaries for your workspace. Slack states that customer data is not shared across organizations or used to train public LLMs. Workspace admins can submit an exclusion request via `feedback@slack.com`.
What is the difference between `GPTBot` and `OAI-SearchBot` in robots.txt?
`GPTBot` is OpenAI's training scraper used to harvest web data for foundation model training. `OAI-SearchBot` is used exclusively to surface live web results in ChatGPT Search. Disallowing `GPTBot` prevents training use while allowing your site to stay citable in search results.
Data Brokers: The Hidden AI Training Source
Opting out of platform chat settings only addresses half of your AI exposure. Foundation model creators (OpenAI, Google, Meta, Anthropic) regularly license commercial datasets from data brokers, people-search engines, and public record aggregators to enrich pre-training data.
When Whitepages, Spokeo, or BeenVerified publish your full name, home address, phone number, and relative connections online, that data is scraped into commercial AI training sets.
Remove your personal profile from 500+ data brokers feeding AI training datasets →
Related Guides
Understand your privacy rights
Every removal request cites a specific statute. These plain-English explainers show what each law covers and how enforcement actually works.
Related Data Broker Removal Guides
Take back your privacy today
Remove your personal information from data brokers and platforms in seconds.
Remove Your Personal Data NowFrom $9.00 one-time · 545 data brokers · No subscription
