> For the complete documentation index, see [llms.txt](https://anubitux-project.gitbook.io/the-anubitux-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://anubitux-project.gitbook.io/the-anubitux-documentation/features/tools-list/internet.md).

# Internet

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

*

```
<figure><img src="/files/blmEHbreRW61fFwksgCo" alt=""><figcaption><p>The Firefox add-ons</p></figcaption></figure>
```

* [Firefox](https://www.mozilla.org/en-US/firefox/new/) comes with an heavily customized profile focused on user's privacy and with a lot of crypto oriented add-ons, like:
  * [SafePal](https://addons.mozilla.org/en-US/firefox/addon/safepal-extension-wallet/) is a browser extension to interact with [SafePal](https://www.safepal.com/en/) hardware wallets;
  * [TonKeeper](https://addons.mozilla.org/en-US/firefox/addon/tonkeeper/?utm_source=tonkeeper_index) is a client wallet for the Ton network;
  * [Phantom](https://addons.mozilla.org/en-US/firefox/addon/phantom-app/?utm_source=addons.mozilla.org\&utm_medium=referral\&utm_content=search) is a multi-chain web3 wallet;
  * [Temple](https://templewallet.com/) is a Tezos wallet that can be found as an extension of the FireFox browser;
  * [MetaMask](https://github.com/MetaMask/metamask-extension/) is a wallet for Ethereum accounts and a gateway to blockchain apps. It can be found as an extension of the FireFox browser;
  * [Enkript](https://addons.mozilla.org/en-US/firefox/addon/enkrypt/?utm_source=addons.mozilla.org\&utm_medium=referral\&utm_content=search) is an extension for easy access to the world of web3 and to interact with Polkadot, Ethereum, Bitcoin and beyond - all directly in the browser;
  * [User-Agent Switcher](https://addons.mozilla.org/en-US/firefox/addon/user-agent-string-switcher/) allows to customize the browser's user agent;
  * [Privacy Badger](https://addons.mozilla.org/en-US/firefox/addon/privacy-badger17/) is an extension that blocks trackers;
  * [Canvas Blocker](https://addons.mozilla.org/en-US/firefox/addon/canvasblocker/) is an extension that alters some JS APIs to prevent fingerprinting;
  * [uBlock origin](https://addons.mozilla.org/en-US/firefox/addon/ublock-origin/) is a very powerful and well known ad-blocker;
  * [The interceptor](https://addons.mozilla.org/en-US/firefox/addon/the-interceptor/) is a very powerful wallet security tool to make tests and detect malicious services;
*
* [Tor Browser](https://www.torproject.org/), the browser to surf the web through the Tor network;
* [Wireshark](https://www.wireshark.org/download.html), a very popular packet capturing tool, able to store and review all the data exchanged through the Internet.


---

# 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://anubitux-project.gitbook.io/the-anubitux-documentation/features/tools-list/internet.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.
