overview.md

 1# AI
 2
 3Zed offers various features that integrate LLMs smoothly into the editor.
 4
 5## Setting up AI in Zed
 6
 7- [Models](./models.md): Information about the various language models available in Zed.
 8
 9- [Configuration](./configuration.md): Configure the Agent, and set up different language model providers like Anthropic, OpenAI, Ollama, Google AI, and more.
10
11- [Subscription](./subscription.md): Information about Zed's subscriptions 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 collaboratively edit new threads, and manage interactions with language models.
18
19- [Rules](./rules.md): How to define rules for AI interactions.
20
21- [Tools](./tools.md): Explore the tools that enhance the AI's capabilities to interact with your codebase.
22
23- [Model Context Protocol](./mcp.md): Learn about context servers that enhance the Agent's capabilities.
24
25- [Inline Assistant](./inline-assistant.md): Discover how to use the agent to power inline transformations directly within your code editor and terminal.
26
27## Edit Prediction
28
29- [Edit Prediction](./edit-prediction.md): Learn about Zed's Edit 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.