# Guides

Practical, task-oriented walkthroughs that help you get productive with Warp's coding agents. Each guide walks through a real AI coding workflow with actual prompts, code, and reproducible results.

Browse by topic in the sidebar, or start with one of these featured guides.

{% hint style="info" %}
**New to Warp?** Start with [Welcome to Warp](https://docs.warp.dev/guides/getting-started/welcome-to-warp), then explore [10 Warp Coding Features You Should Know](https://docs.warp.dev/guides/getting-started/10-coding-features-you-should-know).
{% endhint %}

## Featured guides

<table data-view="cards"><thead><tr><th></th><th></th><th data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Explain your codebase with agents</strong></td><td>Use semantic and symbol search to explore and understand unfamiliar code.</td><td><a href="agent-workflows/how-to-explain-your-codebase-using-warp-rust-codebase">how-to-explain-your-codebase-using-warp-rust-codebase</a></td></tr><tr><td><strong>Create project rules</strong></td><td>Set up an AGENTS.md file so coding agents always understand your project’s setup and conventions.</td><td><a href="configuration/how-to-create-project-rules-for-an-existing-project-astro-+-typescript-+-tailwind">how-to-create-project-rules-for-an-existing-project-astro-+-typescript-+-tailwind</a></td></tr><tr><td><strong>Fix errors with Sentry MCP</strong></td><td>Connect the Sentry MCP server to Warp and auto-diagnose production errors.</td><td><a href="external-tools-and-integrations/sentry-mcp-fix-sentry-error-in-empower-website">sentry-mcp-fix-sentry-error-in-empower-website</a></td></tr><tr><td><strong>Run multiple agents in parallel</strong></td><td>Work on coding, debugging, and analysis tasks simultaneously across tabs.</td><td><a href="agent-workflows/how-to-run-3-agents-in-parallel-summarize-logs-+-analyze-pr-+-modify-ui">how-to-run-3-agents-in-parallel-summarize-logs-+-analyze-pr-+-modify-ui</a></td></tr><tr><td><strong>Build a real-time chat app</strong></td><td>Go from idea to deployed app with FastAPI, JavaScript, and GitHub MCP — all inside Warp.</td><td><a href="build-an-app-in-warp/building-a-real-time-chat-app-github-mcp-+-railway">building-a-real-time-chat-app-github-mcp-+-railway</a></td></tr><tr><td><strong>Connect agents to external tools</strong></td><td>Set up MCP servers to give agents access to Linear, GitHub, Figma, and more.</td><td><a href="external-tools-and-integrations/using-mcp-servers-with-warp">using-mcp-servers-with-warp</a></td></tr></tbody></table>

## What’s in this section

* **Getting started** — First steps with Warp: setup, appearance, key features
* **Agent workflows** — Use coding agents to explain code, review PRs, and run parallel tasks
* **Configuration** — Rules, agent profiles, saved prompts, and monorepo sync
* **External tools & integrations** — Connect coding agents to Sentry, Figma, Linear, GitHub, and more via MCP
* **Build an app in Warp** — End-to-end app builds with AI coding workflows: chat apps, Chrome extensions, Slackbots
* **DevOps & infrastructure** — Agent-assisted cloud logs, Docker, Kubernetes, testing, and database optimization
* **Frontend & UI** — Build and refine UI components with coding agents
