# Avante.nvim ## Docs - [Introduction](https://mintlify.wiki/yetone/avante.nvim/introduction.md): AI-powered code assistance for Neovim, inspired by Cursor AI IDE - [Installation](https://mintlify.wiki/yetone/avante.nvim/installation.md): Install Avante.nvim with your preferred Neovim package manager - [Quickstart](https://mintlify.wiki/yetone/avante.nvim/quickstart.md): Get started with Avante.nvim in under 5 minutes - [Architecture Overview](https://mintlify.wiki/yetone/avante.nvim/concepts/overview.md): Understanding Avante.nvim's design philosophy and core architecture - [Agentic vs Legacy Modes](https://mintlify.wiki/yetone/avante.nvim/concepts/modes.md): Understanding the two interaction modes in Avante.nvim and when to use each - [AI Providers](https://mintlify.wiki/yetone/avante.nvim/concepts/providers.md): Understanding AI providers in Avante.nvim and how they power your coding assistant - [Agentic Workflow](https://mintlify.wiki/yetone/avante.nvim/concepts/agentic-workflow.md): Understanding Avante's autonomous AI agents and tool execution capabilities - [Zen Mode](https://mintlify.wiki/yetone/avante.nvim/concepts/zen-mode.md): Terminal-based Vibe Coding experience that combines CLI convenience with full Neovim power - [Configuration Overview](https://mintlify.wiki/yetone/avante.nvim/configuration/overview.md): Overview of Avante.nvim's configuration system and how to set up the plugin - [Provider Configuration](https://mintlify.wiki/yetone/avante.nvim/configuration/providers.md): Detailed configuration guide for all AI providers supported by Avante.nvim - [Keybindings](https://mintlify.wiki/yetone/avante.nvim/configuration/keybindings.md): Complete guide to Avante.nvim keybindings and how to customize them - [Window Configuration](https://mintlify.wiki/yetone/avante.nvim/configuration/windows.md): Customize Avante.nvim's window appearance, position, and layout - [Behavior Settings](https://mintlify.wiki/yetone/avante.nvim/configuration/behavior.md): Configure Avante.nvim's behavior, auto-suggestions, diff handling, and more - [Project Instructions](https://mintlify.wiki/yetone/avante.nvim/configuration/project-instructions.md): How to use avante.md files to provide project-specific context and instructions to the AI - [AI-Powered Code Assistance](https://mintlify.wiki/yetone/avante.nvim/features/ai-assistance.md): Core AI features for intelligent code suggestions, improvements, and modifications - [Fast Apply](https://mintlify.wiki/yetone/avante.nvim/features/fast-apply.md): Instant code edits with specialized models achieving 96-98% accuracy at 2500-4500+ tokens/second - [ACP Support](https://mintlify.wiki/yetone/avante.nvim/features/acp-support.md): Integration with Agent Client Protocol (ACP) for enhanced AI agent capabilities - [RAG Service](https://mintlify.wiki/yetone/avante.nvim/features/rag-service.md): Retrieval-Augmented Generation service for enhanced AI context - [Auto-Suggestions](https://mintlify.wiki/yetone/avante.nvim/features/suggestions.md): Inline AI code completions and suggestions - [Diff & Conflict Resolution](https://mintlify.wiki/yetone/avante.nvim/features/diff-management.md): Manage code diffs and resolve conflicts with powerful keybindings - [Providers Overview](https://mintlify.wiki/yetone/avante.nvim/providers/overview.md): Overview of AI providers available in Avante.nvim - [Claude Provider](https://mintlify.wiki/yetone/avante.nvim/providers/claude.md): Configure Anthropic's Claude models in Avante.nvim - [OpenAI Provider](https://mintlify.wiki/yetone/avante.nvim/providers/openai.md): Configure OpenAI models including GPT-4o and reasoning models in Avante.nvim - [Gemini Provider](https://mintlify.wiki/yetone/avante.nvim/providers/gemini.md): Configure Google's Gemini models with massive context windows in Avante.nvim - [Copilot Provider](https://mintlify.wiki/yetone/avante.nvim/providers/copilot.md): Configure GitHub Copilot integration in Avante.nvim - [Ollama Provider](https://mintlify.wiki/yetone/avante.nvim/providers/ollama.md): Run AI models locally with Ollama in Avante.nvim - [Custom Providers](https://mintlify.wiki/yetone/avante.nvim/providers/custom-providers.md): Create your own AI provider integrations in Avante.nvim - [LLM Tools](https://mintlify.wiki/yetone/avante.nvim/advanced/tools.md): Available tools that AI agents can use for code generation and analysis - [Completion Sources](https://mintlify.wiki/yetone/avante.nvim/advanced/completion-sources.md): nvim-cmp and blink.cmp integration with mentions, slash commands, and shortcuts - [Slash Commands](https://mintlify.wiki/yetone/avante.nvim/advanced/slash-commands.md): Built-in slash commands for common operations in Avante chat - [Web Search](https://mintlify.wiki/yetone/avante.nvim/advanced/web-search.md): Integrate web search capabilities with Tavily, SerpAPI, Google, Kagi, Brave, and SearXNG - [Input Providers](https://mintlify.wiki/yetone/avante.nvim/advanced/input-providers.md): Configure input UI with native, dressing.nvim, snacks.nvim, or custom providers - [Usage Guide](https://mintlify.wiki/yetone/avante.nvim/guides/usage.md): Learn how to use Avante.nvim effectively - ask questions, edit code, manage files, and use mentions - [Neo-tree Integration](https://mintlify.wiki/yetone/avante.nvim/guides/neotree-integration.md): Add files to Avante from neo-tree sidebar with keyboard shortcuts - [blink.cmp Setup](https://mintlify.wiki/yetone/avante.nvim/guides/blink-cmp.md): Configure blink.cmp with Avante for fast completions - [Troubleshooting](https://mintlify.wiki/yetone/avante.nvim/guides/troubleshooting.md): Common issues, solutions, and known problems with Avante.nvim - [Commands](https://mintlify.wiki/yetone/avante.nvim/api/commands.md): Complete reference for all Avante.nvim commands - [Lua API](https://mintlify.wiki/yetone/avante.nvim/api/lua-api.md): Complete Lua API reference for Avante.nvim - [Keymaps](https://mintlify.wiki/yetone/avante.nvim/api/keymaps.md): Complete keybindings reference for Avante.nvim - [Highlight Groups](https://mintlify.wiki/yetone/avante.nvim/api/highlights.md): Complete highlight groups reference for Avante.nvim - [Configuration Schema](https://mintlify.wiki/yetone/avante.nvim/api/config-schema.md): Complete configuration schema with all options, types, and defaults