# Browsers

**Chrome**

You might find in recent chrome && mac releases the inability to connect to a local private ip such as 192.168.x.x. There is a known issue where MacOS is not recoginizing newer builds of chrome as the same application.

To get around this you can go to Applications. Right-click on chrome, show package contents. Then simply rename the binary in Contents/MacOS/Google Chrome to something like 'chrome 2'. Try to open it, let it fail, then rename it back. The next time you try to open a local ip you'll be prompted to allow access to the local network.


---

# 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.ops.city/ops/other/browsers.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.
