overview.md

 1# AI
 2
 3Learn how to get started using AI with Zed and all its capabilities.
 4
 5## Setting up AI in Zed
 6
 7- [Configuration](./configuration.md): Learn how to set up different language model providers like Anthropic, OpenAI, Ollama, Google AI, and more.
 8
 9- [Subscription](./subscription.md): Learn about Zed's hosted model service and other billing-related information.
10
11- [Privacy and Security](./privacy-and-security.md): Understand how Zed handles privacy and security with AI features.
12
13## Agentic Editing
14
15- [Agent Panel](./agent-panel.md): Create and manage interactions with language models.
16
17- [Rules](./rules.md): How to define rules for AI interactions.
18
19- [Tools](./tools.md): Explore the tools that enable agentic capabilities.
20
21- [Model Context Protocol](./mcp.md): Learn about how to install and configure MCP servers.
22
23- [Inline Assistant](./inline-assistant.md): Discover how to use the agent to power inline transformations directly within a file or terminal.
24
25## Edit Prediction
26
27- [Edit Prediction](./edit-prediction.md): Learn about Zed's AI prediction feature that helps autocomplete your code.
28
29## Text Threads
30
31- [Text Threads](./text-threads.md): Learn about an alternative, text-based interface for interacting with language models.