> For the complete documentation index, see [llms.txt](https://docs.released.so/guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.released.so/guide/resources/how-tos/how-to-open-the-developer-console-to-check-for-errors.md).

# How to Open the developer console to check for errors

If you encounter issues with viewing or interacting with web page elements like drop-down menus or buttons, we may ask you to check your browser's console for JavaScript errors. Use the following shortcuts to open the developer console in your browser.

### Windows <a href="#id-01h7zwdzpsxyes035523t2tpxj" id="id-01h7zwdzpsxyes035523t2tpxj"></a>

**Chrome:** `Ctrl + Shift + J`

**Firefox:** `Ctrl + Shift + K`

**Internet Explorer**: F12 key or right click and select Inspect element

### Mac <a href="#id-01h7zwdzps4wp6h3vh49vbzzca" id="id-01h7zwdzps4wp6h3vh49vbzzca"></a>

**Chrome:** `Cmd + Opt + J`

**Firefox:** `Cmd + Opt + K`

Once you've clicked the keyboard shortcuts, you'll see the web console window at the bottom of your browser. Make sure the **Console** tab is selected and then open or refresh the web page you were having trouble with. Take a screenshot of what you can see and share it via email or your support ticket.


---

# 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.released.so/guide/resources/how-tos/how-to-open-the-developer-console-to-check-for-errors.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.
