privacy-and-security.md

 1# Privacy and Security
 2
 3## Philosophy
 4
 5Zed aims to collect only the minimum data necessary to serve and improve our product.
 6
 7Data sharing is opt-in by default. Privacy is not a setting to toggle—it's the baseline.
 8
 9As an open-source product, we believe in maximal transparency, and invite you to examine our codebase. If you find issues, we encourage you to share them with us.
10
11Zed, including AI features, works without sharing data with us and without authentication.
12
13## Documentation
14
15- [Tool Permissions](./tool-permissions.md): Configure granular rules to control which agent actions are auto-approved, blocked, or require confirmation.
16
17- [Worktree trust](../worktree-trust.md): How Zed opens files and directories in restricted mode.
18
19- [Telemetry](../telemetry.md): How Zed collects general telemetry data.
20
21- [AI Improvement](./ai-improvement.md): Zed's opt-in-only approach to data collection for AI improvement, whether our Agentic offering or Edit Predictions.
22
23- [Accounts](../authentication.md): When and why you'd need to authenticate into Zed, how to do so, and what scope we need from you.
24
25- [Collab](https://zed.dev/faq#data-and-privacy): How Zed's live collaboration works, and how data flows to provide the experience (we don't store your code!).
26
27## Legal Links
28
29- [Terms of Service](https://zed.dev/terms-of-service)
30- [Terms of Use](https://zed.dev/terms)
31- [Privacy Policy](https://zed.dev/privacy-policy)
32- [Zed's Contributor License and Feedback Agreement](https://zed.dev/cla)
33- [Subprocessors](https://zed.dev/subprocessors)