> For the complete documentation index, see [llms.txt](https://liamzebedee.gitbook.io/dappnet/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://liamzebedee.gitbook.io/dappnet/install/guide/firefox.md).

# Firefox

### Using Dappnet with Firefox.

To use Dappnet with Firefox, we have to do one extra step.&#x20;

1. Download [dappnet-firefox](https://github.com/gliss-co/undisclosed/releases/download/extension-firefox-0.1.15/dappnet-extension_firefox_0.1.15.xpi).
2. Open about:addons
3. Click the cog, and click "Install addon from file".
4. Select the `dappnet-firefox.xpi` file.

Now we must install the Dappnet certificate authority. This has a few steps, but don't worry, we only have to do it once.

5. In Firefox, open Settings (⌘+,).
6. Search for "**certificates**" and click "**View Certificates**"

![](/files/0Z72ufl3kXgs5pX7rqWW)

You should see this dialog:

![](/files/i3DjxqQPtLkn5CwWD8gA)

7. Select the **"Authorities**" tab and click "Import"

![](/files/XL7Q4hNeYTm1L130YleH).

You should see a file picker popup. Now we have to find the file. To do this, we're going to find it in Finder first, and then drag it into this dialog.

8. Open Finder, hit Shift+Cmd+G and paste this:\
   `~/Library/Application Support/Dappnet/data/` and hit enter.\
   \
   You should be navigated to a folder like below. \
   ![](/files/XDmcCKi0BGMwkoEyv8tR)
9. Select "**ca.crt**" and **drag this into the Firefox file picker from before.** Click OK.\
   \
   The final step is configuring this certificate.\
   \- Enable "**Trust this CA to identify websites**".\
   \
   Click OK.\
   \
   ![](/files/qj9qgwELjbStnZsKRpBW)

You've now completed the setup process. Congratulations, that was painful.

\ <br>


---

# 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://liamzebedee.gitbook.io/dappnet/install/guide/firefox.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.
