Fixing Errors
Learn how to use Claude to quickly resolve issues without Googling: let it search the web, paste errors directly, and point it to specific docs.
1. Paste errors you see in the preview or chat
When something breaks, you'll usually see it one of two ways: an error message in your live preview, or Claude itself reporting that something failed in the chat. Either way, just paste what you see straight in–no extra explanation needed. Claude will figure out the context and fix things step by step.
Outcome: The pasted error is resolved and the project runs without the reported issue.
2. Let Claude search the web and fix
When the answer isn't obvious, just ask Claude to search the web – it can look things up and propose a fix without you leaving the chat.
Outcome: Claude searched the web, proposed a fix, applied it, and the app compiles cleanly.
3. Point the agent to specific docs
AI knowledge can be stale. Link the exact docs so the agent can implement current APIs and patterns.
Outcome: The agent used the provided docs to update code to the latest API, with a clear explanation and diffs.