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- [External Agents](./external-agents.md): Learn how to plug in your favorite agent into Zed.
10
11- [Subscription](./subscription.md): Learn about Zed's hosted model service and other billing-related information.
12
13- [Privacy and Security](./privacy-and-security.md): Understand how Zed handles privacy and security with AI features.
14
15## Agentic Editing
16
17- [Agent Panel](./agent-panel.md): Create and manage interactions with LLM agents.
18
19- [Rules](./rules.md): How to define rules for AI interactions.
20
21- [Tools](./tools.md): Explore the tools that enable agentic capabilities.
22
23- [Model Context Protocol](./mcp.md): Learn about how to install and configure MCP servers.
24
25- [Inline Assistant](./inline-assistant.md): Discover how to use the agent to power inline transformations directly within a file or terminal.
26
27## Edit Prediction
28
29- [Edit Prediction](./edit-prediction.md): Learn about Zed's AI prediction feature that helps autocomplete your code.
30
31## Text Threads
32
33- [Text Threads](./text-threads.md): Learn about an alternative, text-based interface for interacting with language models.