Guides
Guides
# Guides import GuidesLanding from '@components/GuidesLanding.astro'; 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. :::note **New to Warp?** Start with [Welcome to Warp](/guides/getting-started/welcome-to-warp/), then explore [10 Warp Coding Features You Should Know](/guides/getting-started/10-coding-features-you-should-know/). ::: <GuidesLanding />Step-by-step guides for Warp, the agentic development environment — from first setup to coding agent workflows, MCP integrations, and full app builds.
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.
Attach agent context to PRs
Share a Warp agent session or cloud agent run link in a GitHub pull request so reviewers can inspect the context behind agent-generated changes.
Work with agentsEdit agent code in Warp
Review, edit, and refine AI-generated code diffs directly in Warp — accept, reject, or modify changes before applying them.
Work with agentsExplain your codebase using Warp
Use Warp's coding agents with semantic and symbol search to explore, understand, and modify unfamiliar codebases — demonstrated on a large Rust project.
Review & debugReview AI-generated code
Review AI-generated code in Warp with visual diffs and inline comments — works with Claude Code, Codex, or any CLI agent.
Review & debugReview PRs like a senior dev
Prompt Warp's coding agent to generate structured PR reviews with risk assessment, critical issues, and merge confidence scoring.
Work with agentsRun 3 agents in parallel
Run three agent tasks simultaneously in Warp — modify UI, analyze code reviews, and summarize production logs in parallel.
Work with agentsRun multiple AI coding agents
Run Claude Code, Codex, Warp Agent, and other coding agents across worktrees, tabs, and cloud orchestration with clear task ownership.
Work with agentsRun unattended agents
Start unattended cloud agents from schedules, Slack, Linear, GitHub Actions, the Oz CLI, or the Oz API, then inspect every run.
Work with agentsUse voice and images to prompt coding agents
Use voice and image context to prompt coding agents faster in Warp — works with Claude Code, Codex, and any CLI agent.
Work with agentsRun multiple agents at once
Run multiple agent tasks simultaneously in Warp — revert PRs, edit shortcuts, and add tests across repos without losing context.
Work with agentsUnderstand your codebase
Use Warp's Codebase Context to search across client and server repos, generate architecture summaries, and onboard to unfamiliar features fast.
Work with agentsUse images as context
Attach screenshots and design mockups as context for Warp's agent to generate UI code, debug visual issues, and match Figma designs.
Work with agents5 agent workflows for product managers
Five agent workflows that automate status updates, documentation, Slack search, and meeting prep for product managers.
Work with agentsWarp vs Claude Code
Compare Warp and Claude Code across setup, diff review, model selection, configuration, and performance.
Build & deploy appsBuild a Chrome extension
Build a D3.js Sankey diagram Chrome extension using Warp — scaffold, debug, coordinate multiple agents, and publish to the Chrome Web Store.
Build & deploy appsBuild a real-time chat app
Build and deploy a real-time chat app with Python, FastAPI, and JavaScript — from idea to production, all inside Warp.
Build & deploy appsBuild Warp's input component
Watch how a Warp designer uses Warp's own agent to locate, modify, and test a UI component change in a large Rust codebase.
Automate your workflowCreate Rules for agents
Create reusable Rules in Warp to encode team conventions — like Dockerfile patterns or dependency management — so agents follow your standards.
Automate your workflowConfigure YOLO and strategic Agent Profiles
Configure custom agent profiles in Warp to control planning depth, autonomy, and execution speed — demonstrated with YOLO and Strategic examples.
Automate your workflowCreate project Rules for an existing project
Create and maintain an AGENTS.md project rules file so coding agents always understand your project's setup, commands, architecture, and conventions.
Automate your workflowSet coding best practices
Use Warp Rules to enforce coding style, TypeScript conventions, and documentation quality across AI-generated code.
Automate your workflowSet coding preferences with Rules
Store your package manager, environment tool, and CLI preferences as Warp Rules so agents automatically use pnpm, miniconda, or your preferred tools.
Automate your workflowSet tech stack preferences with Rules
Define your preferred frameworks and tech stack in Warp Rules so agents consistently use Astro, SvelteKit, Vite, or your tools of choice.
Automate your workflowSet up self-serve data analytics with skills
Set up a self-serve data analytics workflow in Warp using two community Skills that map questions to dbt models and structure reproducible analyses.
Automate your workflowSync your monorepos
Define global Rules in Warp to keep monorepo schemas, server types, and client types automatically synchronized across repositories.
Automate your workflowUse Agent Profiles efficiently
Compare Strategic and YOLO agent profiles side-by-side to choose the right balance of planning, safety, and speed for your project.
Automate your workflowTrigger reusable actions with saved prompts
Save and share prompts in Warp Drive to automate commits, code reviews, and PR creation across your team.
Build & deploy appsAnalyze Cloud Run logs
Use Warp to pull, organize, and analyze Cloud Run production logs by severity with natural language prompts and automated Python scripts.
Build & deploy appsCreate a production-ready Docker setup
Use Agents in Warp to generate optimized Dockerfiles, docker-compose configs, and .dockerignore files for multi-stage production deployments.
Review & debugCreate a priority matrix for database optimization
Prompt Warp to audit SQL queries, analyze execution plans, and generate a priority matrix ranking database optimizations by impact and effort.
Review & debugGenerate unit and security tests to debug faster
Prompt Warp to generate comprehensive unit and security tests for REST APIs, including SQL injection, XSS, and auth validation checks.
Review & debugPrevent secrets from leaking
Use Warp Rules and built-in secret reduction to prevent API keys and credentials from leaking in agent output, demos, and shared sessions.
Review & debugWrite SQL commands inside a Postgres REPL
Use Agents in Warp inside a Postgres REPL to translate natural language into SQL queries — works with Node.js, Python, and MySQL too.
Build & deploy appsImprove your Kubernetes workflow
Streamline kubectl and Helm workflows with Warp's AI assistance, active suggestions, custom workflows, and synchronized panes.
Connect external servicesContext7 MCP: update Astro project with best practices
Use the Context7 MCP server to give Warp agents real-time access to framework documentation for automated project upgrades.
Connect external servicesFigma remote MCP: create a website from a Figma file
Connect Warp to Figma's remote MCP server via OAuth and generate front-end code directly from your design files.
Connect external servicesGitHub MCP: summarize open PRs and create GitHub issues
Connect the GitHub MCP server to Warp to summarize open PRs, create issues from TODO comments, and automate repo management.
Set up your environmentSet up Claude Code
Set up Claude Code in Warp, configure it for your project, and learn productivity tips — from voice prompting to visual code review.
Set up your environmentSet up Codex CLI
Set up OpenAI's Codex CLI in Warp, configure it for your project, and learn productivity tips for faster AI-assisted coding workflows in Warp.
Set up your environmentSet up Gemini CLI
Set up Google's Gemini CLI in Warp, configure it for your project, and learn productivity tips for faster AI-assisted coding workflows.
Set up your environmentSet up Ollama
Install Ollama, run LLMs locally, compare model performance, and integrate local models into your apps using Warp.
Set up your environmentSet up OpenCode
Set up OpenCode in Warp, configure it for your project, and learn productivity tips for faster AI-assisted coding workflows.
Connect external servicesLinear MCP: retrieve issue data
Add the Linear MCP server to Warp and query your issues, tasks, and assignments directly from the terminal.
Connect external servicesLinear MCP: update tickets with a lean build approach
Use Warp's Linear MCP integration to update ticket descriptions, propagate changes to subtasks, and maintain a lean build strategy.
Connect external servicesPuppeteer MCP: scrape Amazon web reviews
Configure the Puppeteer MCP server in Warp to automate browser tasks like navigating sites, scraping product data, and analyzing reviews.
Connect external servicesSentry MCP: fix Sentry error in empower website
Connect the Sentry MCP server to Warp, fetch live error data, diagnose stack traces, and auto-generate fixes for production issues.
Connect external servicesSQLite and Stripe MCP: basic queries you can make after setup
Connect SQLite and Stripe MCP servers to Warp and run conversational queries against your local database and payment data.
Connect external servicesConnect agents to MCP servers
Use MCP servers to connect Warp agents to developer tools like GitHub, Linear, Sentry, and Figma across local and cloud agent workflows.
Build & deploy appsCode UI that matches your mockup
Prompt Warp to generate pixel-perfect React + Tailwind code from design mockups, with structured specs and iterative refinement.
Build & deploy appsReplace a UI element in Warp
Use Agent Mode in Warp to plan and execute icon replacements across a large Rust codebase — with live diffs, auto-compilation, and self-correction.
Set up your environment10 coding features you should know
Discover 10 essential coding features in Warp — file search, tabbed editor, find and replace, syntax highlighting, code review panel, and more.
Set up your environmentCustomize Warp's appearance
Customize Warp's themes, input placement, AI settings, codebase indexing, team collaboration, and visual appearance to fit your workflow.
Set up your environmentMake Warp's UI more minimal
Reduce visual noise in Warp by disabling UI elements, switching to a minimal theme, using the classic prompt, and hiding the tab bar.
Review & debugMaster Warp's Code Review panel
Use Warp's Code Review Panel to view file diffs, edit code inline, componentize changes, and commit directly — all without leaving the terminal.
Set up your environmentWelcome to Warp
Get oriented with Warp's agentic terminal. Learn the basics of prompt-based coding, blending terminal and agent workflows, and navigating the interface.