> For the complete documentation index, see [llms.txt](https://docs.n2ws.com/quick-start/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.n2ws.com/quick-start/appendix-b-adding-exception-for-default-browser.md).

# Appendix B  - Adding Exception for Default Browser for N2W

### For Chrome

When you first navigate to your N2W instance, you'll see a screen like this. It's nothing to worry about. We are SSL secured but because it is a self-signed certificate, you may want to add an exception to your browser following these steps.

![](/files/-MZddKDiq0Z_dM7UMxKK)

1. Open the Chrome browser. In the top right, select **More** ![](/files/-M9KiWCcqRFJQAiWRsnk).
2. Select **Settings**, **Advanced**, and then in the **System** section, select **Open** **proxy settings.**

![](/files/-MZddR4OKCxCD5DLPvDk)

&#x20;   3\. Choose the **Security** tab and then select **Trusted Sites**.

![](/files/-MZddYOpolGcjVAiQabY)

&#x20;   4\. Select the **Sites** button.

&#x20;   5\. Type the N2W server’s IP address in the **Add this website to the zone** box, and then select **Add**, **Close**. and **OK**.

![](/files/-MZdddcCbhvY2Tz5zhH8)

You should not get the warning on the certificate again.

### For Firefox

The example is from Firefox Quantum.&#x20;

1. Select **Advanced,** the "1" label in the screenshot below.&#x20;
2. Select **Add Exception** for this server, the "2" label in the screenshot below.

![](/files/-MZddlj7Qwr8QA3faF5y)


---

# 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.n2ws.com/quick-start/appendix-b-adding-exception-for-default-browser.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.
