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](./custom-api-keys.md): Configure the Agent, and set up different language model providers like Anthropic, OpenAI, Ollama, Google AI, and more.
10
11- [Custom API Keys](./custom-api-keys.md): How to use your own API keys with the AI features.
12
13- [Subscription](./subscription.md): Information about Zed's subscriptions and other billing related information.
14
15- [Privacy and Security](./privacy-and-security.md): Understand how Zed handles privacy and security with AI features.
16
17## Agentic Editing
18
19- [Agent Panel](./agent-panel.md): Create and collaboratively edit new threads, and manage interactions with language models.
20
21- [Rules](./rules.md): How to define rules for AI interactions.
22
23- [Tools](./tools.md): Explore the tools that enhance the AI's capabilities to interact with your codebase.
24
25- [Model Context Protocol](./mcp.md): Learn about context servers that enhance the Assistant's capabilities.
26
27- [Inline Assistant](./inline-assistant.md): Discover how to use the agent to power inline transformations directly within your code editor and terminal.
28
29## Edit Prediction
30
31- [Edit Prediction](./edit-prediction.md): Learn about Zed's Edit Prediction feature that helps autocomplete your code.
32
33## Text Threads
34
35- [Text Threads](./text-threads.md): Learn about an alternative, text-based interface for interacting with language models.