---
title: Debug Failures
description: Have your agent inspect console errors and failed network requests to diagnose what went wrong on the page.
---

# Debug Failures

<div class="view-markdown-wrapper">
<ViewMarkdown />
</div>

When something goes wrong, your agent can inspect console errors and network requests to diagnose issues.

```
/shiplight verify http://localhost:3000/dashboard — click "Load Data"
and check if there are any console errors or failed network requests.
```

```
/shiplight verify the submit button on the form page works.
Try submitting and show me any JavaScript errors and failed API calls.
```

Your agent checks console errors and failed network requests, and reports what it finds.
