# Stealth Browser

The stealth browser is the user’s window to the internet — but unlike traditional browsers, it is stripped of all tracking, fingerprinting, and behavior-monitoring systems. Each session is containerized, with no saved cookies, no cached pages, and no local or remote logs. Browse activity is never written to disk, and all temporary files are deleted at the end of every session.

To prevent cross-site tracking, the browser neutralizes fingerprinting vectors by randomizing device characteristics such as screen resolution, system fonts, and user agent strings. JavaScript execution is sandboxed to prevent timing attacks and behavioral profiling. Third-party scripts, analytics domains, and advertising trackers are blocked automatically at the DNS level.

What results is a Browse experience that feels normal to the user — but reveals nothing to the websites being visited.


---

# 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://invinos.gitbook.io/invinos/core-app-modules/stealth-browser.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.
