# Browser Console

Discovering the browser console location in today's contemporary browsers is as follows.

### Google Chrome

To launch the developer console in Google Chrome, initiate the Chrome Menu located in the upper-right-hand corner of the browser window and then opt for More Tools > Developer Tools.

Alternatively, on macOS, you can employ the keyboard shortcut Option + ⌘ + C, while on Windows/Linux, you can use Shift + CTRL + C.

<figure><img src="/files/QKbY3XCf9HW0Dgo0IyGQ" alt="" width="375"><figcaption></figcaption></figure>

The console will appear either within your current Chrome window or in a new one, and you may need to manually choose the Console tab.

<figure><img src="/files/GTxsaBMXeI0PrINnVbtP" alt="" width="375"><figcaption></figcaption></figure>

### Apple Safari

To unlock the developer console in Safari, you must initiate the Developer Menu first. To accomplish this, navigate to Safari's preferences (Safari Menu > Settings), and opt for the Advanced Tab.

<figure><img src="/files/xD9UcIZYLIA69ot0TV3D" alt=""><figcaption></figcaption></figure>

Once you have activated this menu, you can easily access the developer console by following this path: Develop > Show JavaScript Console.

Alternatively, you can employ the convenient shortcut Option + ⌘ + C.

<figure><img src="/files/lW5vfHE5g5VeJKrUfjSL" alt="" width="375"><figcaption></figcaption></figure>

The console will open either within your current Safari window or in a fresh one, with the Console tab being automatically selected.

<figure><img src="/files/meAlieKsht74f5mvUpuu" alt="" width="375"><figcaption></figcaption></figure>


---

# 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.cwicly.com/miscellaneous/browser-console.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.
