# How to access the browser console errors and failed requests in the network tab?

This guide will help you to extract helpful information about errors from the browser console and network tabs. In this guide, we will use the Chrome browser. You can do the same steps using your browser.

1\. Open your web app or website which integrates the functionality of WebSpellChecker.

2\. Open the Chrome **DevTools**. Refer to the official guide [here](https://developers.google.com/web/tools/chrome-devtools/open).

3\. Select Console tab.

4\. Select Network tab and filter by requests to WebSpellChecker. Depending on the deployment option you selected, there might be different entry points to WebSpellChecker: SSRV component (ssrv.cgi) or AppServer.

* ssrv.cgi –> Headers

![](/files/nP1OChTO5zWbHIz9To7H)

* ssrv.cgi –> Response

![](/files/PSg709HbhV361Du9LDXG)

#### How to extract the HAR file <a href="#draft-howtoaccessthebrowserconsoleerrorsandfailedrequestsinthenetworktab-howtoextracttheharfile" id="draft-howtoaccessthebrowserconsoleerrorsandfailedrequestsinthenetworktab-howtoextracttheharfile"></a>

To provide the support team with the full info about the failed request from your network tab, export it as a HAR file.

* Select a failed request
* Click on Export HAR file
* Save the HAR file

![](/files/ktEtVgetkNNbhEoraGg0)

<br>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.wproofreader.com/v6.12.0/troubleshooting/client-side/how-to-access-the-browser-console-errors-and-failed-requests-in-the-network-tab.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
