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