> For the complete documentation index, see [llms.txt](/llms.txt).
> Markdown versions of each page are available by appending .md to any URL.

# Using the Warp Agent

The Warp Agentic Development Environment fully integrates agents, Code Review, voice, and Active AI Recommendations.

The Warp Agent runs directly in your terminal, with full context from your codebase, Warp Drive, and connected tools, while you stay in control of every action. It can look up commands, execute tasks, fix bugs, and adapt to your workflows.

The same agent also runs outside the Warp app, in any terminal, through the [Warp Agent CLI](/agents/cli/).

## What you can do with agents

This section covers how to interact with agents in Warp and the capabilities available during agent conversations:

-   [Agents in Warp](/agents/getting-started/agents-in-warp/) - Start here for what agents do, how autonomy and profiles work, and how to give them context.
-   [Interacting with Agents](/agents/local-agents/interacting-with-agents/) - Manage AI conversations tied to sessions, attach context, continue previous threads, or start new ones.
-   [Agent questions](/agents/local-agents/interacting-with-agents/agent-questions/) - Answer, skip, and configure clarifying questions the Agent asks during a conversation.
-   [Agent Context](/agents/local-agents/agent-context/) - Attach images, URLs, files, code blocks, and selections as context for your prompts.
-   [Model Choice](/agents/inference/model-choice/) - Pick your preferred LLM from a curated set of top models, or let Warp choose the optimal one.
-   [Full Terminal Use](/agents/capabilities/full-terminal-use/) - Let the agent drive interactive terminal apps, seeing live output and running commands.
-   [Interactive Code Review](/agents/local-agents/interactive-code-review/) - Review agent-generated diffs, leave inline comments, and have the agent address your feedback.
-   [Task Lists](/agents/capabilities/task-lists/) - Track complex workflows with automatic task lists that update progress in real time.
-   [Web Search](/agents/capabilities/web-search/) - Allow agents to search the web for up-to-date information.
-   [Third-party CLI agents](/agents/cli-agents/overview/) - Run third-party CLI agents like Claude Code and Codex with Warp’s built-in agent toolbelt.
-   [Active AI Recommendations](/agents/local-agents/active-ai/) - Get proactive fix recommendations based on errors and outputs.
-   [Voice](/agents/local-agents/interacting-with-agents/voice/) - Talk to the Warp Agent using voice commands.

For foundational capabilities like planning, rules, MCP servers, and agent profiles, see [Capabilities](/agents/capabilities/).
