# Local Agents

- [Local Agents Overview](/agent-platform/local-agents/overview.md): Powerful AI features like Local Agents, Code, Voice, Generate, and Active AI, fully integrated into the Warp Agentic Development Environment.
- [Interacting with Agents](/agent-platform/local-agents/interacting-with-agents.md): Manage agent conversations across sessions with follow-ups, context blocks, and multi-thread support.
- [Terminal and Agent modes](/agent-platform/local-agents/interacting-with-agents/terminal-and-agent-modes.md): Warp provides two distinct modes: a clean terminal for commands, and a dedicated conversation view for multi-turn agent workflows.
- [Conversation Forking](/agent-platform/local-agents/interacting-with-agents/conversation-forking.md): Branch into a new agent thread with full context to explore alternatives without altering the original conversation.
- [Code Diffs](/agent-platform/local-agents/interacting-with-agents/code-diffs.md): How to review, refine, and apply code changes generated by Warp’s Agents with the built-in diff editor in Agent Conversations.
- [Voice](/agent-platform/local-agents/interacting-with-agents/voice.md): Voice enables natural language interaction with Warp, letting you speak commands and queries directly to your terminal.
- [Agent Context](/agent-platform/local-agents/agent-context.md): How to attach various forms of multi-modal context directly to Warp's Agent within a prompt.
- [Blocks as Context](/agent-platform/local-agents/agent-context/blocks-as-context.md): Attach blocks from your terminal as context so Warp’s Agent can understand errors, outputs, or previous commands when responding to your queries.
- [Images as Context](/agent-platform/local-agents/agent-context/images-as-context.md): Attach screenshots, diagrams, or other images to your prompt so Warp’s Agent can use visual context when generating responses.
- [URLs as Context](/agent-platform/local-agents/agent-context/urls-as-context.md): Attach a public URL to your prompt so the agent can reference that page's content.
- [Selection as Context](/agent-platform/local-agents/agent-context/selection-as-context.md): Attach text or diffs directly from Warp’s editor or Code Review panel as context for your Agent prompts.
- [Using @ to Add Context](/agent-platform/local-agents/agent-context/using-to-add-context.md): Use @ to reference files, folders, code symbols, and Warp Drive objects as agent context.
- [Interactive Code Review](/agent-platform/local-agents/interactive-code-review.md): Interactive Code Review lets you review agent-generated code, leave inline comments, and have the agent apply all your feedback in one pass.
- [Session Sharing](/agent-platform/local-agents/session-sharing.md): Share live agent sessions so collaborators can view, follow, and interact with agent activity.
- [Third-Party CLI Agents](/agent-platform/local-agents/third-party-cli-agents.md): Use Claude Code, Codex, Gemini CLI, and other third-party agents with Warp's built-in utility bar.
- [Active AI](/agent-platform/local-agents/active-ai.md): Active AI proactively recommends fixes and next actions based on your command line errors, inputs, and outputs.
- [Cloud-synced Conversations](/agent-platform/local-agents/cloud-conversations.md): Sync agent conversations to the cloud to access them across devices, share with teammates, and continue past conversations from anywhere.
