> For the complete documentation index, see [llms.txt](https://docs.enercalc.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.enercalc.com/sel-installation-activation/support-and-maintenance/troubleshooting.md).

# Troubleshooting with the Browser Console

How to open the browser console in Chrome to collect diagnostic info for ENERCALC SEL support.

If you are ever in a situation where you are troubleshooting with our staff, they may ask for some info that is reported in the console of your browser. If you need some help locating the console, here are the steps that apply specifically to Chrome:

Click the Customize and control Google Chrome button in the upper right-hand corner of the Chrome window:

![](https://3887844556-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F69DEk6rAGnwtJoSDtHQD%2Fuploads%2Fgit-blob-a97d2f16ebc37b0fe8b5f07ff9f302cdff79159d%2FCustomize%20and%20control%20Google%20Chrome.jpg?alt=media)

Use the menu to select More Tools > Developer Tools:

![](https://3887844556-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F69DEk6rAGnwtJoSDtHQD%2Fuploads%2Fgit-blob-ce7fb5607bb128552cf4a3fdb7888f7b36614575%2FMore%20tools%20developer%20tools.jpg?alt=media)

Finally, click on the Console tab:

![](https://3887844556-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F69DEk6rAGnwtJoSDtHQD%2Fuploads%2Fgit-blob-23ab680b126697091cc9b4d94d3ba9c2f4b7e98a%2FConsole%20tab.jpg?alt=media)

At this point, you will have access to some information that our developers may request. They may ask you to try to launch the app or perform some action. But sure to let the system work or fail or do whatever it needs to do. This generally means waiting 30 to 60 seconds before taking a screen capture.

When you no longer need to view the Console, you can close it by clicking the X in the upper right hand corner of the Console (not the X that closes Chrome, though):

![](https://3887844556-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F69DEk6rAGnwtJoSDtHQD%2Fuploads%2Fgit-blob-576c14ff74256e6e35b7340c9349a85331c99aa8%2FClick%20here%20to%20close%20the%20Console.jpg?alt=media)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.enercalc.com/sel-installation-activation/support-and-maintenance/troubleshooting.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
